Class EnvironmentDependencyTriggerReason
- java.lang.Object
-
- com.atlassian.bamboo.v2.build.trigger.AbstractTriggerReason
-
- com.atlassian.bamboo.trigger.dependency.EnvironmentDependencyTriggerReason
-
- All Implemented Interfaces:
TriggerReason,Serializable
public class EnvironmentDependencyTriggerReason extends AbstractTriggerReason implements TriggerReason
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringENVIRONMENT_ID_KEYstatic StringENVIRONMENT_NAME_KEYstatic StringKEYstatic StringRESULT_ID_KEY-
Fields inherited from class com.atlassian.bamboo.v2.build.trigger.AbstractTriggerReason
PLUGIN_KEY, TRIGGER_REASON_KEY
-
-
Constructor Summary
Constructors Constructor Description EnvironmentDependencyTriggerReason()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEnvironmentIdString()StringgetEnvironmentName()StringgetName()Gives the trigger reasonStringgetNameForSentence()Gives the trigger reason in a format that can be used in a sentence eg.StringgetResultIdString()voidinit(String key, @NotNull ResultsSummary resultsSummary)Initializes theTriggerReasonusing data from theResultsSummaryvoidinit(String key, Map<String,String> fields)Initializes theTriggerReasonusing data from theMapvoidsetI18nResolver(com.atlassian.sal.api.message.I18nResolver i18nResolver)voidupdateCustomData(@NotNull BambooCustomDataAware customDataAware)Updates theTriggerReasongiven aBambooCustomDataAware-
Methods inherited from class com.atlassian.bamboo.v2.build.trigger.AbstractTriggerReason
getChildTriggerReason, getKey, init, toString, updateIfValueNotNull
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.atlassian.bamboo.v2.build.trigger.TriggerReason
getChildTriggerReason, getKey
-
-
-
-
Field Detail
-
KEY
public static final String KEY
- See Also:
- Constant Field Values
-
ENVIRONMENT_ID_KEY
public static final String ENVIRONMENT_ID_KEY
- See Also:
- Constant Field Values
-
ENVIRONMENT_NAME_KEY
public static final String ENVIRONMENT_NAME_KEY
- See Also:
- Constant Field Values
-
RESULT_ID_KEY
public static final String RESULT_ID_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
init
public void init(String key, Map<String,String> fields)
Description copied from interface:TriggerReasonInitializes theTriggerReasonusing data from theMap- Specified by:
initin interfaceTriggerReason
-
init
public void init(String key, @NotNull @NotNull ResultsSummary resultsSummary)
Description copied from interface:TriggerReasonInitializes theTriggerReasonusing data from theResultsSummary- Specified by:
initin interfaceTriggerReason
-
updateCustomData
public void updateCustomData(@NotNull @NotNull BambooCustomDataAware customDataAware)Description copied from interface:TriggerReasonUpdates theTriggerReasongiven aBambooCustomDataAware- Specified by:
updateCustomDatain interfaceTriggerReason
-
getName
public String getName()
Description copied from interface:TriggerReasonGives the trigger reason- Specified by:
getNamein interfaceTriggerReason- Returns:
- {String} - the trigger reason
-
getNameForSentence
public String getNameForSentence()
Description copied from interface:TriggerReasonGives the trigger reason in a format that can be used in a sentence eg. "was triggered at the scheduled time of 6:34 PM"- Specified by:
getNameForSentencein interfaceTriggerReason- Returns:
- {String} - the trigger reason, must be HTML escaped.
-
setI18nResolver
public void setI18nResolver(com.atlassian.sal.api.message.I18nResolver i18nResolver)
-
getEnvironmentIdString
public String getEnvironmentIdString()
-
getEnvironmentName
public String getEnvironmentName()
-
getResultIdString
public String getResultIdString()
-
-