public interface ServiceMonitorConfigFluent<A extends ServiceMonitorConfigFluent<A>> extends ConfigurationFluent<A>
ConfigurationFluent.ProjectNested<N>| Modifier and Type | Method and Description |
|---|---|
int |
getInterval() |
String |
getPath() |
String |
getPort() |
Boolean |
hasHonorLabels() |
Boolean |
hasInterval() |
Boolean |
hasPath() |
Boolean |
hasPort() |
boolean |
isHonorLabels() |
A |
withHonorLabels(boolean honorLabels) |
A |
withInterval(int interval) |
A |
withNewPath(String arg1) |
A |
withNewPath(StringBuffer arg1) |
A |
withNewPath(StringBuilder arg1) |
A |
withNewPort(String arg1) |
A |
withNewPort(StringBuffer arg1) |
A |
withNewPort(StringBuilder arg1) |
A |
withPath(String path) |
A |
withPort(String port) |
addToAttributes, addToAttributes, buildProject, editOrNewProject, editOrNewProjectLike, editProject, getAttributes, getProject, hasAttributes, hasProject, removeFromAttributes, removeFromAttributes, withAttributes, withNewProject, withNewProjectLike, withProjectString getPort()
Boolean hasPort()
A withNewPort(StringBuilder arg1)
A withNewPort(StringBuffer arg1)
String getPath()
Boolean hasPath()
A withNewPath(StringBuilder arg1)
A withNewPath(StringBuffer arg1)
int getInterval()
A withInterval(int interval)
Boolean hasInterval()
boolean isHonorLabels()
A withHonorLabels(boolean honorLabels)
Boolean hasHonorLabels()
Copyright © 2018–2021 Red Hat. All rights reserved.