Package org.gitlab4j.api.models
Class PipelineSchedule
java.lang.Object
org.gitlab4j.api.models.PipelineSchedule
public class PipelineSchedule extends Object
-
Constructor Summary
Constructors Constructor Description PipelineSchedule() -
Method Summary
Modifier and Type Method Description BooleangetActive()DategetCreatedAt()StringgetCron()StringgetCronTimezone()StringgetDescription()IntegergetId()PipelinegetLastPipeline()DategetNextRunAt()OwnergetOwner()StringgetRef()DategetUpdatedAt()List<Variable>getVariables()voidsetActive(Boolean active)voidsetCreatedAt(Date createdAt)voidsetCron(String cron)voidsetCronTimezone(String cronTimezone)voidsetDescription(String description)voidsetId(Integer id)voidsetLastPipeline(Pipeline lastPipeline)voidsetNextRunAt(Date nextRunAt)voidsetOwner(Owner owner)voidsetRef(String ref)voidsetUpdatedAt(Date updatedAt)voidsetVariables(List<Variable> variables)StringtoString()
-
Constructor Details
-
PipelineSchedule
public PipelineSchedule()
-
-
Method Details
-
getId
-
setId
-
getDescription
-
setDescription
-
getRef
-
setRef
-
getCron
-
setCron
-
getCronTimezone
-
setCronTimezone
-
getNextRunAt
-
setNextRunAt
-
getCreatedAt
-
setCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
getActive
-
setActive
-
getLastPipeline
-
setLastPipeline
-
getOwner
-
setOwner
-
getVariables
-
setVariables
-
toString
-