Interface Chainable

    • Method Detail

      • getId

        String getId()
        Returns:
        ID of this chain element.
      • getBefore

        Set<String> getBefore()
        Returns:
        IDs of chain elements this chain element will be/has been deployed before.
      • getAfter

        Set<String> getAfter()
        Returns:
        IDs of chain elements this chain element will be/has been deployed after.