Class EnvironmentDependencyTriggerReason
java.lang.Object
com.atlassian.bamboo.v2.build.trigger.AbstractTriggerReason
com.atlassian.bamboo.trigger.dependency.EnvironmentDependencyTriggerReason
- All Implemented Interfaces:
TriggerReason
,Serializable
public class EnvironmentDependencyTriggerReason
extends AbstractTriggerReason
implements TriggerReason
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
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
setI18nResolver
(com.atlassian.sal.api.message.I18nResolver i18nResolver) 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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.atlassian.bamboo.v2.build.trigger.TriggerReason
getChildTriggerReason, getKey
-
Field Details
-
KEY
- See Also:
-
ENVIRONMENT_ID_KEY
- See Also:
-
ENVIRONMENT_NAME_KEY
- See Also:
-
RESULT_ID_KEY
- See Also:
-
-
Constructor Details
-
EnvironmentDependencyTriggerReason
public EnvironmentDependencyTriggerReason()
-
-
Method Details
-
init
Description copied from interface:TriggerReason
Initializes theTriggerReason
using data from theMap
- Specified by:
init
in interfaceTriggerReason
-
init
Description copied from interface:TriggerReason
Initializes theTriggerReason
using data from theResultsSummary
- Specified by:
init
in interfaceTriggerReason
-
updateCustomData
Description copied from interface:TriggerReason
Updates theTriggerReason
given aBambooCustomDataAware
- Specified by:
updateCustomData
in interfaceTriggerReason
-
getName
Description copied from interface:TriggerReason
Gives the trigger reason- Specified by:
getName
in interfaceTriggerReason
- 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"- Specified by:
getNameForSentence
in interfaceTriggerReason
- Returns:
- {String} - the trigger reason, must be HTML escaped.
-
setI18nResolver
public void setI18nResolver(com.atlassian.sal.api.message.I18nResolver i18nResolver) -
getEnvironmentIdString
-
getEnvironmentName
-
getResultIdString
-