Class RestRepositoryUsageModel

java.lang.Object
com.atlassian.bamboo.rest.model.repository.RestRepositoryUsageModel

public class RestRepositoryUsageModel extends Object
  • Constructor Details

    • RestRepositoryUsageModel

      public RestRepositoryUsageModel(@NotNull @NotNull List<RestPlanIdentifier> plans, int inaccessiblePlansCount, long totalPlans, @NotNull @NotNull List<RestEnvironment> environments, int inaccessibleEnvironmentsCount, long totalEnvironments)
  • Method Details

    • getPlans

      public List<RestPlanIdentifier> getPlans()
    • getInaccessiblePlansCount

      public int getInaccessiblePlansCount()
    • getTotalPlans

      public long getTotalPlans()
    • getEnvironments

      public List<RestEnvironment> getEnvironments()
    • getInaccessibleEnvironmentsCount

      public int getInaccessibleEnvironmentsCount()
    • getTotalEnvironments

      public long getTotalEnvironments()