Class ProjectCISchedule

All Implemented Interfaces:
Serializable

public class ProjectCISchedule extends CISchedule
See Also:
  • Constructor Details

  • Method Details

    • setOverrideSchedule

      public void setOverrideSchedule(Date pOverrideSchedule)
    • getProjectTriggerSchedule

      public ProjectTriggerSchedule getProjectTriggerSchedule()
    • adjustNextRun

      public void adjustNextRun() throws FDProjectPollingException
      Specified by:
      adjustNextRun in class CISchedule
      Throws:
      FDProjectPollingException
    • toString

      public String toString()
      Description copied from class: BasePOJO
      Returns custom String representation implemented by walking complete object structure.
      Overrides:
      toString in class BasePOJO
      Returns:
      a String representation of this object
    • isDeploy

      public boolean isDeploy()
    • isBuild

      public boolean isBuild()
    • isUtility

      public boolean isUtility()
    • isScheduleable

      public boolean isScheduleable()
    • isPollSCM

      public boolean isPollSCM()