Package org.gitlab4j.api.models
Class Deployment
java.lang.Object
org.gitlab4j.api.models.Deployment
public class Deployment extends Object
-
Constructor Summary
Constructors Constructor Description Deployment() -
Method Summary
Modifier and Type Method Description DategetCreatedAt()DeployablegetDeployable()EnvironmentgetEnvironment()LonggetId()LonggetIid()StringgetRef()StringgetSha()Constants.DeploymentStatusgetStatus()DategetUpdatedAt()UsergetUser()voidsetCreatedAt(Date createdAt)voidsetDeployable(Deployable deployable)voidsetEnvironment(Environment environment)voidsetId(Long id)voidsetIid(Long iid)voidsetRef(String ref)voidsetSha(String sha)voidsetStatus(Constants.DeploymentStatus status)voidsetUpdatedAt(Date updatedAt)voidsetUser(User user)StringtoString()
-
Constructor Details
-
Deployment
public Deployment()
-
-
Method Details