Class Operation


  • public class Operation
    extends java.lang.Object
    An operation performed while executing a deploy.
    Since:
    0.0.1
    • Constructor Detail

      • Operation

        public Operation​(java.lang.String key,
                         OpKind kind)
      • Operation

        public Operation()
    • Method Detail

      • getKey

        public java.lang.String getKey()
        The formatted string of the `Key`
      • setKey

        public void setKey​(java.lang.String key)
        The formatted string of the `Key`
      • setKind

        public void setKind​(OpKind kind)
        See Also:
        OpKind