public class

ViewAllRepositories

extends GlobalAdminAction
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.bamboo.ww2.BambooActionSupport
       ↳ com.atlassian.bamboo.configuration.GlobalAdminAction
         ↳ com.atlassian.bamboo.ww2.actions.admin.ViewAllRepositories

Class Overview

Action to look deeper into the Bamboo internals. Mainly for support & debugging

Summary

Nested Classes
class ViewAllRepositories.RepoId  
[Expand]
Inherited Constants
From class com.atlassian.bamboo.configuration.GlobalAdminAction
From class com.atlassian.bamboo.ww2.BambooActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.bamboo.ww2.BambooActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
ViewAllRepositories()
Public Methods
String doExecute()
Populate the form with the current user and obtain the current number of builders
String doOverride()
Long getFromPlanId()
List<Entry<ViewAllRepositories.RepoIdCollection<ImmutableChain>>> getRepoToPlans()
Object getSecuredDomainObject()
List<String> getToPlanIds()
void setFromPlanId(Long fromPlanId)
void setToPlanIds(List<String> toPlanIds)
[Expand]
Inherited Methods
From class com.atlassian.bamboo.configuration.GlobalAdminAction
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.NavigationAware
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 ViewAllRepositories ()

Public Methods

public String doExecute ()

Populate the form with the current user and obtain the current number of builders

Returns
  • Webwork success status
Throws
Exception Generic exception

public String doOverride ()

public Long getFromPlanId ()

public Object getSecuredDomainObject ()

public List<String> getToPlanIds ()

public void setFromPlanId (Long fromPlanId)

public void setToPlanIds (List<String> toPlanIds)