Uses of Interface
com.atlassian.bamboo.ww2.actions.admin.elastic.ElasticUIBean
-
Packages that use ElasticUIBean Package Description com.atlassian.bamboo.configuration.agent com.atlassian.bamboo.ww2.actions.admin.elastic -
-
Uses of ElasticUIBean in com.atlassian.bamboo.configuration.agent
Methods in com.atlassian.bamboo.configuration.agent that return ElasticUIBean Modifier and Type Method Description ElasticUIBean
ViewAgents. getElasticUIBean()
-
Uses of ElasticUIBean in com.atlassian.bamboo.ww2.actions.admin.elastic
Classes in com.atlassian.bamboo.ww2.actions.admin.elastic that implement ElasticUIBean Modifier and Type Class Description class
ElasticUIBeanImpl
Bean class for a bunch of helper methods for the UI that don't require any context information stMethods in com.atlassian.bamboo.ww2.actions.admin.elastic that return ElasticUIBean Modifier and Type Method Description ElasticUIBean
AllElasticInstancesAction. getElasticUIBean()
ElasticUIBean
ConfigureElasticImageConfiguration. getElasticUIBean()
ElasticUIBean
ManageElasticInstancesAction. getElasticUIBean()
ElasticUIBean
ViewElasticInstanceAction. getElasticUIBean()
ElasticUIBean
ViewInstancesForConfigurationAction. getElasticUIBean()
Methods in com.atlassian.bamboo.ww2.actions.admin.elastic with parameters of type ElasticUIBean Modifier and Type Method Description void
AllElasticInstancesAction. setElasticUIBean(ElasticUIBean elasticUIBean)
void
ViewElasticInstanceAction. setElasticUIBean(ElasticUIBean elasticUIBean)
void
ViewInstancesForConfigurationAction. setElasticUIBean(ElasticUIBean elasticUIBean)
-