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()IntegergetId()IntegergetIid()StringgetRef()StringgetSha()Constants.DeploymentStatusgetStatus()DategetUpdatedAt()UsergetUser()voidsetCreatedAt(Date createdAt)voidsetDeployable(Deployable deployable)voidsetEnvironment(Environment environment)voidsetId(Integer id)voidsetIid(Integer 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