Class ActivePlansDeploymentsStatistics


  • @Internal
    public class ActivePlansDeploymentsStatistics
    extends Object
    DTO object to get statistics data from service to event producer
    • Constructor Detail

      • ActivePlansDeploymentsStatistics

        public ActivePlansDeploymentsStatistics​(int activeYamlPlansCount,
                                                int activeJavaPlansCount,
                                                int activeNonRssPlansCount,
                                                int activeYamlDeploymentsCount,
                                                int activeJavaDeploymentsCount,
                                                int activeNonRssDeploymentsCount)
    • Method Detail

      • getActiveYamlPlansCount

        public int getActiveYamlPlansCount()
        amount of active yaml specs plans
      • getActiveJavaPlansCount

        public int getActiveJavaPlansCount()
        amount of active java specs plans
      • getActiveNonRssPlansCount

        public int getActiveNonRssPlansCount()
        amount of active non rss plans
      • getActiveYamlDeploymentsCount

        public int getActiveYamlDeploymentsCount()
        amount of active yaml specs deployments
      • getActiveJavaDeploymentsCount

        public int getActiveJavaDeploymentsCount()
        amount of active java specs deployments
      • getActiveNonRssDeploymentsCount

        public int getActiveNonRssDeploymentsCount()
        amount of active non rss deployments