Uses of Enum Class
dev.getelements.elements.common.app.ApplicationDeploymentService.DeploymentStatus
Packages that use ApplicationDeploymentService.DeploymentStatus
-
Uses of ApplicationDeploymentService.DeploymentStatus in dev.getelements.elements.common.app
Methods in dev.getelements.elements.common.app that return ApplicationDeploymentService.DeploymentStatusModifier and TypeMethodDescriptionApplicationDeploymentService.DeploymentRecord.status()Returns the value of thestatusrecord component.Returns the enum constant of this class with the specified name.ApplicationDeploymentService.DeploymentStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.getelements.elements.common.app with parameters of type ApplicationDeploymentService.DeploymentStatusModifierConstructorDescriptionDeploymentRecord(Application application, ApplicationDeploymentService.DeploymentStatus status, ApplicationElementService.ApplicationElementRecord applicationElementRecord, Set<URI> uris, List<String> logs, List<Throwable> errors) Creates an instance of aDeploymentRecordrecord class.