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 |
withNewPath(String arg0)
Deprecated.
|
A |
withNewPort(String arg0)
Deprecated.
|
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()
@Deprecated A withNewPort(String arg0)
String getPath()
Boolean hasPath()
@Deprecated A withNewPath(String arg0)
Integer getInterval()
Boolean hasInterval()
Boolean getHonorLabels()
Boolean hasHonorLabels()
Copyright © 2018–2022 Red Hat. All rights reserved.