Class ManualBuildTriggerReason
java.lang.Object
com.atlassian.bamboo.v2.build.trigger.AbstractTriggerReason
com.atlassian.bamboo.v2.build.trigger.ManualBuildTriggerReason
- All Implemented Interfaces:
TriggerReason
,Serializable
- Direct Known Subclasses:
CustomRevisionBuildTriggerReason
,RerunBuildTriggerReason
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
protected com.atlassian.struts.TextProvider
static final String
static final String
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
setStageName
(String stageName) void
setUserName
(String userName) 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
-
KEY
- See Also:
-
TRIGGER_MANUAL_USER
- See Also:
-
TRIGGER_MANUAL_STAGE
- See Also:
-
textProvider
@Inject protected transient com.atlassian.struts.TextProvider textProvider
-
-
Constructor Details
-
ManualBuildTriggerReason
public ManualBuildTriggerReason()
-
-
Method Details
-
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.
-
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
-
getUserName
-
setUserName
-
getStageName
-
setStageName
-