Class DeploymentLetterPageDto

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

public final class DeploymentLetterPageDto extends Object
  • Method Details

    • getPageTitle

      public String getPageTitle()
    • builder

    • getDeploymentId

      public String getDeploymentId()
    • getExternalId

      public String getExternalId()
    • getEnvironmentName

      public String getEnvironmentName()
    • getTargetType

      public String getTargetType()
    • getTargetUrl

      public String getTargetUrl()
    • getTargetDetails

      public String getTargetDetails()
    • getStartedAt

      public String getStartedAt()
    • getEndedAt

      public String getEndedAt()
    • getDuration

      public String getDuration()
    • getStartedBy

      public String getStartedBy()
    • getState

      public String getState()
    • getStateMessage

      public String getStateMessage()
    • getComponentName

      public String getComponentName()
    • getVersion

      public String getVersion()
    • getVersionControlUrl

      public String getVersionControlUrl()
    • getDeploymentUnitType

      public String getDeploymentUnitType()
    • getDeploymentUnitCoordinates

      public String getDeploymentUnitCoordinates()
    • getDeploymentUnitRepositoryUrl

      public String getDeploymentUnitRepositoryUrl()
    • getLinks

      public List<LinkDto> getLinks()
    • getDeploymentStateTimestamp

      public ZonedDateTime getDeploymentStateTimestamp()
    • getChangeComment

      public String getChangeComment()
    • getChangeComparedToVersion

      public String getChangeComparedToVersion()
    • getChangeJiraIssueKeys

      public Set<String> getChangeJiraIssueKeys()
    • getSequence

      public String getSequence()
    • getRemedyChangeId

      public String getRemedyChangeId()
    • getRemedyChangeLink

      public String getRemedyChangeLink()
    • getBuildJobLinks

      public Set<String> getBuildJobLinks()
    • getProperties

      public Map<String,String> getProperties()
    • 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