com.atlassian.bamboo.plugins.jira.release
Class JIRAReleaseTriggerReason
java.lang.Object
com.atlassian.bamboo.v2.build.trigger.AbstractTriggerReason
com.atlassian.bamboo.plugins.jira.release.JIRAReleaseTriggerReason
- All Implemented Interfaces:
- TriggerReason, java.io.Serializable
public class JIRAReleaseTriggerReason
- extends AbstractTriggerReason
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JIRA_USERNAME
public static final java.lang.String JIRA_USERNAME
- See Also:
- Constant Field Values
JIRA_USER_DISPLAY_NAME
public static final java.lang.String JIRA_USER_DISPLAY_NAME
- See Also:
- Constant Field Values
JIRA_PROJECT_NAME
public static final java.lang.String JIRA_PROJECT_NAME
- See Also:
- Constant Field Values
JIRA_PROJECT_KEY
public static final java.lang.String JIRA_PROJECT_KEY
- See Also:
- Constant Field Values
JIRA_VERSION
public static final java.lang.String JIRA_VERSION
- See Also:
- Constant Field Values
JIRA_VERSION_ID
public static final java.lang.String JIRA_VERSION_ID
- See Also:
- Constant Field Values
JIRA_BASE_URL
public static final java.lang.String JIRA_BASE_URL
- See Also:
- Constant Field Values
JIRAReleaseTriggerReason
public JIRAReleaseTriggerReason()
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
updateBuildResultsSummary
public void updateBuildResultsSummary(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, must be HTML escaped.
getTriggerReason
public java.lang.String getTriggerReason()
getJiraUsername
public java.lang.String getJiraUsername()
getJiraProjectName
public java.lang.String getJiraProjectName()
getJiraProjectKey
public java.lang.String getJiraProjectKey()
getJiraVersionName
public java.lang.String getJiraVersionName()
getJiraBaseUrl
public java.lang.String getJiraBaseUrl()
Copyright © 2012 Atlassian. All Rights Reserved.