ScheduleOptions
- class ScheduleOptions
-
Members defined in
ScheduleOptions(6 members)
RWIf true, comments will be attached. Mainly useful for formatters.
RWThe last stage in the pipeline that will be executed. Any stages higher than
cutoffwill be ignored.
RWIf true, validated documents will be validated again.
RWLowest tier of documents to validate. For example,
Projectswill validate only project documents, whileStandardLibrary- everything.
RWWhich validations to run.
Attributes
- property attach_comments: bool
If true, comments will be attached. Mainly useful for formatters.
- property cutoff: syside.BuildState
The last stage in the pipeline that will be executed. Any stages higher than
cutoffwill be ignored.
- property force_revalidation: bool
If true, validated documents will be validated again.
- property validation_tier: syside.DocumentTier
Lowest tier of documents to validate. For example,
Projectswill validate only project documents, whileStandardLibrary- everything.
- property validation_timing: syside.ValidationTiming
Which validations to run.
Methods
- __init__(validation_timing: syside.ValidationTiming, cutoff: syside.BuildState = BuildState.Validated, force_revalidation: bool = False, attach_comments: bool = False, validation_tier: syside.DocumentTier = DocumentTier.Project) None