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 Details

    • RestEnvironmentWithConfigCounts

      protected RestEnvironmentWithConfigCounts()
    • RestEnvironmentWithConfigCounts

      public RestEnvironmentWithConfigCounts(@NotNull @NotNull Environment environment, @Nullable @Nullable Integer compatibleAgentsCount, int notificationsCount, int variablesCount, int triggersCount)
  • Method Details

    • getCompatibleAgentsCount

      @Nullable public @Nullable Integer getCompatibleAgentsCount()
    • getNotificationsCount

      public int getNotificationsCount()
    • getVariablesCount

      public int getVariablesCount()
    • getTriggersCount

      public int getTriggersCount()