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 ElasticUIBeanViewAgents. 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 classElasticUIBeanImplBean 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 ElasticUIBeanAllElasticInstancesAction. getElasticUIBean()ElasticUIBeanConfigureElasticImageConfiguration. getElasticUIBean()ElasticUIBeanManageElasticInstancesAction. getElasticUIBean()ElasticUIBeanViewElasticInstanceAction. getElasticUIBean()ElasticUIBeanViewInstancesForConfigurationAction. getElasticUIBean()Methods in com.atlassian.bamboo.ww2.actions.admin.elastic with parameters of type ElasticUIBean Modifier and Type Method Description voidAllElasticInstancesAction. setElasticUIBean(ElasticUIBean elasticUIBean)voidViewElasticInstanceAction. setElasticUIBean(ElasticUIBean elasticUIBean)voidViewInstancesForConfigurationAction. setElasticUIBean(ElasticUIBean elasticUIBean)
-