Uses of Class
ch.admin.bit.jeap.deploymentlog.domain.Deployment
Packages that use Deployment
-
Uses of Deployment in ch.admin.bit.jeap.deploymentlog.domain
Methods in ch.admin.bit.jeap.deploymentlog.domain that return DeploymentModifier and TypeMethodDescriptionDeployment.DeploymentBuilder.build()DeploymentService.getDeployment(String externalId) @NonNull DeploymentEnvironmentComponentVersionState.getDeployment()DeploymentService.getLastDeploymentForComponent(Component component, Environment env) DeploymentRepository.save(Deployment deployment) Methods in ch.admin.bit.jeap.deploymentlog.domain that return types with arguments of type DeploymentModifier and TypeMethodDescriptionDeploymentRepository.findAllDeploymentForSystemAndEnv(System system, Environment environment) DeploymentRepository.findAllDeploymentsForSystemStartedBetween(System system, ZonedDateTime from, ZonedDateTime to) DeploymentRepository.findByExternalId(String externalId) DeploymentService.findByExternalId(String externalId) DeploymentRepository.findDeploymentForEnvLimited(Environment environment, ZonedDateTime minStartedAt, int limit) DeploymentRepository.findDeploymentForSystemAndEnvLimited(System system, Environment environment, int maxShow) SystemService.getCurrentDeploymentOfComponent(String systemName, String componentName, String environmentName) DeploymentRepository.getLastDeploymentForComponent(Component component, Environment env) DeploymentRepository.getLastSuccessfulDeploymentForComponent(Component component, Environment env) DeploymentRepository.getLastSuccessfulDeploymentForComponentDifferentToVersion(Component component, Environment env, String version) SystemService.getPreviousDeploymentOfComponent(String systemName, String componentName, String environmentName, String version) Retrieves the previous deployment of a component in a specific environment, excluding the current version.Methods in ch.admin.bit.jeap.deploymentlog.domain with parameters of type DeploymentModifier and TypeMethodDescriptionDeploymentService.createUndeployment(Deployment previousDeployment, String externalId, String systemName, String componentName, String environmentName, ZonedDateTime startedAt, String startedBy, String remedyChangeId) EnvironmentComponentVersionState.fromDeployment(Deployment deployment) DeploymentRepository.save(Deployment deployment) voidEnvironmentComponentVersionState.updateVersion(ComponentVersion componentVersion, Deployment deployment)