Class Deployment

    • Constructor Detail

      • Deployment

        public Deployment()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getServerName

        public String getServerName()
      • setServerName

        public void setServerName​(String serverName)
      • getEnvironment

        public String getEnvironment()
      • setEnvironment

        public void setEnvironment​(String environment)
      • getRequestUser

        public String getRequestUser()
      • setRequestUser

        public void setRequestUser​(String requestUser)
      • getDeploymentDate

        public Long getDeploymentDate()
      • setDeploymentDate

        public void setDeploymentDate​(Long deploymentDate)
      • getState

        public String getState()
      • setState

        public void setState​(String state)
      • addDeploymentApplication

        public void addDeploymentApplication​(DeploymentApplication deploymentApplication)
      • addDeploymentParameter

        public void addDeploymentParameter​(String key,
                                           String value)
      • isSuccessful

        public boolean isSuccessful()
      • getFirstApplicationVersion

        public String getFirstApplicationVersion()