| Package | Description |
|---|---|
| microsoft.vs.analytics.v3.model.entity |
| Modifier and Type | Method and Description |
|---|---|
Pipeline |
Pipeline.Builder.build() |
Pipeline |
Pipeline.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Pipeline |
Pipeline.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Pipeline |
Pipeline.withPipelineId(Integer pipelineId) |
Pipeline |
Pipeline.withPipelineName(String pipelineName) |
Pipeline |
Pipeline.withPipelineProcessType(PipelineProcessType pipelineProcessType) |
Pipeline |
Pipeline.withPipelineSK(Integer pipelineSK) |
Pipeline |
Pipeline.withPipelineVersion(Integer pipelineVersion) |
Pipeline |
Pipeline.withProjectSK(String projectSK) |
Pipeline |
Pipeline.withUnmappedField(String name,
String value) |
Copyright © 2018–2020. All rights reserved.