| Package | Description |
|---|---|
| microsoft.vs.analytics.v3.model.entity |
| Modifier and Type | Method and Description |
|---|---|
PipelineJob |
PipelineJob.Builder.build() |
PipelineJob |
PipelineJob.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
PipelineJob |
PipelineJob.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
PipelineJob |
PipelineJob.withFullJobName(String fullJobName) |
PipelineJob |
PipelineJob.withJobId(String jobId) |
PipelineJob |
PipelineJob.withJobName(String jobName) |
PipelineJob |
PipelineJob.withPipelineId(Integer pipelineId) |
PipelineJob |
PipelineJob.withPipelineJobSK(Integer pipelineJobSK) |
PipelineJob |
PipelineJob.withPipelineSK(Integer pipelineSK) |
PipelineJob |
PipelineJob.withProjectSK(String projectSK) |
PipelineJob |
PipelineJob.withStageId(String stageId) |
PipelineJob |
PipelineJob.withStageName(String stageName) |
PipelineJob |
PipelineJob.withStrategyAttributes(String strategyAttributes) |
PipelineJob |
PipelineJob.withUnmappedField(String name,
String value) |
Copyright © 2018–2021. All rights reserved.