com.atlassian.bamboo.v2.build.trigger
Class ScheduledTriggerReason

java.lang.Object
  extended by com.atlassian.bamboo.v2.build.trigger.AbstractTriggerReason
      extended by com.atlassian.bamboo.v2.build.trigger.ScheduledTriggerReason
All Implemented Interfaces:
TriggerReason, java.io.Serializable

public class ScheduledTriggerReason
extends AbstractTriggerReason

See Also:
Serialized Form

Field Summary
static org.apache.commons.lang.time.FastDateFormat DATE_FORMAT
           
static java.lang.String DATE_FORMAT_STRING
           
static java.lang.String KEY
           
static java.lang.String TRIGGER_SCHEDULED_DATE
           
 
Fields inherited from class com.atlassian.bamboo.v2.build.trigger.AbstractTriggerReason
PLUGIN_KEY, textProvider
 
Constructor Summary
ScheduledTriggerReason()
           
 
Method Summary
 java.lang.String getName()
          Gives the trigger reason
 java.lang.String getNameForSentence()
          Gives the trigger reason in a format that can be used in a sentence eg.
 java.util.Date getScheduledDate()
           
 void init(java.lang.String key, java.util.Map<java.lang.String,java.lang.String> fields)
          Initializes the TriggerReason using data from the Map
 void init(java.lang.String key, ResultsSummary resultsSummary)
          Initializes the TriggerReason using data from the ResultsSummary
 void updateBuildResultsSummay(ResultsSummary resultsSummary)
          Updates the TriggerReason given a ResultsSummary
 
Methods inherited from class com.atlassian.bamboo.v2.build.trigger.AbstractTriggerReason
getKey, init, setTextProvider, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

KEY

public static final java.lang.String KEY
See Also:
Constant Field Values

TRIGGER_SCHEDULED_DATE

public static final java.lang.String TRIGGER_SCHEDULED_DATE
See Also:
Constant Field Values

DATE_FORMAT_STRING

public static final java.lang.String DATE_FORMAT_STRING
See Also:
Constant Field Values

DATE_FORMAT

public static final org.apache.commons.lang.time.FastDateFormat DATE_FORMAT
Constructor Detail

ScheduledTriggerReason

public ScheduledTriggerReason()
Method Detail

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


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

getScheduledDate

public java.util.Date getScheduledDate()


Copyright © 2010 Atlassian. All Rights Reserved.