Class Deployment

java.lang.Object
org.gitlab4j.api.models.Deployment

public class Deployment extends Object
  • Constructor Details

    • Deployment

      public Deployment()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getIid

      public Long getIid()
    • setIid

      public void setIid(Long iid)
    • getRef

      public String getRef()
    • setRef

      public void setRef(String ref)
    • getSha

      public String getSha()
    • setSha

      public void setSha(String sha)
    • getCreatedAt

      public Date getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Date createdAt)
    • getUpdatedAt

      public Date getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Date updatedAt)
    • getStatus

      public Constants.DeploymentStatus getStatus()
    • setStatus

      public void setStatus(Constants.DeploymentStatus status)
    • getUser

      public User getUser()
    • setUser

      public void setUser(User user)
    • getEnvironment

      public Environment getEnvironment()
    • setEnvironment

      public void setEnvironment(Environment environment)
    • getDeployable

      public Deployable getDeployable()
    • setDeployable

      public void setDeployable(Deployable deployable)
    • toString

      public String toString()
      Overrides:
      toString in class Object