public class HealthCheckExecutionOptions
extends java.lang.Object
| Constructor and Description |
|---|
HealthCheckExecutionOptions() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOverrideGlobalTimeout() |
boolean |
isCombineTagsWithOr() |
boolean |
isForceInstantExecution() |
void |
setCombineTagsWithOr(boolean combineTagsWithOr)
If activated, the given tags will be combined with a logical "or" instead of "and".
|
void |
setForceInstantExecution(boolean forceInstantExecution)
If activated, this will ensure that asynchronous checks will be executed immediately.
|
void |
setOverrideGlobalTimeout(int overrideGlobalTimeout)
Allows to override the global timeout for this particular execution of the health check.
|
java.lang.String |
toString() |
public java.lang.String toString()
toString in class java.lang.Objectpublic void setForceInstantExecution(boolean forceInstantExecution)
forceInstantExecution - boolean flagpublic void setCombineTagsWithOr(boolean combineTagsWithOr)
combineTagsWithOr - boolean flagpublic void setOverrideGlobalTimeout(int overrideGlobalTimeout)
overrideGlobalTimeout - timeout in ms to be used for this execution of the executionpublic boolean isForceInstantExecution()
public boolean isCombineTagsWithOr()
public int getOverrideGlobalTimeout()
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"