Package 

Class TitusPreconfiguredJobProperties

    • 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
      boolean isValid() If returned false, the stage will not be available for execution.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TitusPreconfiguredJobProperties

        TitusPreconfiguredJobProperties(String label, String type)
    • 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.