public class RestRepositoryUsageModel extends Object
Constructor and Description |
---|
RestRepositoryUsageModel(@NotNull List<RestPlanIdentifier> plans,
int inaccessiblePlansCount,
long totalPlans,
@NotNull List<RestEnvironment> environments,
int inaccessibleEnvironmentsCount,
long totalEnvironments) |
Modifier and Type | Method and Description |
---|---|
List<RestEnvironment> |
getEnvironments() |
int |
getInaccessibleEnvironmentsCount() |
int |
getInaccessiblePlansCount() |
List<RestPlanIdentifier> |
getPlans() |
long |
getTotalEnvironments() |
long |
getTotalPlans() |
public RestRepositoryUsageModel(@NotNull @NotNull List<RestPlanIdentifier> plans, int inaccessiblePlansCount, long totalPlans, @NotNull @NotNull List<RestEnvironment> environments, int inaccessibleEnvironmentsCount, long totalEnvironments)
public List<RestPlanIdentifier> getPlans()
public int getInaccessiblePlansCount()
public long getTotalPlans()
public List<RestEnvironment> getEnvironments()
public int getInaccessibleEnvironmentsCount()
public long getTotalEnvironments()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.