|
||||||||||
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.labels.EditLabelsAction
public class EditLabelsAction
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.PlanActionSupport |
---|
buildNumber, resultsSummaryManager |
Fields inherited from class com.atlassian.bamboo.ww2.BambooActionSupport |
---|
administrationConfigurationManager, bambooPermissionManager, bambooUserManager, buildDefinitionManager, CONFIRM, cookieCutter, dashboardCachingManager, planExecutionManager, planManager, projectManager |
Fields inherited from class com.opensymphony.xwork.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
EditLabelsAction()
|
Method Summary | |
---|---|
java.lang.String |
doAddLabels()
|
java.lang.String |
doDefault()
Default action just sends to the input |
java.lang.String |
doDeleteLabel()
|
java.lang.String |
getLabelInput()
|
java.util.List<Label> |
getLabels()
|
ResultsSummary |
getResultsSummary()
|
java.lang.String |
getSelectedLabel()
|
void |
setEventPublisher(com.atlassian.event.api.EventPublisher eventPublisher)
|
void |
setJiraIssueUtils(JiraIssueUtils jiraIssueUtils)
|
void |
setLabelInput(java.lang.String labelInput)
|
void |
setLabelManager(LabelManager labelManager)
|
void |
setLabels(java.util.List<Label> labels)
|
void |
setResultsSummary(ResultsSummary resultsSummary)
|
void |
setSelectedLabel(java.lang.String selectedLabel)
|
void |
validate()
|
Methods inherited from class com.atlassian.bamboo.ww2.actions.PlanActionSupport |
---|
buildWebPanelContext, getBuildKey, getBuildNumber, getCurrentlyBuildingPlans, getErrorAccessor, getPlan, getPlanKey, getPlanResultKey, getProject, getResultsSummaryManager, getSecuredDomainObject, getTypedPlanResultKey, planNotFound, setBuildKey, setBuildNumber, setErrorAccessor, setPlan, setPlanExecutionManager, setPlanKey, setPlanResultKey, setResultsSummaryManager |
Methods inherited from class com.opensymphony.xwork.ActionSupport |
---|
addActionError, addActionMessage, addFieldError, clearErrorsAndMessages, clone, doInput, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, 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.PlanAware |
---|
getPlan, setPlan |
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 EditLabelsAction()
Method Detail |
---|
public java.lang.String doDefault() throws java.lang.Exception
BambooActionSupport
doDefault
in class BambooActionSupport
java.lang.Exception
public void validate()
validate
in interface com.opensymphony.xwork.Validateable
validate
in class com.opensymphony.xwork.ActionSupport
public java.lang.String doAddLabels() throws java.lang.Exception
java.lang.Exception
public java.lang.String doDeleteLabel() throws java.lang.Exception
java.lang.Exception
public java.lang.String getLabelInput()
public void setLabelInput(java.lang.String labelInput)
public java.util.List<Label> getLabels()
public void setLabels(java.util.List<Label> labels)
public java.lang.String getSelectedLabel()
public void setSelectedLabel(java.lang.String selectedLabel)
public void setLabelManager(LabelManager labelManager)
public void setJiraIssueUtils(JiraIssueUtils jiraIssueUtils)
public ResultsSummary getResultsSummary()
getResultsSummary
in interface ResultsSummaryAware
public void setResultsSummary(ResultsSummary resultsSummary)
setResultsSummary
in interface ResultsSummaryAware
public void setEventPublisher(com.atlassian.event.api.EventPublisher eventPublisher)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |