Class ArtifactsAwareness

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit artifacts(Function1<ArtifactsBuilder, Unit> init) Configures a new artifacts section via its builder.
      Unit artifacts(Artifacts artifacts) Sets a new artifacts section.
      • Methods inherited from class java.lang.Object

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

      • ArtifactsAwareness

        ArtifactsAwareness()
    • Method Detail

      • artifacts

         Unit artifacts(Artifacts artifacts)

        Sets a new artifacts section. Can also be used to reset it when null is passed.