-
public class TitusPreconfiguredJobProperties extends PreconfiguredJobStageProperties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTitusPreconfiguredJobProperties.Cluster
-
Constructor Summary
Constructors Constructor Description TitusPreconfiguredJobProperties(String label, String type)
-
Method Summary
Modifier and Type Method Description List<String>getOverridableFields()Indicates what fields can be overridden with configured values if not present in the pipeline stage context booleanisValid()If returned false, the stage will not be available for execution. -
-
Method Detail
-
getOverridableFields
List<String> getOverridableFields()
Indicates what fields can be overridden with configured values if not present in the pipeline stage context
-
isValid
boolean isValid()
If returned false, the stage will not be available for execution.
-
-
-
-