Uses of Class
ch.admin.bit.jeap.deploymentlog.domain.exception.SystemNotFoundException
Packages that use SystemNotFoundException
-
Uses of SystemNotFoundException in ch.admin.bit.jeap.deploymentlog.domain
Methods in ch.admin.bit.jeap.deploymentlog.domain that throw SystemNotFoundExceptionModifier and TypeMethodDescriptionvoidSystemService.createAlias(String systemName, String alias) voidSystemService.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.retrieveComponentByName(String systemName, String componentName) SystemService.retrieveSystemByName(String name) SystemService.updateSystemName(String oldSystemName, String newSystemName)