public class TestResult extends Object implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
TestResult.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
analyticsUpdatedDate |
protected Integer |
branchSK |
protected com.github.davidmoten.odata.client.internal.ChangedFields |
changedFields |
protected OffsetDateTime |
completedDate |
protected Integer |
completedDateSK |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected BigDecimal |
durationSeconds |
protected Boolean |
isFlaky |
protected String |
odataType |
protected TestOutcome |
outcome |
protected Integer |
pipelineRunSK |
protected Integer |
pipelineSK |
protected String |
projectSK |
protected Integer |
releaseEnvironmentId |
protected Integer |
releaseId |
protected Integer |
releasePipelineId |
protected Integer |
releaseStageId |
protected OffsetDateTime |
startedDate |
protected Integer |
startedDateSK |
protected Integer |
testResultId |
protected Long |
testResultSK |
protected Integer |
testRunId |
protected Integer |
testRunSK |
protected TestRunType |
testRunType |
protected Integer |
testSK |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
protected SourceWorkflow |
workflow |
| Modifier | Constructor and Description |
|---|---|
protected |
TestResult() |
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 OffsetDateTime analyticsUpdatedDate
protected String projectSK
protected Long testResultSK
protected Integer testResultId
protected Integer testRunSK
protected Integer testRunId
protected TestOutcome outcome
protected Integer testSK
protected Integer pipelineRunSK
protected Integer pipelineSK
protected Integer branchSK
protected Integer completedDateSK
protected OffsetDateTime completedDate
protected Integer startedDateSK
protected OffsetDateTime startedDate
protected BigDecimal durationSeconds
protected TestRunType testRunType
protected SourceWorkflow workflow
protected Integer releaseId
protected Integer releaseEnvironmentId
protected Integer releasePipelineId
protected Integer releaseStageId
protected Boolean isFlaky
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic static TestResult.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 Optional<OffsetDateTime> getAnalyticsUpdatedDate()
public TestResult withAnalyticsUpdatedDate(OffsetDateTime analyticsUpdatedDate)
public TestResult withProjectSK(String projectSK)
public TestResult withTestResultSK(Long testResultSK)
public TestResult withTestResultId(Integer testResultId)
public TestResult withTestRunSK(Integer testRunSK)
public TestResult withTestRunId(Integer testRunId)
public Optional<TestOutcome> getOutcome()
public TestResult withOutcome(TestOutcome outcome)
public TestResult withTestSK(Integer testSK)
public TestResult withPipelineRunSK(Integer pipelineRunSK)
public TestResult withPipelineSK(Integer pipelineSK)
public TestResult withBranchSK(Integer branchSK)
public TestResult withCompletedDateSK(Integer completedDateSK)
public Optional<OffsetDateTime> getCompletedDate()
public TestResult withCompletedDate(OffsetDateTime completedDate)
public TestResult withStartedDateSK(Integer startedDateSK)
public Optional<OffsetDateTime> getStartedDate()
public TestResult withStartedDate(OffsetDateTime startedDate)
public Optional<BigDecimal> getDurationSeconds()
public TestResult withDurationSeconds(BigDecimal durationSeconds)
public Optional<TestRunType> getTestRunType()
public TestResult withTestRunType(TestRunType testRunType)
public Optional<SourceWorkflow> getWorkflow()
public TestResult withWorkflow(SourceWorkflow workflow)
public TestResult withReleaseId(Integer releaseId)
public TestResult withReleaseEnvironmentId(Integer releaseEnvironmentId)
public TestResult withReleasePipelineId(Integer releasePipelineId)
public TestResult withReleaseStageId(Integer releaseStageId)
public TestResult withIsFlaky(Boolean isFlaky)
public TestResult withUnmappedField(String name, String value)
public ProjectRequest getProject()
public TestRunRequest getTestRun()
public TestRequest getTest()
public PipelineRunRequest getPipelineRun()
public PipelineRequest getPipeline()
public BranchRequest getBranch()
public CalendarDateRequest getCompletedOn()
public CalendarDateRequest getStartedOn()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic TestResult patch()
this with changed fields reset.this with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic TestResult 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.