Package org.gitlab4j.api.webhook
Class PipelineEvent.ObjectAttributes
java.lang.Object
org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
- Enclosing class:
- PipelineEvent
public static class PipelineEvent.ObjectAttributes extends Object
-
Constructor Summary
Constructors Constructor Description ObjectAttributes() -
Method Summary
Modifier and Type Method Description StringgetBeforeSha()DategetCreatedAt()IntegergetDuration()DategetFinishedAt()IntegergetId()StringgetRef()StringgetSha()StringgetSource()List<String>getStages()StringgetStatus()BooleangetTag()List<Variable>getVariables()voidsetBeforeSha(String beforeSha)voidsetCreatedAt(Date createdAt)voidsetDuration(Integer duration)voidsetFinishedAt(Date finishedAt)voidsetId(Integer id)voidsetRef(String ref)voidsetSha(String sha)voidsetSource(String source)voidsetStages(List<String> stages)voidsetStatus(String status)voidsetTag(Boolean tag)voidsetVariables(List<Variable> variables)
-
Constructor Details
-
ObjectAttributes
public ObjectAttributes()
-
-
Method Details
-
getId
-
setId
-
getRef
-
setRef
-
getTag
-
setTag
-
getSha
-
setSha
-
getBeforeSha
-
setBeforeSha
-
getSource
-
setSource
-
getStatus
-
setStatus
-
getStages
-
setStages
-
getCreatedAt
-
setCreatedAt
-
getFinishedAt
-
setFinishedAt
-
getDuration
-
setDuration
-
getVariables
-
setVariables
-