Uses of Class
ch.admin.bit.jeap.deploymentlog.domain.System
Packages that use System
-
Uses of System in ch.admin.bit.jeap.deploymentlog.domain
Methods in ch.admin.bit.jeap.deploymentlog.domain that return SystemModifier and TypeMethodDescriptionComponent.getSystem()SystemAlias.getSystem()SystemService.retrieveSystemByName(String name) SystemService.updateSystemName(String oldSystemName, String newSystemName) Methods in ch.admin.bit.jeap.deploymentlog.domain that return types with arguments of type SystemModifier and TypeMethodDescriptionSystemRepository.findAll()SystemRepository.findByNameIgnoreCase(String name) Methods in ch.admin.bit.jeap.deploymentlog.domain with parameters of type SystemModifier and TypeMethodDescriptionvoidDeploymentRepository.findAllDeploymentForSystemAndEnv(System system, Environment environment) DeploymentRepository.findAllDeploymentsForSystemStartedBetween(System system, ZonedDateTime from, ZonedDateTime to) DeploymentRepository.findAllDeploymentsYearsForSystemAndEnv(System system, Environment environment) EnvironmentComponentVersionStateRepository.findComponentsBySystem(System system) Get all Compenents of a System, which have Successful-DeploymentsDeploymentRepository.findDeploymentForSystemAndEnvLimited(System system, Environment environment, int maxShow) EnvironmentRepository.findEnvironmentsForSystem(System system) voidSystemService.mergeSystems(System system, System oldSystem) voidComponent.updateSystem(System system) Constructors in ch.admin.bit.jeap.deploymentlog.domain with parameters of type System