public interface ServiceMonitorConfigFluent<A extends ServiceMonitorConfigFluent<A>> extends ConfigurationFluent<A>
ConfigurationFluent.ProjectNested<N>| Modifier and Type | Method and Description |
|---|---|
Boolean |
getHonorLabels() |
Integer |
getInterval() |
String |
getPath() |
String |
getPort() |
Boolean |
hasHonorLabels() |
Boolean |
hasInterval() |
Boolean |
hasPath() |
Boolean |
hasPort() |
A |
withHonorLabels(Boolean honorLabels) |
A |
withInterval(Integer interval) |
A |
withNewHonorLabels(boolean arg1) |
A |
withNewHonorLabels(String arg1) |
A |
withNewInterval(int arg1) |
A |
withNewInterval(String arg1) |
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)
Integer getInterval()
Boolean hasInterval()
A withNewInterval(int arg1)
Boolean getHonorLabels()
Boolean hasHonorLabels()
A withNewHonorLabels(boolean arg1)
Copyright © 2018–2021 Red Hat. All rights reserved.