public class TaskRunDebugFluentImpl<A extends TaskRunDebugFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements TaskRunDebugFluent<A>
| Constructor and Description |
|---|
TaskRunDebugFluentImpl() |
TaskRunDebugFluentImpl(TaskRunDebug instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToBreakpoint(Collection<String> items) |
A |
addToBreakpoint(int index,
String item) |
A |
addToBreakpoint(String... items) |
boolean |
equals(Object o) |
List<String> |
getBreakpoint() |
String |
getBreakpoint(int index) |
String |
getFirstBreakpoint() |
String |
getLastBreakpoint() |
String |
getMatchingBreakpoint(Predicate<String> predicate) |
Boolean |
hasBreakpoint() |
int |
hashCode() |
Boolean |
hasMatchingBreakpoint(Predicate<String> predicate) |
A |
removeAllFromBreakpoint(Collection<String> items) |
A |
removeFromBreakpoint(String... items) |
A |
setToBreakpoint(int index,
String item) |
String |
toString() |
A |
withBreakpoint(List<String> breakpoint) |
A |
withBreakpoint(String... breakpoint) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic TaskRunDebugFluentImpl()
public TaskRunDebugFluentImpl(TaskRunDebug instance)
public A addToBreakpoint(int index, String item)
addToBreakpoint in interface TaskRunDebugFluent<A extends TaskRunDebugFluent<A>>public A setToBreakpoint(int index, String item)
setToBreakpoint in interface TaskRunDebugFluent<A extends TaskRunDebugFluent<A>>public A addToBreakpoint(String... items)
addToBreakpoint in interface TaskRunDebugFluent<A extends TaskRunDebugFluent<A>>public A addAllToBreakpoint(Collection<String> items)
addAllToBreakpoint in interface TaskRunDebugFluent<A extends TaskRunDebugFluent<A>>public A removeFromBreakpoint(String... items)
removeFromBreakpoint in interface TaskRunDebugFluent<A extends TaskRunDebugFluent<A>>public A removeAllFromBreakpoint(Collection<String> items)
removeAllFromBreakpoint in interface TaskRunDebugFluent<A extends TaskRunDebugFluent<A>>public List<String> getBreakpoint()
getBreakpoint in interface TaskRunDebugFluent<A extends TaskRunDebugFluent<A>>public String getBreakpoint(int index)
getBreakpoint in interface TaskRunDebugFluent<A extends TaskRunDebugFluent<A>>public String getFirstBreakpoint()
getFirstBreakpoint in interface TaskRunDebugFluent<A extends TaskRunDebugFluent<A>>public String getLastBreakpoint()
getLastBreakpoint in interface TaskRunDebugFluent<A extends TaskRunDebugFluent<A>>public String getMatchingBreakpoint(Predicate<String> predicate)
getMatchingBreakpoint in interface TaskRunDebugFluent<A extends TaskRunDebugFluent<A>>public Boolean hasMatchingBreakpoint(Predicate<String> predicate)
hasMatchingBreakpoint in interface TaskRunDebugFluent<A extends TaskRunDebugFluent<A>>public A withBreakpoint(List<String> breakpoint)
withBreakpoint in interface TaskRunDebugFluent<A extends TaskRunDebugFluent<A>>public A withBreakpoint(String... breakpoint)
withBreakpoint in interface TaskRunDebugFluent<A extends TaskRunDebugFluent<A>>public Boolean hasBreakpoint()
hasBreakpoint in interface TaskRunDebugFluent<A extends TaskRunDebugFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TaskRunDebugFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TaskRunDebugFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.