Class StepInfo

java.lang.Object
io.quarkus.builder.StepInfo

final class StepInfo extends Object
  • Constructor Details

  • Method Details

    • getBuildStep

      BuildStep getBuildStep()
    • getDependencies

      int getDependencies()
    • getDependents

      Set<StepInfo> getDependents()
    • getConsumes

      Set<ItemId> getConsumes()
    • getProduces

      Set<ItemId> getProduces()
    • getOrdinal

      int getOrdinal()
      Returns:
      an index in the total topological ordering of all StepInfos present in the given Execution.
    • toString

      public String toString()
      Overrides:
      toString in class Object