Class DeploymentDto

java.lang.Object
ch.admin.bit.jeap.deploymentlog.docgen.model.DeploymentDto

public final class DeploymentDto extends Object
  • Method Details

    • builder

      public static DeploymentDto.DeploymentDtoBuilder builder()
    • getStartedAt

      public String getStartedAt()
    • getDuration

      public String getDuration()
    • getDeploymentId

      public String getDeploymentId()
    • getDeploymentLetterLink

      public String getDeploymentLetterLink()
    • getComponent

      public String getComponent()
    • getSystem

      public String getSystem()
    • getVersion

      public String getVersion()
    • getVersionControlUrl

      public String getVersionControlUrl()
    • getStartedBy

      public String getStartedBy()
    • getState

      public String getState()
    • getDeploymentTypes

      public String getDeploymentTypes()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object