@Internal public class ActivePlansDeploymentsStatistics extends Object
Constructor and Description |
---|
ActivePlansDeploymentsStatistics(int activeYamlPlansCount,
int activeJavaPlansCount,
int activeNonRssPlansCount,
int activeYamlDeploymentsCount,
int activeJavaDeploymentsCount,
int activeNonRssDeploymentsCount) |
Modifier and Type | Method and Description |
---|---|
int |
getActiveJavaDeploymentsCount()
amount of active java specs deployments
|
int |
getActiveJavaPlansCount()
amount of active java specs plans
|
int |
getActiveNonRssDeploymentsCount()
amount of active non rss deployments
|
int |
getActiveNonRssPlansCount()
amount of active non rss plans
|
int |
getActiveYamlDeploymentsCount()
amount of active yaml specs deployments
|
int |
getActiveYamlPlansCount()
amount of active yaml specs plans
|
public ActivePlansDeploymentsStatistics(int activeYamlPlansCount, int activeJavaPlansCount, int activeNonRssPlansCount, int activeYamlDeploymentsCount, int activeJavaDeploymentsCount, int activeNonRssDeploymentsCount)
public int getActiveYamlPlansCount()
public int getActiveJavaPlansCount()
public int getActiveNonRssPlansCount()
public int getActiveYamlDeploymentsCount()
public int getActiveJavaDeploymentsCount()
public int getActiveNonRssDeploymentsCount()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.