Uses of Record Class
dev.getelements.elements.common.app.ApplicationDeploymentService.DeploymentRecord
Packages that use ApplicationDeploymentService.DeploymentRecord
Package
Description
-
Uses of ApplicationDeploymentService.DeploymentRecord in dev.getelements.elements.app.serve
Methods in dev.getelements.elements.app.serve that return ApplicationDeploymentService.DeploymentRecordModifier and TypeMethodDescriptionJettyApplicationDeploymentService.doDeployment(Application application, ApplicationElementService.ApplicationElementRecord record) Methods in dev.getelements.elements.app.serve that return types with arguments of type ApplicationDeploymentService.DeploymentRecordModifier and TypeMethodDescriptionJettyApplicationDeploymentService.deployAvailableApplications() -
Uses of ApplicationDeploymentService.DeploymentRecord in dev.getelements.elements.common.app
Methods in dev.getelements.elements.common.app that return ApplicationDeploymentService.DeploymentRecordModifier and TypeMethodDescriptionAbstractApplicationDeploymentService.deployApplication(Application application) ApplicationDeploymentService.deployApplication(Application application) Deploys theApplication.protected abstract ApplicationDeploymentService.DeploymentRecordAbstractApplicationDeploymentService.doDeployment(Application application, ApplicationElementService.ApplicationElementRecord record) Performs the actual deployment of theApplicationElementService.ApplicationElementRecord.ApplicationDeploymentService.DeploymentRecord.fail(Application application, List<String> logs, Throwable error) Creates aApplicationDeploymentService.DeploymentRecordindicating an unsuccessful deployment.ApplicationDeploymentService.DeploymentRecord.fail(Application application, List<String> logs, List<Throwable> causes) Creates aApplicationDeploymentService.DeploymentRecordindicating an unsuccessful deployment.Methods in dev.getelements.elements.common.app that return types with arguments of type ApplicationDeploymentService.DeploymentRecordModifier and TypeMethodDescriptionApplicationDeploymentService.deployAvailableApplications()Starts theApplicationDeploymentService, deploying allApplications and loading them into the service.AbstractApplicationDeploymentService.listAllDeployments()ApplicationDeploymentService.listAllDeployments()Lists all deployments known to the service at the time of the method call. -
Uses of ApplicationDeploymentService.DeploymentRecord in dev.getelements.elements.service.util
Methods in dev.getelements.elements.service.util with parameters of type ApplicationDeploymentService.DeploymentRecordModifier and TypeMethodDescriptionApplicationStatusMapper.forward(ApplicationDeploymentService.DeploymentRecord source) ApplicationStatusMapperImpl.forward(ApplicationDeploymentService.DeploymentRecord source)