Class PipelineEventObjectAttributes
java.lang.Object
com.dabsquared.gitlabjenkins.gitlab.hook.model.PipelineEventObjectAttributes
- Author:
- Milena Zachow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetId()booleangetIsTag()getRef()getSha()inthashCode()voidsetBeforeSha(String beforeSha) voidsetCreatedAt(Date createdAt) voidsetDuration(int duration) voidsetFinishedAt(Date finishedAt) voidvoidvoidvoidvoidvoidsetTag(boolean tag) toString()
-
Constructor Details
-
PipelineEventObjectAttributes
public PipelineEventObjectAttributes()
-
-
Method Details
-
getRef
-
setRef
-
getIsTag
public boolean getIsTag() -
setTag
public void setTag(boolean tag) -
getSha
-
setSha
-
getBeforeSha
-
setBeforeSha
-
getStatus
-
setStatus
-
getStages
-
setStages
-
getCreatedAt
-
setCreatedAt
-
getFinishedAt
-
setFinishedAt
-
getDuration
public int getDuration() -
setDuration
public void setDuration(int duration) -
getId
-
setId
-
equals
-
hashCode
public int hashCode() -
toString
-