|
||||||||||
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.admin.bulk.BulkPlanAction
public class BulkPlanAction
This class provides a UI action to remove one or more build.
Field Summary |
---|
Fields inherited from class com.atlassian.bamboo.ww2.BambooActionSupport |
---|
buildManager, 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 | |
---|---|
BulkPlanAction()
|
Method Summary | |
---|---|
java.lang.String |
doExecute()
Remove the selected builds |
java.lang.String |
doView()
|
java.util.List<BulkAction> |
getAvailableBulkActions()
|
BulkAction |
getBulkAction()
|
java.util.Collection |
getProjects()
|
org.apache.commons.collections.map.ListOrderedMap |
getResults()
|
java.lang.Object |
getSecuredDomainObject()
|
java.lang.String[] |
getSelectedBuilds()
|
java.lang.String |
getSelectedBulkActionKey()
|
java.util.List<Build> |
getSelectedPlans()
|
void |
setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
|
void |
setBuildQueueManager(BuildQueueManager buildQueueManager)
|
void |
setBuildResultsIndexer(BuildResultsIndexer buildResultsIndexer)
|
void |
setSelectedBuilds(java.lang.String[] selectedBuilds)
The checkboxes all have the same name, but with different value. |
void |
setSelectedBulkActionKey(java.lang.String selectedBulkActionKey)
|
void |
setStopBuildManager(StopBuildManager stopBuildManager)
|
void |
validate()
|
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 |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.bamboo.utils.error.ErrorCollection |
---|
getErrorMessages, getErrors, getFieldErrors |
Constructor Detail |
---|
public BulkPlanAction()
Method Detail |
---|
public void setSelectedBuilds(java.lang.String[] selectedBuilds)
selectedBuilds
- The key of the builds that have been seleted for deletion.public java.lang.String[] getSelectedBuilds()
public BulkAction getBulkAction()
public void validate()
validate
in interface com.opensymphony.xwork.Validateable
validate
in class com.opensymphony.xwork.ActionSupport
public java.lang.String doView() throws java.lang.Exception
java.lang.Exception
public java.util.List<Build> getSelectedPlans()
public java.lang.String doExecute() throws java.lang.Exception
doExecute
in class BambooActionSupport
java.lang.Exception
- A generic failurepublic java.util.Collection getProjects()
public java.lang.String getSelectedBulkActionKey()
public void setSelectedBulkActionKey(java.lang.String selectedBulkActionKey)
public java.util.List<BulkAction> getAvailableBulkActions()
public org.apache.commons.collections.map.ListOrderedMap getResults()
public void setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
public void setBuildQueueManager(BuildQueueManager buildQueueManager)
public void setBuildResultsIndexer(BuildResultsIndexer buildResultsIndexer)
public void setStopBuildManager(StopBuildManager stopBuildManager)
public java.lang.Object getSecuredDomainObject()
getSecuredDomainObject
in interface DomainObjectSecurityAware
getSecuredDomainObject
in class BambooActionSupport
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |