Class ProjectCISchedule
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model.pojos.continuous.CISchedule
flexagon.fd.model.pojos.continuous.ProjectCISchedule
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanisBuild()booleanisDeploy()booleanbooleanbooleanvoidsetOverrideSchedule(Date pOverrideSchedule) toString()Returns custom String representation implemented by walking complete object structure.Methods inherited from class flexagon.fd.model.pojos.continuous.CISchedule
adjustNextRunFromCronExpression, evaluateNextAvailableTime, getNextRun, isSubmitted, setNextRun, setSubmitted
-
Constructor Details
-
ProjectCISchedule
-
-
Method Details
-
setOverrideSchedule
-
getProjectTriggerSchedule
-
adjustNextRun
public void adjustNextRun() throws FDProjectPollingException- Specified by:
adjustNextRunin classCISchedule- Throws:
FDProjectPollingException
-
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure. -
isDeploy
public boolean isDeploy() -
isBuild
public boolean isBuild() -
isUtility
public boolean isUtility() -
isScheduleable
public boolean isScheduleable() -
isPollSCM
public boolean isPollSCM()
-