|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.opensymphony.xwork.ActionSupport com.atlassian.bamboo.ww2.BambooActionSupport com.atlassian.bamboo.ww2.actions.PlanActionSupport com.atlassian.bamboo.ww2.actions.ChainActionSupport com.atlassian.bamboo.ww2.actions.branch.CreateChainBranch
public class CreateChainBranch
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.ww2.actions.ChainActionSupport |
---|
chainBranchManager, chainExecutionManager, planExecutableAgentsHelper, stageStatusHelper |
Fields inherited from class com.atlassian.bamboo.ww2.actions.PlanActionSupport |
---|
buildNumber, jiraApplinksService, repositoryConfigurationService, resultsSummaryManager |
Fields inherited from class com.atlassian.bamboo.ww2.BambooActionSupport |
---|
administrationConfigurationManager, AGGREGATE_URL_PATTERN, bambooPermissionManager, bambooUserManager, BUILD_KEY_CONTEXT, buildDefinitionManager, cachedPlanManager, CONFIRM, cookieCutter, dashboardCachingManager, featureManager, PLAN_KEY_CONTEXT, planExecutionManager, planManager, projectManager, webInterfaceManager |
Fields inherited from class com.opensymphony.xwork.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
CreateChainBranch()
|
Method Summary | |
---|---|
java.lang.String |
doDefault()
Default action just sends to the input |
java.lang.String |
doExecute()
Places the current user on the page |
java.lang.String |
getBranchVcsName()
|
BuildConfiguration |
getBuildConfiguration()
|
java.lang.String |
getCreationOption()
|
java.lang.String |
getRedirectAddress()
|
boolean |
isBranchDetectionCapable()
|
void |
setBranchDetectionService(BranchDetectionService branchDetectionService)
|
void |
setBranchesForCreation(java.util.List<java.lang.String> branchesForCreation)
|
void |
setBranchVcsName(java.lang.String branchVcsName)
|
void |
setBuildConfiguration(BuildConfiguration buildConfiguration)
|
void |
setChainBranchCreationService(ChainBranchCreationService chainBranchCreationService)
|
void |
setCreationOption(java.lang.String creationOption)
|
void |
setRepositoryManager(RepositoryManager repositoryManager)
|
void |
validate()
|
Methods inherited from class com.atlassian.bamboo.ww2.actions.ChainActionSupport |
---|
getBranchIdentifiers, getChain, getChainBranches, getChainBranchesByDate, getChainResult, getChainResultNumber, getChainStage, getErrorAccessor, getSiblingBranchIdentifiers, getStageStatusHelper, jobHasExecutableAgents, setAggregatedChainErrorAccessor, setChain, setChainBranchManager, setChainExecutionManager, setChainResult, setChainResultNumber, setChainStage, setPlanExecutableAgentsHelper, setStageStatusHelper |
Methods inherited from class com.opensymphony.xwork.ActionSupport |
---|
addActionMessage, addFieldError, clearErrorsAndMessages, clone, doInput, getActionErrors, getActionMessages, getErrorMessages, getErrors, getLocale, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, pause, setActionErrors, setActionMessages, 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.permissions.DomainObjectSecurityAware |
---|
getSecuredDomainObject |
Methods inherited from interface com.atlassian.bamboo.ww2.aware.PlanAware |
---|
getPlan, setPlan |
Methods inherited from interface com.atlassian.bamboo.utils.error.ErrorCollection |
---|
getErrorMessages, getErrors |
Constructor Detail |
---|
public CreateChainBranch()
Method Detail |
---|
public java.lang.String doDefault()
BambooActionSupport
doDefault
in class BambooActionSupport
public java.lang.String doExecute() throws java.lang.Exception
BambooActionSupport
doExecute
in class BambooActionSupport
java.lang.Exception
- something nasty went wrongpublic void validate()
validate
in interface com.opensymphony.xwork.Validateable
validate
in class com.opensymphony.xwork.ActionSupport
public boolean isBranchDetectionCapable()
public void setChainBranchCreationService(ChainBranchCreationService chainBranchCreationService)
public BuildConfiguration getBuildConfiguration()
getBuildConfiguration
in interface BuildConfigurationAware
public void setBuildConfiguration(BuildConfiguration buildConfiguration)
setBuildConfiguration
in interface BuildConfigurationAware
public java.lang.String getCreationOption()
public void setCreationOption(java.lang.String creationOption)
public java.lang.String getBranchVcsName()
public void setBranchVcsName(java.lang.String branchVcsName)
public void setBranchesForCreation(java.util.List<java.lang.String> branchesForCreation)
public java.lang.String getRedirectAddress()
public void setBranchDetectionService(BranchDetectionService branchDetectionService)
public void setRepositoryManager(RepositoryManager repositoryManager)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |