Uses of Class
com.javahollic.jira.emh.api.export.beans.ProfileBean
-
Packages that use ProfileBean Package Description com.javahollic.jira.emh.api.export.beans com.javahollic.jira.emh.api.integration -
-
Uses of ProfileBean in com.javahollic.jira.emh.api.export.beans
Methods in com.javahollic.jira.emh.api.export.beans that return types with arguments of type ProfileBean Modifier and Type Method Description List<ProfileBean>
ProfileGroupBean. getProfiles()
Methods in com.javahollic.jira.emh.api.export.beans with parameters of type ProfileBean Modifier and Type Method Description void
ProfileGroupBean. addProfile(ProfileBean profile)
Method parameters in com.javahollic.jira.emh.api.export.beans with type arguments of type ProfileBean Modifier and Type Method Description void
ProfileGroupBean. setProfiles(List<ProfileBean> profiles)
-
Uses of ProfileBean in com.javahollic.jira.emh.api.integration
Methods in com.javahollic.jira.emh.api.integration that return ProfileBean Modifier and Type Method Description ProfileBean
ITProfileManager. copyProfile(int toCopy)
ProfileBean
ITProfileManager. getProfileById(Integer i)
ProfileBean
ITProfileManager. getProfileByKey(String profileKey)
ProfileBean
ITProfileManager. installProfile(InputStream is, String profileKey, boolean addDefaultNotificationScheme)
Deploys a previously stored ProfileProfileBean
ITProfileManager. updateProfileGroup(ProfileGroupBean profileGroup)
Methods in com.javahollic.jira.emh.api.integration with parameters of type ProfileBean Modifier and Type Method Description int
ITMailUtil. getAttachmentCount(javax.mail.Message messageToCount, ProfileBean profileBean)
com.atlassian.mail.MailUtils.Attachment[]
ITMailUtil. getAttachments(javax.mail.internet.MimeMessage message, ProfileBean profile)
String
ITMailUtil. getContent(javax.mail.Message message, ProfileBean bean)
String
ITMailUtil. getExactContent(javax.mail.Message message, boolean isHtml, ProfileBean bean)
String
ITMailUtil. getHtmlContent(javax.mail.internet.MimeMessage message, ProfileBean profileBean)
List<Dimension>
ITMailUtil. getImageDimensionsFromMessage(javax.mail.internet.MimeMessage message, ProfileBean profileBean)
void
ITProfileManager. updateProfile(ProfileBean profile)
-