Class AbstractExec

    • Field Detail

      • status

        @NotNull
        protected @NotNull String status
      • executor

        @NotNull
        protected @NotNull String executor
      • message

        protected String message
        Any information to be accompanied to this execution's result.
      • start

        @NotNull
        protected @NotNull OffsetDateTime start
        Start instant of this execution.
    • Constructor Detail

      • AbstractExec

        public AbstractExec()