Object UnlockCondition.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static UnlockCondition afterTools(String toolNames) Create a condition that unlocks after the specified tools have been called.
      final static UnlockCondition afterTools(List<Tool> tools) Create a condition that unlocks after the specified tools have been called.
      final static UnlockCondition onArtifact(Class<?> artifactType) Create a condition that unlocks when an artifact of the specified type is produced.
      final static UnlockCondition whenPredicate(Function1<PlaybookContext, Boolean> predicate) Create a condition that unlocks when a custom predicate returns true.
      • Methods inherited from class java.lang.Object

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