Class ScheduledTriggerReason
java.lang.Object
com.atlassian.bamboo.v2.build.trigger.AbstractTriggerReason
com.atlassian.bamboo.v2.build.trigger.ScheduledTriggerReason
- All Implemented Interfaces:
TriggerReason,Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.commons.lang3.time.FastDateFormatstatic final Stringstatic final Stringstatic final StringFields 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.@Nullable PlanResultKey@Nullable Stringvoidinit(String key, @NotNull ResultsSummary resultsSummary) Initializes theTriggerReasonusing data from theResultsSummaryvoidInitializes theTriggerReasonusing data from theMapvoidupdateCustomData(@NotNull BambooCustomDataAware customDataAware) Updates theTriggerReasongiven aBambooCustomDataAwareMethods inherited from class com.atlassian.bamboo.v2.build.trigger.AbstractTriggerReason
getChildTriggerReason, getKey, init, toString, updateIfValueNotNull
-
Field Details
-
KEY
- See Also:
-
TRIGGER_SCHEDULED_DATE
- See Also:
-
DATE_FORMAT_STRING
- See Also:
-
DATE_FORMAT
public static final org.apache.commons.lang3.time.FastDateFormat DATE_FORMAT
-
-
Constructor Details
-
ScheduledTriggerReason
public ScheduledTriggerReason()
-
-
Method Details
-
init
Description copied from interface:TriggerReasonInitializes theTriggerReasonusing data from theMap -
init
Description copied from interface:TriggerReasonInitializes theTriggerReasonusing data from theResultsSummary -
updateCustomData
Description copied from interface:TriggerReasonUpdates theTriggerReasongiven aBambooCustomDataAware -
getName
Description copied from interface:TriggerReasonGives the trigger reason- 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"- Returns:
- {String} - the trigger reason, must be HTML escaped.
-
getScheduledDate
-
getPlanResultKey
-
getUserScheduledBy
-