public class

ConfigureBranches

extends BuildConfigurationSupport
implements PlanEditSecurityAware
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.bamboo.ww2.BambooActionSupport
       ↳ com.atlassian.bamboo.ww2.actions.PlanActionSupport
         ↳ com.atlassian.bamboo.ww2.actions.build.admin.BuildConfigurationSupport
           ↳ com.atlassian.bamboo.ww2.actions.branch.ConfigureBranches

Summary

[Expand]
Inherited Constants
From class com.atlassian.bamboo.ww2.actions.build.admin.BuildConfigurationSupport
From class com.atlassian.bamboo.ww2.BambooActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.bamboo.ww2.actions.build.admin.BuildConfigurationSupport
From class com.atlassian.bamboo.ww2.actions.PlanActionSupport
From class com.atlassian.bamboo.ww2.BambooActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
ConfigureBranches()
Public Methods
String doDefault()
Default action just sends to the input@return
String doUpdate()
String getAutomaticBranchDetectionIntervalString()
int getLinesToDisplay()
String getMatchingPattern()
int getSecondsToRefresh()
String getTimeOfInactivityInDays()
boolean gitCapabilityExists()
boolean isAutoClean()
boolean isBranchDetectionCapable()
boolean isEnabled()
boolean isGitRepository()
boolean isHideBranchesSplashScreen()
void setAutoClean(boolean autoClean)
void setBranchDetectionJobScheduler(BranchDetectionJobScheduler branchDetectionJobScheduler)
void setBranchDetectionService(BranchDetectionService branchDetectionService)
void setCapabilityContext(CapabilityContext capabilityContext)
void setEnabled(boolean enabled)
void setMatchingPattern(String matchingPattern)
void setScopedExclusionService(ScopedExclusionService scopedExclusionService)
void setTimeOfInactivityInDays(String timeOfInactivityInDays)
void validate()
[Expand]
Inherited Methods
From class com.atlassian.bamboo.ww2.actions.build.admin.BuildConfigurationSupport
From class com.atlassian.bamboo.ww2.actions.PlanActionSupport
From class com.atlassian.bamboo.ww2.BambooActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.bamboo.utils.error.ErrorCollection
From interface com.atlassian.bamboo.ww2.aware.BambooSessionAware
From interface com.atlassian.bamboo.ww2.aware.BuildConfigurationAware
From interface com.atlassian.bamboo.ww2.aware.NavigationAware
From interface com.atlassian.bamboo.ww2.aware.PlanAware
From interface com.atlassian.bamboo.ww2.aware.ProjectAware
From interface com.atlassian.bamboo.ww2.aware.ReturnUrlAware
From interface com.atlassian.bamboo.ww2.aware.permissions.DomainObjectSecurityAware
From interface com.atlassian.core.i18n.I18nTextProvider
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware
From interface com.uwyn.rife.continuations.ContinuableObject

Public Constructors

public ConfigureBranches ()

Public Methods

public String doDefault ()

Default action just sends to the input@return

Throws
Exception

public String doUpdate ()

Throws
Exception

public String getAutomaticBranchDetectionIntervalString ()

public int getLinesToDisplay ()

public String getMatchingPattern ()

public int getSecondsToRefresh ()

public String getTimeOfInactivityInDays ()

public boolean gitCapabilityExists ()

public boolean isAutoClean ()

public boolean isBranchDetectionCapable ()

public boolean isEnabled ()

public boolean isGitRepository ()

public boolean isHideBranchesSplashScreen ()

public void setAutoClean (boolean autoClean)

public void setBranchDetectionJobScheduler (BranchDetectionJobScheduler branchDetectionJobScheduler)

public void setBranchDetectionService (BranchDetectionService branchDetectionService)

public void setCapabilityContext (CapabilityContext capabilityContext)

public void setEnabled (boolean enabled)

public void setMatchingPattern (String matchingPattern)

public void setScopedExclusionService (ScopedExclusionService scopedExclusionService)

public void setTimeOfInactivityInDays (String timeOfInactivityInDays)

public void validate ()