|
||||||||||
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, buildDefinitionManager, buildManager, commentManager, 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 |
doDeleteLabel()
|
java.lang.String |
doViewLabels()
|
java.lang.String |
getLabelDisplay()
|
java.lang.String |
getLabelInput()
|
java.util.List<Label> |
getLabels()
|
ResultsSummary |
getResultsSummary()
|
java.lang.String |
getSelectedLabel()
|
void |
setJiraIssueUtils(JiraIssueUtils jiraIssueUtils)
|
void |
setLabelDisplay(java.lang.String labelDisplay)
|
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)
|
Methods inherited from class com.atlassian.bamboo.ww2.actions.PlanActionSupport |
---|
getBuildKey, getBuildNumber, getCurrentlyBuildingPlans, getErrorAccessor, getPlan, getPlanKey, getPlanResultKey, getProject, getResultsSummaryManager, getSecuredDomainObject, hasPlanResultComments, 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, validate |
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 doViewLabels() throws java.lang.Exception
java.lang.Exception
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 getLabelDisplay()
public void setLabelDisplay(java.lang.String labelDisplay)
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |