public class PipelineSchedule extends Object
Constructor and Description |
---|
PipelineSchedule() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getActive() |
Date |
getCreatedAt() |
String |
getCron() |
String |
getCronTimezone() |
String |
getDescription() |
Integer |
getId() |
Pipeline |
getLastPipeline() |
Date |
getNextRunAt() |
Owner |
getOwner() |
String |
getRef() |
Date |
getUpdatedAt() |
void |
setActive(Boolean active) |
void |
setCreatedAt(Date createdAt) |
void |
setCron(String cron) |
void |
setCronTimezone(String cronTimezone) |
void |
setDescription(String description) |
void |
setId(Integer id) |
void |
setLastPipeline(Pipeline lastPipeline) |
void |
setNextRunAt(Date nextRunAt) |
void |
setOwner(Owner owner) |
void |
setRef(String ref) |
void |
setUpdatedAt(Date updatedAt) |
String |
toString() |
public Integer getId()
public void setId(Integer id)
public String getDescription()
public void setDescription(String description)
public String getRef()
public void setRef(String ref)
public String getCron()
public void setCron(String cron)
public String getCronTimezone()
public void setCronTimezone(String cronTimezone)
public Date getNextRunAt()
public void setNextRunAt(Date nextRunAt)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Date getUpdatedAt()
public void setUpdatedAt(Date updatedAt)
public Boolean getActive()
public void setActive(Boolean active)
public Pipeline getLastPipeline()
public void setLastPipeline(Pipeline lastPipeline)
public Owner getOwner()
public void setOwner(Owner owner)
Copyright © 2019. All rights reserved.