Uses of Class
ch.admin.bit.jeap.deploymentlog.domain.exception.EnvironmentNotFoundException
Packages that use EnvironmentNotFoundException
-
Uses of EnvironmentNotFoundException in ch.admin.bit.jeap.deploymentlog.domain
Methods in ch.admin.bit.jeap.deploymentlog.domain that throw EnvironmentNotFoundExceptionModifier and TypeMethodDescriptionvoidSystemService.deleteComponent(String systemName, String componentName, String environmentName) SystemService.getCurrentDeploymentOfComponent(String systemName, String componentName, String environmentName) SystemService.getCurrentVersionOfComponent(String systemName, String componentName, String environmentName) 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.SystemService.getPreviousVersionOfComponent(String systemName, String componentName, String environmentName, String version) Retrieves the previous version of a component deployed in a specific environment, excluding the current version.SystemService.retrieveEnvironmentByName(String name)