public class RetryableParams extends Object
RetryableAssertion
.Constructor and Description |
---|
RetryableParams() |
Modifier and Type | Method and Description |
---|---|
int |
getDelayInMs() |
int |
getMaxAttempts() |
RetryableParams |
withDelayInMs(int delayInMs) |
RetryableParams |
withMaxAttempts(int maxAttempts) |
public int getMaxAttempts()
public RetryableParams withMaxAttempts(int maxAttempts)
public int getDelayInMs()
public RetryableParams withDelayInMs(int delayInMs)
Copyright © 2024. All rights reserved.