|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.ww2.actions.BuildActionSupport
com.atlassian.bamboo.build.BuildResultsAction
com.atlassian.bamboo.build.ViewBuildResults
com.atlassian.bamboo.build.ViewTestCaseResultAction
public class ViewTestCaseResultAction
Field Summary |
---|
Fields inherited from class com.atlassian.bamboo.build.BuildResultsAction |
---|
buildNumber, buildResults, buildResultsSummary, buildResultsSummaryManager, decorator, extendedAuthorManager, jiraIssueManager, jiraIssueUtils, localAgentManager, testManager, testResultManager, triggerReasonManager |
Fields inherited from class com.atlassian.bamboo.ww2.actions.BuildActionSupport |
---|
buildExecutionManager |
Fields inherited from class com.atlassian.bamboo.ww2.BambooActionSupport |
---|
CONFIRM, cookieCutter, dashboardCachingManager |
Fields inherited from class com.opensymphony.xwork.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
ViewTestCaseResultAction()
|
Method Summary | |
---|---|
java.lang.String |
doExecute()
Places the current user on the page |
java.lang.String |
getTestCaseName()
|
TestCaseResult |
getTestCaseResult()
|
java.lang.String |
getTestClassName()
|
TestClassResultWrapper |
getTestClassResult()
|
void |
setTestCaseName(java.lang.String testCaseName)
|
void |
setTestCaseResult(TestCaseResult testCaseResult)
|
void |
setTestClassName(java.lang.String testClassName)
|
void |
setTestClassResult(TestClassResultWrapper testClassResult)
|
Methods inherited from class com.atlassian.bamboo.ww2.actions.BuildActionSupport |
---|
getBuild, getBuildKey, getCurrentlyRunningBuild, getSecuredDomainObject, setBuild, setBuildExecutionManager, setBuildKey |
Methods inherited from class com.opensymphony.xwork.ActionSupport |
---|
addActionError, addActionMessage, addFieldError, clearErrorsAndMessages, clone, doInput, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, pause, setActionErrors, setActionMessages, setFieldErrors, validate |
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.BuildAware |
---|
getBuild, setBuild |
Methods inherited from interface com.atlassian.bamboo.ww2.aware.permissions.DomainObjectSecurityAware |
---|
getSecuredDomainObject |
Methods inherited from interface com.atlassian.bamboo.utils.error.ErrorCollection |
---|
getErrorMessages, getErrors, getFieldErrors |
Constructor Detail |
---|
public ViewTestCaseResultAction()
Method Detail |
---|
public java.lang.String doExecute() throws java.lang.Exception
BambooActionSupport
doExecute
in class BuildResultsAction
java.lang.Exception
- something nasty went wrongpublic TestClassResultWrapper getTestClassResult()
getTestClassResult
in interface TestClassResultAware
public TestCaseResult getTestCaseResult()
getTestCaseResult
in interface TestCaseResultAware
public void setTestCaseResult(TestCaseResult testCaseResult)
setTestCaseResult
in interface TestCaseResultAware
public void setTestClassResult(TestClassResultWrapper testClassResult)
setTestClassResult
in interface TestClassResultAware
public void setTestClassName(java.lang.String testClassName)
public void setTestCaseName(java.lang.String testCaseName)
public java.lang.String getTestClassName()
public java.lang.String getTestCaseName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |