public class PipelineJob extends Object implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
PipelineJob.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.internal.ChangedFields |
changedFields |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
fullJobName |
protected String |
jobId |
protected String |
jobName |
protected String |
odataType |
protected Integer |
pipelineId |
protected Integer |
pipelineJobSK |
protected Integer |
pipelineSK |
protected String |
projectSK |
protected String |
stageId |
protected String |
stageName |
protected String |
strategyAttributes |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
PipelineJob() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
protected com.github.davidmoten.odata.client.internal.ChangedFields changedFields
protected String odataType
protected String projectSK
protected Integer pipelineJobSK
protected Integer pipelineId
protected Integer pipelineSK
protected String stageName
protected String jobName
protected String fullJobName
protected String strategyAttributes
protected String stageId
protected String jobId
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic static PipelineJob.Builder builder()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic PipelineJob withProjectSK(String projectSK)
public PipelineJob withPipelineJobSK(Integer pipelineJobSK)
public PipelineJob withPipelineId(Integer pipelineId)
public PipelineJob withPipelineSK(Integer pipelineSK)
public PipelineJob withStageName(String stageName)
public PipelineJob withJobName(String jobName)
public PipelineJob withFullJobName(String fullJobName)
public PipelineJob withStrategyAttributes(String strategyAttributes)
public PipelineJob withStageId(String stageId)
public PipelineJob withJobId(String jobId)
public PipelineJob withUnmappedField(String name, String value)
public ProjectRequest getProject()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic PipelineJob patch()
this with changed fields reset.this with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic PipelineJob put()
this
with changed fields reset (they were ignored anyway).this with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedCopyright © 2018–2020. All rights reserved.