com.atlassian.bamboo.v2.build.trigger
Class CustomRevisionBuildTriggerReason
java.lang.Object
com.atlassian.bamboo.v2.build.trigger.AbstractTriggerReason
com.atlassian.bamboo.v2.build.trigger.ManualBuildTriggerReason
com.atlassian.bamboo.v2.build.trigger.CustomRevisionBuildTriggerReason
- All Implemented Interfaces:
- TriggerReason, Serializable
public class CustomRevisionBuildTriggerReason
- extends ManualBuildTriggerReason
- See Also:
- Serialized Form
KEY
public static final String KEY
- See Also:
- Constant Field Values
TRIGGER_CUSTOM_REVISION
public static final String TRIGGER_CUSTOM_REVISION
- See Also:
- Constant Field Values
CustomRevisionBuildTriggerReason
public CustomRevisionBuildTriggerReason()
getName
public String getName()
- Description copied from interface:
TriggerReason
- Gives the trigger reason
- Specified by:
getName
in interface TriggerReason
- Overrides:
getName
in class ManualBuildTriggerReason
- Returns:
- {String} - the trigger reason
getNameForSentence
public String 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"
- Specified by:
getNameForSentence
in interface TriggerReason
- Overrides:
getNameForSentence
in class ManualBuildTriggerReason
- Returns:
- {String} - the trigger reason, must be HTML escaped.
init
public void init(String key,
Map<String,String> fields)
- Description copied from interface:
TriggerReason
- Initializes the
TriggerReason
using data from the Map
- Specified by:
init
in interface TriggerReason
- Overrides:
init
in class ManualBuildTriggerReason
init
public void init(String key,
@NotNull
ResultsSummary resultsSummary)
- Description copied from interface:
TriggerReason
- Initializes the
TriggerReason
using data from the ResultsSummary
- Specified by:
init
in interface TriggerReason
- Overrides:
init
in class ManualBuildTriggerReason
updateCustomData
public void updateCustomData(@NotNull
BambooCustomDataAware customDataAware)
- Description copied from interface:
TriggerReason
- Updates the
TriggerReason
given a BambooCustomDataAware
- Specified by:
updateCustomData
in interface TriggerReason
- Overrides:
updateCustomData
in class ManualBuildTriggerReason
getRevision
public String getRevision()
setRevision
public void setRevision(String revision)
getPlanResultKey
@Nullable
public String getPlanResultKey()
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.