Class RestRepositoryUsageModel
java.lang.Object
com.atlassian.bamboo.rest.model.repository.RestRepositoryUsageModel
-
Constructor Summary
ConstructorDescriptionRestRepositoryUsageModel
(@NotNull List<RestPlanIdentifier> plans, int inaccessiblePlansCount, long totalPlans, @NotNull List<RestEnvironment> environments, int inaccessibleEnvironmentsCount, long totalEnvironments) -
Method Summary
-
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
-
getInaccessiblePlansCount
public int getInaccessiblePlansCount() -
getTotalPlans
public long getTotalPlans() -
getEnvironments
-
getInaccessibleEnvironmentsCount
public int getInaccessibleEnvironmentsCount() -
getTotalEnvironments
public long getTotalEnvironments()
-