public class ProbeFluentImpl<A extends ProbeFluent<A>> extends BaseFluent<A> implements ProbeFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ProbeFluentImpl.ExecNestedImpl<N> |
class |
ProbeFluentImpl.HttpGetNestedImpl<N> |
class |
ProbeFluentImpl.TcpSocketNestedImpl<N> |
ProbeFluent.ExecNested<N>, ProbeFluent.HttpGetNested<N>, ProbeFluent.TcpSocketNested<N>_visitables| Constructor and Description |
|---|
ProbeFluentImpl() |
ProbeFluentImpl(Probe instance) |
public ProbeFluentImpl()
public ProbeFluentImpl(Probe instance)
@Deprecated public ExecAction getExec()
getExec in interface ProbeFluent<A extends ProbeFluent<A>>public ExecAction buildExec()
buildExec in interface ProbeFluent<A extends ProbeFluent<A>>public A withExec(ExecAction exec)
withExec in interface ProbeFluent<A extends ProbeFluent<A>>public Boolean hasExec()
hasExec in interface ProbeFluent<A extends ProbeFluent<A>>public ProbeFluent.ExecNested<A> withNewExec()
withNewExec in interface ProbeFluent<A extends ProbeFluent<A>>public ProbeFluent.ExecNested<A> withNewExecLike(ExecAction item)
withNewExecLike in interface ProbeFluent<A extends ProbeFluent<A>>public ProbeFluent.ExecNested<A> editExec()
editExec in interface ProbeFluent<A extends ProbeFluent<A>>public ProbeFluent.ExecNested<A> editOrNewExec()
editOrNewExec in interface ProbeFluent<A extends ProbeFluent<A>>public ProbeFluent.ExecNested<A> editOrNewExecLike(ExecAction item)
editOrNewExecLike in interface ProbeFluent<A extends ProbeFluent<A>>public Integer getFailureThreshold()
getFailureThreshold in interface ProbeFluent<A extends ProbeFluent<A>>public A withFailureThreshold(Integer failureThreshold)
withFailureThreshold in interface ProbeFluent<A extends ProbeFluent<A>>public Boolean hasFailureThreshold()
hasFailureThreshold in interface ProbeFluent<A extends ProbeFluent<A>>@Deprecated public HTTPGetAction getHttpGet()
getHttpGet in interface ProbeFluent<A extends ProbeFluent<A>>public HTTPGetAction buildHttpGet()
buildHttpGet in interface ProbeFluent<A extends ProbeFluent<A>>public A withHttpGet(HTTPGetAction httpGet)
withHttpGet in interface ProbeFluent<A extends ProbeFluent<A>>public Boolean hasHttpGet()
hasHttpGet in interface ProbeFluent<A extends ProbeFluent<A>>public ProbeFluent.HttpGetNested<A> withNewHttpGet()
withNewHttpGet in interface ProbeFluent<A extends ProbeFluent<A>>public ProbeFluent.HttpGetNested<A> withNewHttpGetLike(HTTPGetAction item)
withNewHttpGetLike in interface ProbeFluent<A extends ProbeFluent<A>>public ProbeFluent.HttpGetNested<A> editHttpGet()
editHttpGet in interface ProbeFluent<A extends ProbeFluent<A>>public ProbeFluent.HttpGetNested<A> editOrNewHttpGet()
editOrNewHttpGet in interface ProbeFluent<A extends ProbeFluent<A>>public ProbeFluent.HttpGetNested<A> editOrNewHttpGetLike(HTTPGetAction item)
editOrNewHttpGetLike in interface ProbeFluent<A extends ProbeFluent<A>>public Integer getInitialDelaySeconds()
getInitialDelaySeconds in interface ProbeFluent<A extends ProbeFluent<A>>public A withInitialDelaySeconds(Integer initialDelaySeconds)
withInitialDelaySeconds in interface ProbeFluent<A extends ProbeFluent<A>>public Boolean hasInitialDelaySeconds()
hasInitialDelaySeconds in interface ProbeFluent<A extends ProbeFluent<A>>public Integer getPeriodSeconds()
getPeriodSeconds in interface ProbeFluent<A extends ProbeFluent<A>>public A withPeriodSeconds(Integer periodSeconds)
withPeriodSeconds in interface ProbeFluent<A extends ProbeFluent<A>>public Boolean hasPeriodSeconds()
hasPeriodSeconds in interface ProbeFluent<A extends ProbeFluent<A>>public Integer getSuccessThreshold()
getSuccessThreshold in interface ProbeFluent<A extends ProbeFluent<A>>public A withSuccessThreshold(Integer successThreshold)
withSuccessThreshold in interface ProbeFluent<A extends ProbeFluent<A>>public Boolean hasSuccessThreshold()
hasSuccessThreshold in interface ProbeFluent<A extends ProbeFluent<A>>@Deprecated public TCPSocketAction getTcpSocket()
getTcpSocket in interface ProbeFluent<A extends ProbeFluent<A>>public TCPSocketAction buildTcpSocket()
buildTcpSocket in interface ProbeFluent<A extends ProbeFluent<A>>public A withTcpSocket(TCPSocketAction tcpSocket)
withTcpSocket in interface ProbeFluent<A extends ProbeFluent<A>>public Boolean hasTcpSocket()
hasTcpSocket in interface ProbeFluent<A extends ProbeFluent<A>>public ProbeFluent.TcpSocketNested<A> withNewTcpSocket()
withNewTcpSocket in interface ProbeFluent<A extends ProbeFluent<A>>public ProbeFluent.TcpSocketNested<A> withNewTcpSocketLike(TCPSocketAction item)
withNewTcpSocketLike in interface ProbeFluent<A extends ProbeFluent<A>>public ProbeFluent.TcpSocketNested<A> editTcpSocket()
editTcpSocket in interface ProbeFluent<A extends ProbeFluent<A>>public ProbeFluent.TcpSocketNested<A> editOrNewTcpSocket()
editOrNewTcpSocket in interface ProbeFluent<A extends ProbeFluent<A>>public ProbeFluent.TcpSocketNested<A> editOrNewTcpSocketLike(TCPSocketAction item)
editOrNewTcpSocketLike in interface ProbeFluent<A extends ProbeFluent<A>>public Integer getTimeoutSeconds()
getTimeoutSeconds in interface ProbeFluent<A extends ProbeFluent<A>>public A withTimeoutSeconds(Integer timeoutSeconds)
withTimeoutSeconds in interface ProbeFluent<A extends ProbeFluent<A>>public Boolean hasTimeoutSeconds()
hasTimeoutSeconds in interface ProbeFluent<A extends ProbeFluent<A>>Copyright © 2015–2019 Red Hat. All rights reserved.