@Target(value=METHOD) @Retention(value=RUNTIME) @Repeatable(value=Repeats.class) public @interface Repeat
Modifier and Type | Fields and Description |
---|---|
static int |
DEFAULT_MAX_EXECUTIONS |
static int |
DEFAULT_MIN_EXECUTIONS |
static double |
DEFAULT_PASS_THRESHOLD |
static String |
DEFAULT_PROFILE |
Modifier and Type | Required Element and Description |
---|---|
String |
reason |
Modifier and Type | Optional Element and Description |
---|---|
int |
maxExecutions |
int |
minExecutions |
double |
passThreshold |
String |
profile |
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.