public class RepeatSpec extends Object implements Repeat
DEFAULT_MAX_EXECUTIONS, DEFAULT_MIN_EXECUTIONS, DEFAULT_PASS_THRESHOLD, DEFAULT_PROFILE
Constructor and Description |
---|
RepeatSpec() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Annotation> |
annotationType() |
int |
maxExecutions() |
RepeatSpec |
maxExecutions(int maxExecutions) |
int |
minExecutions() |
RepeatSpec |
minExecutions(int minExecutions) |
double |
passThreshold() |
RepeatSpec |
passThreshold(double passThreshold) |
String |
profile() |
RepeatSpec |
profile(String profile) |
String |
reason() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, toString
public RepeatSpec profile(String profile)
public RepeatSpec minExecutions(int minExecutions)
public RepeatSpec maxExecutions(int maxExecutions)
public RepeatSpec passThreshold(double passThreshold)
public String profile()
public int minExecutions()
public int maxExecutions()
public double passThreshold()
public String reason()
public Class<? extends Annotation> annotationType()
annotationType
in interface Annotation
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.