Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Details |
build() |
Details.Builder |
copy(Details model) |
Details.Builder |
executionDetails(ExecutionDetails executionDetails) |
Details.Builder |
isApplySubjectTask(Boolean isApplySubjectTask)
Is this an Apply Subject Task? Set this to true for a Patch Execution Task which applies
patches(subjects) on a target.
|
Details.Builder |
isDiscoveryOutputTask(Boolean isDiscoveryOutputTask)
Is this a discovery output task?
|
Details.Builder |
osType(OsType osType)
The OS for the task
|
Details.Builder |
platform(String platform)
The platform of the runbook.
|
Details.Builder |
properties(Properties properties) |
Details.Builder |
scope(TaskScope scope)
The scope of the task
|
public Details.Builder executionDetails(ExecutionDetails executionDetails)
public Details.Builder platform(String platform)
The platform of the runbook.
platform
- the value to setpublic Details.Builder osType(OsType osType)
The OS for the task
osType
- the value to setpublic Details.Builder scope(TaskScope scope)
The scope of the task
scope
- the value to setpublic Details.Builder properties(Properties properties)
public Details.Builder isDiscoveryOutputTask(Boolean isDiscoveryOutputTask)
Is this a discovery output task?
isDiscoveryOutputTask
- the value to setpublic Details.Builder isApplySubjectTask(Boolean isApplySubjectTask)
Is this an Apply Subject Task? Set this to true for a Patch Execution Task which applies patches(subjects) on a target.
isApplySubjectTask
- the value to setpublic Details build()
public Details.Builder copy(Details model)
Copyright © 2016–2024. All rights reserved.