Class DeploymentProjectSummary

    • Constructor Detail

      • DeploymentProjectSummary

        public DeploymentProjectSummary()
      • DeploymentProjectSummary

        public DeploymentProjectSummary​(DeploymentProject deploymentProject,
                                        String mainBranch,
                                        com.google.common.collect.ImmutableList<VersionSummary> latestVersions,
                                        com.google.common.collect.ImmutableList<EnvironmentSummary> environments,
                                        String firstMainlineVersion,
                                        String lastMainlineVersion,
                                        com.google.common.collect.ImmutableList<String> branches,
                                        String baseUrl)