Class RerunBuildTriggerReason
java.lang.Object
com.atlassian.bamboo.v2.build.trigger.AbstractTriggerReason
com.atlassian.bamboo.v2.build.trigger.ManualBuildTriggerReason
com.atlassian.bamboo.v2.build.trigger.RerunBuildTriggerReason
- All Implemented Interfaces:
TriggerReason,Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class com.atlassian.bamboo.v2.build.trigger.ManualBuildTriggerReason
textProvider, TRIGGER_MANUAL_STAGE, TRIGGER_MANUAL_USERFields inherited from class com.atlassian.bamboo.v2.build.trigger.AbstractTriggerReason
PLUGIN_KEY, TRIGGER_REASON_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gives the trigger reasonGives the trigger reason in a format that can be used in a sentence eg.voidinit(String key, @NotNull ResultsSummary resultsSummary) Initializes theTriggerReasonusing data from theResultsSummaryvoidInitializes theTriggerReasonusing data from theMapvoidsetNumberOfRetries(Integer numberOfRetries) voidupdateCustomData(@NotNull BambooCustomDataAware customDataAware) Updates theTriggerReasongiven aBambooCustomDataAwareMethods inherited from class com.atlassian.bamboo.v2.build.trigger.ManualBuildTriggerReason
getStageName, getUserName, setStageName, setUserNameMethods inherited from class com.atlassian.bamboo.v2.build.trigger.AbstractTriggerReason
getChildTriggerReason, getKey, init, toString, updateIfValueNotNullMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.v2.build.trigger.TriggerReason
getChildTriggerReason, getKey
-
Field Details
-
KEY
- See Also:
-
NUMBER_OF_RETRIES
- See Also:
-
-
Constructor Details
-
RerunBuildTriggerReason
public RerunBuildTriggerReason()
-
-
Method Details
-
getName
Description copied from interface:TriggerReasonGives the trigger reason- Specified by:
getNamein interfaceTriggerReason- Overrides:
getNamein classManualBuildTriggerReason- Returns:
- {String} - the trigger reason
-
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- Overrides:
getNameForSentencein classManualBuildTriggerReason- Returns:
- {String} - the trigger reason, must be HTML escaped.
-
init
Description copied from interface:TriggerReasonInitializes theTriggerReasonusing data from theMap- Specified by:
initin interfaceTriggerReason- Overrides:
initin classManualBuildTriggerReason
-
init
Description copied from interface:TriggerReasonInitializes theTriggerReasonusing data from theResultsSummary- Specified by:
initin interfaceTriggerReason- Overrides:
initin classManualBuildTriggerReason
-
updateCustomData
Description copied from interface:TriggerReasonUpdates theTriggerReasongiven aBambooCustomDataAware- Specified by:
updateCustomDatain interfaceTriggerReason- Overrides:
updateCustomDatain classManualBuildTriggerReason
-
getNumberOfRetries
-
setNumberOfRetries
-