Class UnknownTriggerReason
java.lang.Object
com.atlassian.bamboo.v2.build.trigger.AbstractTriggerReason
com.atlassian.bamboo.v2.build.trigger.UnknownTriggerReason
- All Implemented Interfaces:
TriggerReason
,Serializable
Trigger Reason used for when a trigger reason has been removed or not determined. This should never be persisted as a valid value.
- See Also:
-
Field Summary
Fields inherited from class com.atlassian.bamboo.v2.build.trigger.AbstractTriggerReason
PLUGIN_KEY, TRIGGER_REASON_KEY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Gives the trigger reasonGives the trigger reason in a format that can be used in a sentence eg.void
init
(String key, @NotNull ResultsSummary resultsSummary) Initializes theTriggerReason
using data from theResultsSummary
void
Initializes theTriggerReason
using data from theMap
void
updateCustomData
(@NotNull BambooCustomDataAware customDataAware) Updates theTriggerReason
given aBambooCustomDataAware
Methods inherited from class com.atlassian.bamboo.v2.build.trigger.AbstractTriggerReason
getChildTriggerReason, getKey, init, toString, updateIfValueNotNull
-
Field Details
-
UNKNOWN_TRIGGER_REASON_KEY
- See Also:
-
-
Constructor Details
-
UnknownTriggerReason
public UnknownTriggerReason()
-
-
Method Details
-
init
Description copied from interface:TriggerReason
Initializes theTriggerReason
using data from theMap
-
init
Description copied from interface:TriggerReason
Initializes theTriggerReason
using data from theResultsSummary
-
updateCustomData
Description copied from interface:TriggerReason
Updates theTriggerReason
given aBambooCustomDataAware
-
getName
Description copied from interface:TriggerReason
Gives the trigger reason- Returns:
- {String} - the trigger reason
-
getNameForSentence
Description copied from interface:TriggerReason
Gives the trigger reason in a format that can be used in a sentence eg. "was triggered at the scheduled time of 6:34 PM"- Returns:
- {String} - the trigger reason, must be HTML escaped.
-