com.atlassian.bamboo.configuration.agent
Class ViewOfflineAgents

java.lang.Object
  extended by com.opensymphony.xwork.ActionSupport
      extended by com.atlassian.bamboo.ww2.BambooActionSupport
          extended by com.atlassian.bamboo.configuration.agent.ViewAgents
              extended by com.atlassian.bamboo.configuration.agent.ViewOfflineAgents
All Implemented Interfaces:
ErrorCollection, BambooSessionAware, PaginationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, ResultsListProvider, ReturnUrlAware, com.atlassian.core.i18n.I18nTextProvider, com.opensymphony.xwork.Action, com.opensymphony.xwork.LocaleProvider, com.opensymphony.xwork.TextProvider, com.opensymphony.xwork.Validateable, com.opensymphony.xwork.ValidationAware, com.uwyn.rife.continuations.ContinuableObject, java.io.Serializable, java.lang.Cloneable

public class ViewOfflineAgents
extends ViewAgents
implements PaginationAware

See Also:
Serialized Form

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.configuration.agent.ViewAgents
localAgentManager, remoteAgentManager
 
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
ViewOfflineAgents()
           
 
Method Summary
 java.lang.String doDefault()
          Default action just sends to the input
 java.lang.String getFirstPageUrl()
           
 java.lang.String getLastPageUrl()
           
 java.lang.String getNextPageUrl()
           
 Pager getPager()
           
 java.lang.String getPreviousPageUrl()
           
 java.util.List<BuildAgent> getResultsList()
           
 boolean isCompleteContentSelected()
           
 void setCompleteContentSelected(boolean completeContentSelected)
           
 void setPager(Pager pager)
           
 
Methods inherited from class com.atlassian.bamboo.configuration.agent.ViewAgents
doExecute, doShowTooltip, getAllowedNumberOfLocalAgents, getAllowedNumberOfRemoteAgents, getElasticEnabledTextKey, getElasticImageConfigurations, getElasticUIBean, getExecutableAgentsMatrix, getLocalAgents, getNoElasticOnlineTextKey, getNumberOfOnlineElasticAgents, getNumberOfOnlineRemoteAgents, getNumberOfRequestedElasticAgents, getOfflineRemoteAgents, getOnlineRemoteAgents, getOnlyElasticOnlineTextKey, getOnlyRemoteOnlineElasticDisabledTextKey, getPlanKey, getRemoteAgentLog, initAgentCollections, isAllowNewLocalAgent, isAllowNewRemoteAgent, isElasticBambooEnabled, isRemoteAgentFunctionEnabled, setElasticAgentManager, setElasticFunctionalityFacade, setElasticImageConfigurationManager, setElasticUIBean, setLocalAgentManager, setPlanKey, setRemoteAgentManager, sortMatchingAgents
 
Methods inherited from class com.atlassian.bamboo.ww2.BambooActionSupport
addError, addError, addErrorCollection, addErrorMessage, addErrorMessage, addErrorMessages, addErrors, addIllegalArgumentException, areCheckBoxesEmpty, buildJsonObject, checkFieldXssSafety, createFieldValidator, doesHelpLinkHaveMatchingTitle, doesLabelKeyHaveMatchingDescription, execute, getAdministrationConfiguration, getBamboo, getBambooLicenseManager, getBambooPermissionManager, getBambooSession, getBambooUserManager, getBaseUrl, getBootstrapManager, getBreadCrumbs, getBuildManager, getConcurrentBuildsEnabled, getConglomerateCookieValue, getCookieCutter, getCookieValue, getCurrentSystemTime, getCurrentUrl, getDefaultPersister, getDescriptionFromLabelKey, getFlushedErrorMessages, getFormattedActionErrors, getFormattedErrorMessages, getInstanceName, getJsonObject, getNumberOfCurrentlyBuildingPlans, getPlan, getPlanManager, getReturnUrl, getSecuredDomainObject, getSessionUser, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, getTotalErrors, getUser, getValidatorContext, getWebFragmentsContextMap, getWebItemsForSection, getWebSectionsForLocation, hasAdminPermission, hasAnyErrors, hasBuilds, hasGlobalAdminPermission, hasGlobalPermission, hasKey, hasPlanPermission, hasPlanPermission, hasRestrictedAdminPermission, isCheckboxSetInAction, isEnableJavascript, isEnableSignup, isRestrictedAdminEnabled, isSelectFieldAndNull, renderFreemarkerTemplate, setAdministrationConfigurationManager, setAuthenticationContext, setBambooLicenseManager, setBambooPermissionManager, setBambooUserManager, setBuildDefinitionManager, setBuildManager, setCheckBoxFields, setCommentManager, setCookieCutter, setDashboardCachingManager, setEnableJavascript, setErrorMessages, setI18nBeanFactory, setPlanExecutionManager, setPlanManager, setProjectManager, setReturnUrl, setWebInterfaceManager
 
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.utils.error.ErrorCollection
getErrorMessages, getErrors, getFieldErrors
 

Constructor Detail

ViewOfflineAgents

public ViewOfflineAgents()
Method Detail

doDefault

public java.lang.String doDefault()
Description copied from class: BambooActionSupport
Default action just sends to the input

Overrides:
doDefault in class ViewAgents

getPager

public Pager getPager()
Specified by:
getPager in interface PaginationAware

setPager

public void setPager(Pager pager)
Specified by:
setPager in interface PaginationAware

getResultsList

public java.util.List<BuildAgent> getResultsList()
Specified by:
getResultsList in interface ResultsListProvider

getFirstPageUrl

public java.lang.String getFirstPageUrl()

getPreviousPageUrl

public java.lang.String getPreviousPageUrl()

getNextPageUrl

public java.lang.String getNextPageUrl()

getLastPageUrl

public java.lang.String getLastPageUrl()

isCompleteContentSelected

public boolean isCompleteContentSelected()

setCompleteContentSelected

public void setCompleteContentSelected(boolean completeContentSelected)


Copyright © 2010 Atlassian. All Rights Reserved.