public class SkipIfConnectivityBrokenContainer extends Container implements SkipIfConnectivityBroken
Constructor and Description |
---|
SkipIfConnectivityBrokenContainer() |
Modifier and Type | Method and Description |
---|---|
boolean |
enabled() |
void |
enabled(boolean newEnabled) |
void |
enabled(Boolean newEnabled) |
boolean |
enabledPresent() |
BigInteger |
threshold() |
void |
threshold(BigInteger newThreshold) |
boolean |
thresholdPresent() |
makeArrayList, makeUnmodifiableList
public boolean enabled()
enabled
in interface SkipIfConnectivityBroken
public void enabled(boolean newEnabled)
public void enabled(Boolean newEnabled)
public boolean enabledPresent()
enabledPresent
in interface SkipIfConnectivityBroken
public BigInteger threshold()
threshold
in interface SkipIfConnectivityBroken
public void threshold(BigInteger newThreshold)
public boolean thresholdPresent()
thresholdPresent
in interface SkipIfConnectivityBroken
Copyright © 2016. All rights reserved.