com.atlassian.bamboo.v2.build.trigger
Class ScheduledTriggerReason
java.lang.Object
com.atlassian.bamboo.v2.build.trigger.AbstractTriggerReason
com.atlassian.bamboo.v2.build.trigger.ScheduledTriggerReason
- All Implemented Interfaces:
- TriggerReason, Serializable
public class ScheduledTriggerReason
- extends AbstractTriggerReason
- See Also:
- Serialized Form
KEY
public static final String KEY
- See Also:
- Constant Field Values
TRIGGER_SCHEDULED_DATE
public static final String TRIGGER_SCHEDULED_DATE
- See Also:
- Constant Field Values
DATE_FORMAT_STRING
public static final String DATE_FORMAT_STRING
- See Also:
- Constant Field Values
DATE_FORMAT
public static final org.apache.commons.lang.time.FastDateFormat DATE_FORMAT
ScheduledTriggerReason
public ScheduledTriggerReason()
init
public void init(String key,
Map<String,String> fields)
- Description copied from interface:
TriggerReason
- Initializes the
TriggerReason
using data from the Map
init
public void init(String key,
@NotNull
ResultsSummary resultsSummary)
- Description copied from interface:
TriggerReason
- Initializes the
TriggerReason
using data from the ResultsSummary
updateCustomData
public void updateCustomData(@NotNull
BambooCustomDataAware customDataAware)
- Description copied from interface:
TriggerReason
- Updates the
TriggerReason
given a BambooCustomDataAware
getName
public String getName()
- Description copied from interface:
TriggerReason
- Gives the trigger reason
- 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"
- Returns:
- {String} - the trigger reason, must be HTML escaped.
getScheduledDate
public Date getScheduledDate()
getPlanResultKey
@Nullable
public PlanResultKey getPlanResultKey()
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.