Class Stage

    • Constructor Summary

      Constructors 
      Constructor Description
      Stage​(@NotNull Stage copy)  
      Stage​(@NotNull java.lang.String name)
      Specify a stage with a given name.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected StageProperties build()  
      Stage description​(@Nullable java.lang.String description)
      Sets a stage description.
      Stage finalStage​(boolean isFinal)
      Specifies if stage is a final stage.
      Stage jobs​(@NotNull Job... jobs)
      Adds Jobs to the stage.
      Stage manual​(boolean isManual)
      Specifies if stage is a manual stage.
      Stage name​(@NotNull java.lang.String name)
      Sets a stage's name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait