com.atlassian.bamboo.v2.build.trigger
Class CodeChangedTriggerReason
java.lang.Object
com.atlassian.bamboo.v2.build.trigger.AbstractTriggerReason
com.atlassian.bamboo.v2.build.trigger.CodeChangedTriggerReason
- All Implemented Interfaces:
- TriggerReason, java.io.Serializable
public class CodeChangedTriggerReason
- extends AbstractTriggerReason
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
KEY
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
KEY
public static final java.lang.String KEY
- See Also:
- Constant Field Values
CodeChangedTriggerReason
public CodeChangedTriggerReason()
getName
public java.lang.String getName()
- Description copied from interface:
TriggerReason
- Gives the trigger reason
- Returns:
- {String} - the trigger reason
getNameForSentence
public java.lang.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"
- Returns:
- {String} - the trigger reason, must be HTML escaped.
init
public void init(java.lang.String key,
java.util.Map<java.lang.String,java.lang.String> fields)
- Description copied from interface:
TriggerReason
- Initializes the
TriggerReason
using data from the Map
init
public void init(java.lang.String key,
ResultsSummary resultsSummary)
- Description copied from interface:
TriggerReason
- Initializes the
TriggerReason
using data from the ResultsSummary
updateBuildResultsSummay
public void updateBuildResultsSummay(ResultsSummary resultsSummary)
- Description copied from interface:
TriggerReason
- Updates the
TriggerReason
given a ResultsSummary
getBuildResultKey
@Nullable
public java.lang.String getBuildResultKey()
Copyright © 2011 Atlassian. All Rights Reserved.