Class TinyTaskExecProp

  • All Implemented Interfaces:

    @ConfigurationProperties(value = TinyTaskExecProp.Key) 
    public class TinyTaskExecProp
    
                        

    wings-tinytask-exec-79.properties

    Since:

    2021-02-13

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      boolean isDryrun() whether to dry run, log only without realy exec the task.
      boolean equals(@Nullable() Object o)
      int hashCode()
      String toString()
      void setDryrun(boolean dryrun) whether to dry run, log only without realy exec the task.
      • Methods inherited from class java.lang.Object

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

      • TinyTaskExecProp

        TinyTaskExecProp()
    • Method Detail

      • isDryrun

         boolean isDryrun()

        whether to dry run, log only without realy exec the task.

      • setDryrun

         void setDryrun(boolean dryrun)

        whether to dry run, log only without realy exec the task.