com.atlassian.bamboo.ww2.actions.admin.elastic
Interface ElasticUIBean
- All Known Implementing Classes:
- ElasticUIBeanImpl
public interface ElasticUIBean
Interface for a bunch of helper methods for the UI that don't require any context information
getStateImagePath
java.lang.String getStateImagePath(RemoteElasticInstanceState state)
getStateDescription
java.lang.String getStateDescription(RemoteElasticInstanceState state)
getAgentById
@Nullable
BuildAgent getAgentById(long agentId)
getActiveInstancesCountForConfiguration
int getActiveInstancesCountForConfiguration(ElasticImageConfiguration elasticImageConfiguration)
getInstancePrice
@Nullable
java.lang.Double getInstancePrice(RemoteElasticInstance instance)
Copyright © 2012 Atlassian. All Rights Reserved.