Class RestEnvironmentWithConfigCounts
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.deployments.environments.RestEnvironment
-
- com.atlassian.bamboo.rest.model.deployments.environments.RestEnvironmentWithConfigCounts
-
public class RestEnvironmentWithConfigCounts extends RestEnvironment
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RestEnvironmentWithConfigCounts()
RestEnvironmentWithConfigCounts(@NotNull Environment environment, @Nullable Integer compatibleAgentsCount, int notificationsCount, int variablesCount, int triggersCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable Integer
getCompatibleAgentsCount()
int
getNotificationsCount()
int
getTriggersCount()
int
getVariablesCount()
-
Methods inherited from class com.atlassian.bamboo.rest.model.deployments.environments.RestEnvironment
getConfigurationState, getDeploymentProjectId, getDescription, getId, getKey, getName, getOperations, getPosition, getReleaseApprovalPrerequisite, getTaskDefinitions, getTriggerDefinitions, isSuspended
-
-
-
-
Constructor Detail
-
RestEnvironmentWithConfigCounts
protected RestEnvironmentWithConfigCounts()
-
RestEnvironmentWithConfigCounts
public RestEnvironmentWithConfigCounts(@NotNull @NotNull Environment environment, @Nullable @Nullable Integer compatibleAgentsCount, int notificationsCount, int variablesCount, int triggersCount)
-
-
Method Detail
-
getCompatibleAgentsCount
@Nullable public @Nullable Integer getCompatibleAgentsCount()
-
getNotificationsCount
public int getNotificationsCount()
-
getVariablesCount
public int getVariablesCount()
-
getTriggersCount
public int getTriggersCount()
-
-