|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.opensymphony.xwork2.ActionSupport com.atlassian.bamboo.ww2.BambooActionSupport com.atlassian.bamboo.ww2.actions.PlanActionSupport com.atlassian.bamboo.build.PlanResultsAction com.atlassian.bamboo.ww2.actions.jira.LinkTestToJiraIssueAction
public class LinkTestToJiraIssueAction
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.atlassian.bamboo.ww2.BambooActionSupport |
---|
BambooActionSupport.JSONStatus |
Field Summary |
---|
Fields inherited from class com.atlassian.bamboo.build.PlanResultsAction |
---|
agentManager, artifactLinkManager, auditLogService, buildStatusHelper, extendedAuthorManager, failStartDate, jiraIssueUtils, neighbouringSummaries, resultsSummary, testQuarantineManager, triggerManager |
Fields inherited from class com.atlassian.bamboo.ww2.actions.PlanActionSupport |
---|
buildNumber, repositoryConfigurationService, resultsSummaryManager |
Fields inherited from class com.opensymphony.xwork2.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork2.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
LinkTestToJiraIssueAction()
|
Method Summary | |
---|---|
com.opensymphony.webwork.dispatcher.json.JSONObject |
buildJsonObject()
Builds JSONObject and sets 'status', 'errors' and 'fieldErrors' properties accordingly. |
static com.opensymphony.webwork.dispatcher.json.JSONObject |
buildLinkedJiraIssueJson(LinkedJiraIssue linkedJiraIssue)
|
String |
doExecute()
Places the current user on the page |
String |
getManualIssueKey()
|
long |
getTestCaseId()
|
void |
setJiraApplinksService(JiraApplinksService jiraApplinksService)
|
void |
setJiraIssueManager(JiraIssueManager jiraIssueManager)
|
void |
setJiraRestService(JiraRestService jiraRestService)
|
void |
setManualIssueKey(String manualIssueKey)
|
void |
setTestCaseId(long testCaseId)
|
void |
setTestsManager(TestsManager testsManager)
|
void |
validate()
|
Methods inherited from class com.opensymphony.xwork2.ActionSupport |
---|
addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFormatted, getLocale, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.bamboo.ww2.aware.PlanAware |
---|
getImmutablePlan, getMutablePlan, getPlan, setPlan |
Methods inherited from interface com.atlassian.bamboo.ww2.aware.permissions.DomainObjectSecurityAware |
---|
getSecuredDomainObject |
Methods inherited from interface com.atlassian.bamboo.utils.error.ErrorCollection |
---|
getErrorMessages, getErrors |
Methods inherited from interface com.opensymphony.xwork2.ValidationAware |
---|
addActionMessage, addFieldError, getActionErrors, getActionMessages, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, setActionErrors, setActionMessages, setFieldErrors |
Constructor Detail |
---|
public LinkTestToJiraIssueAction()
Method Detail |
---|
public void validate()
validate
in interface com.opensymphony.xwork2.Validateable
validate
in class com.opensymphony.xwork2.ActionSupport
public String doExecute()
BambooActionSupport
doExecute
in class BambooActionSupport
@NotNull public static com.opensymphony.webwork.dispatcher.json.JSONObject buildLinkedJiraIssueJson(@NotNull LinkedJiraIssue linkedJiraIssue) throws com.opensymphony.webwork.dispatcher.json.JSONException
com.opensymphony.webwork.dispatcher.json.JSONException
@NotNull public com.opensymphony.webwork.dispatcher.json.JSONObject buildJsonObject() throws com.opensymphony.webwork.dispatcher.json.JSONException
BambooActionSupport
buildJsonObject
in class BambooActionSupport
com.opensymphony.webwork.dispatcher.json.JSONException
public long getTestCaseId()
public void setTestCaseId(long testCaseId)
public void setTestsManager(TestsManager testsManager)
setTestsManager
in class PlanResultsAction
public void setJiraApplinksService(JiraApplinksService jiraApplinksService)
setJiraApplinksService
in class PlanActionSupport
public void setJiraRestService(JiraRestService jiraRestService)
public void setJiraIssueManager(JiraIssueManager jiraIssueManager)
setJiraIssueManager
in class PlanResultsAction
public void setManualIssueKey(String manualIssueKey)
public String getManualIssueKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |