| Modifier and Type | Class and Description |
|---|---|
static class |
Task.Criteria.Builder |
| Constructor and Description |
|---|
Criteria() |
| Modifier and Type | Method and Description |
|---|---|
static Task.Criteria.Builder |
builder() |
abstract String |
desiredState()
Filter by desired state.
|
abstract String |
label()
Filter by label.
|
abstract String |
nodeId()
Filter by node id.
|
abstract String |
serviceName()
Filter by service name.
|
abstract String |
taskId()
Filter by task id.
|
abstract String |
taskName()
Filter by task name.
|
public static Task.Criteria.Builder builder()
Copyright © 2019. All rights reserved.