Class TinyTaskExecProp
-
- All Implemented Interfaces:
@ConfigurationProperties(value = TinyTaskExecProp.Key) public class TinyTaskExecProp
wings-tinytask-exec-79.properties
- Since:
2021-02-13
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringKeypublic final static StringKey$dryrunpublic StringnoticePrefixpublic final static StringKey$noticePrefix
-
Constructor Summary
Constructors Constructor Description TinyTaskExecProp()
-
Method Summary
Modifier and Type Method Description StringgetNoticePrefix()prefix of notice subject voidsetNoticePrefix(String noticePrefix)prefix of notice subject booleanisDryrun()whether to dry run, log only without realy exec the task. booleanequals(@Nullable() Object o)inthashCode()StringtoString()voidsetDryrun(boolean dryrun)whether to dry run, log only without realy exec the task. -
-
Method Detail
-
getNoticePrefix
String getNoticePrefix()
prefix of notice subject
-
setNoticePrefix
void setNoticePrefix(String noticePrefix)
prefix of notice subject
-
isDryrun
boolean isDryrun()
whether to dry run, log only without realy exec the task.
-
hashCode
int hashCode()
-
setDryrun
void setDryrun(boolean dryrun)
whether to dry run, log only without realy exec the task.
-
-
-
-