Package com.atlassian.jira.admin
Class IntroductionPropertyImpl
java.lang.Object
com.atlassian.jira.admin.IntroductionPropertyImpl
- All Implemented Interfaces:
IntroductionProperty
-
Constructor Summary
ConstructorsConstructorDescriptionIntroductionPropertyImpl(ApplicationProperties applicationProperties, I18nHelper.BeanFactory i18nFactory, JiraAuthenticationContext authenticationContext, RenderablePropertyFactory renderablePropertyFactory) -
Method Summary
Modifier and TypeMethodDescriptionReturns the description HTML for the introduction field.getEditHtml(String fieldName) Returns the edit HTML for this renderable application property.getValue()Returns the value of the introduction property value in raw format.Returns the view HTML for the introduction property.voidSets the value of the introduction property.
-
Constructor Details
-
IntroductionPropertyImpl
public IntroductionPropertyImpl(ApplicationProperties applicationProperties, I18nHelper.BeanFactory i18nFactory, JiraAuthenticationContext authenticationContext, RenderablePropertyFactory renderablePropertyFactory)
-
-
Method Details
-
getValue
Description copied from interface:IntroductionPropertyReturns the value of the introduction property value in raw format.- Specified by:
getValuein interfaceIntroductionProperty- Returns:
- the property value in raw format
-
setValue
Description copied from interface:IntroductionPropertySets the value of the introduction property.- Specified by:
setValuein interfaceIntroductionProperty- Parameters:
value- a String containing the property
-
getEditHtml
Description copied from interface:IntroductionPropertyReturns the edit HTML for this renderable application property.- Specified by:
getEditHtmlin interfaceIntroductionProperty- Parameters:
fieldName- the field name to use in the generated HTML- Returns:
- a String containing the edit HTML
-
getViewHtml
Description copied from interface:IntroductionPropertyReturns the view HTML for the introduction property.- Specified by:
getViewHtmlin interfaceIntroductionProperty- Returns:
- a String containing the view HTML
-
getDescriptionHtml
Description copied from interface:IntroductionPropertyReturns the description HTML for the introduction field.- Specified by:
getDescriptionHtmlin interfaceIntroductionProperty- Returns:
- a String containing the description HTML
-