All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToParams(Collection<Param> items) |
A |
addAllToWorkspaces(Collection<WorkspaceBinding> items) |
CustomRunSpecFluent.ParamsNested<A> |
addNewParam() |
CustomRunSpecFluent.ParamsNested<A> |
addNewParamLike(Param item) |
CustomRunSpecFluent.WorkspacesNested<A> |
addNewWorkspace() |
CustomRunSpecFluent.WorkspacesNested<A> |
addNewWorkspaceLike(WorkspaceBinding item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToParams(int index,
Param item) |
A |
addToParams(Param... items) |
A |
addToWorkspaces(int index,
WorkspaceBinding item) |
A |
addToWorkspaces(WorkspaceBinding... items) |
TaskRef |
buildCustomRef() |
EmbeddedCustomRunSpec |
buildCustomSpec() |
Param |
buildFirstParam() |
WorkspaceBinding |
buildFirstWorkspace() |
Param |
buildLastParam() |
WorkspaceBinding |
buildLastWorkspace() |
Param |
buildMatchingParam(Predicate<ParamBuilder> predicate) |
WorkspaceBinding |
buildMatchingWorkspace(Predicate<WorkspaceBindingBuilder> predicate) |
Param |
buildParam(int index) |
List<Param> |
buildParams() |
WorkspaceBinding |
buildWorkspace(int index) |
List<WorkspaceBinding> |
buildWorkspaces() |
protected void |
copyInstance(CustomRunSpec instance) |
CustomRunSpecFluent.CustomRefNested<A> |
editCustomRef() |
CustomRunSpecFluent.CustomSpecNested<A> |
editCustomSpec() |
CustomRunSpecFluent.ParamsNested<A> |
editFirstParam() |
CustomRunSpecFluent.WorkspacesNested<A> |
editFirstWorkspace() |
CustomRunSpecFluent.ParamsNested<A> |
editLastParam() |
CustomRunSpecFluent.WorkspacesNested<A> |
editLastWorkspace() |
CustomRunSpecFluent.ParamsNested<A> |
editMatchingParam(Predicate<ParamBuilder> predicate) |
CustomRunSpecFluent.WorkspacesNested<A> |
editMatchingWorkspace(Predicate<WorkspaceBindingBuilder> predicate) |
CustomRunSpecFluent.CustomRefNested<A> |
editOrNewCustomRef() |
CustomRunSpecFluent.CustomRefNested<A> |
editOrNewCustomRefLike(TaskRef item) |
CustomRunSpecFluent.CustomSpecNested<A> |
editOrNewCustomSpec() |
CustomRunSpecFluent.CustomSpecNested<A> |
editOrNewCustomSpecLike(EmbeddedCustomRunSpec item) |
CustomRunSpecFluent.ParamsNested<A> |
editParam(int index) |
CustomRunSpecFluent.WorkspacesNested<A> |
editWorkspace(int index) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Integer |
getRetries() |
String |
getServiceAccountName() |
String |
getStatus() |
String |
getStatusMessage() |
io.fabric8.kubernetes.api.model.Duration |
getTimeout() |
boolean |
hasAdditionalProperties() |
boolean |
hasCustomRef() |
boolean |
hasCustomSpec() |
int |
hashCode() |
boolean |
hasMatchingParam(Predicate<ParamBuilder> predicate) |
boolean |
hasMatchingWorkspace(Predicate<WorkspaceBindingBuilder> predicate) |
boolean |
hasParams() |
boolean |
hasRetries() |
boolean |
hasServiceAccountName() |
boolean |
hasStatus() |
boolean |
hasStatusMessage() |
boolean |
hasTimeout() |
boolean |
hasWorkspaces() |
A |
removeAllFromParams(Collection<Param> items) |
A |
removeAllFromWorkspaces(Collection<WorkspaceBinding> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromParams(Param... items) |
A |
removeFromWorkspaces(WorkspaceBinding... items) |
A |
removeMatchingFromParams(Predicate<ParamBuilder> predicate) |
A |
removeMatchingFromWorkspaces(Predicate<WorkspaceBindingBuilder> predicate) |
CustomRunSpecFluent.ParamsNested<A> |
setNewParamLike(int index,
Param item) |
CustomRunSpecFluent.WorkspacesNested<A> |
setNewWorkspaceLike(int index,
WorkspaceBinding item) |
A |
setToParams(int index,
Param item) |
A |
setToWorkspaces(int index,
WorkspaceBinding item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withCustomRef(TaskRef customRef) |
A |
withCustomSpec(EmbeddedCustomRunSpec customSpec) |
CustomRunSpecFluent.CustomRefNested<A> |
withNewCustomRef() |
CustomRunSpecFluent.CustomRefNested<A> |
withNewCustomRefLike(TaskRef item) |
CustomRunSpecFluent.CustomSpecNested<A> |
withNewCustomSpec() |
CustomRunSpecFluent.CustomSpecNested<A> |
withNewCustomSpecLike(EmbeddedCustomRunSpec item) |
A |
withParams(List<Param> params) |
A |
withParams(Param... params) |
A |
withRetries(Integer retries) |
A |
withServiceAccountName(String serviceAccountName) |
A |
withStatus(String status) |
A |
withStatusMessage(String statusMessage) |
A |
withTimeout(io.fabric8.kubernetes.api.model.Duration timeout) |
A |
withWorkspaces(List<WorkspaceBinding> workspaces) |
A |
withWorkspaces(WorkspaceBinding... workspaces) |