public class TestResultDaily extends Object implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
TestResultDaily.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
TestResultDaily() |
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 testResultDailySK
protected Integer testSK
protected Integer pipelineSK
protected Integer branchSK
protected Integer dateSK
protected BigDecimal resultDurationSeconds
protected Integer resultCount
protected Integer resultPassCount
protected Integer resultFailCount
protected Integer resultFlakyCount
protected Integer resultNoneCount
protected Integer resultInconclusiveCount
protected Integer resultTimeoutCount
protected Integer resultAbortedCount
protected Integer resultBlockedCount
protected Integer resultNotExecutedCount
protected Integer resultWarningCount
protected Integer resultErrorCount
protected Integer resultNotApplicableCount
protected Integer resultNotImpactedCount
protected TestRunType testRunType
protected SourceWorkflow workflow
protected Integer releasePipelineId
protected Integer releaseStageId
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic static TestResultDaily.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 TestResultDaily withAnalyticsUpdatedDate(OffsetDateTime analyticsUpdatedDate)
public TestResultDaily withProjectSK(String projectSK)
public TestResultDaily withTestResultDailySK(Long testResultDailySK)
public TestResultDaily withTestSK(Integer testSK)
public TestResultDaily withPipelineSK(Integer pipelineSK)
public TestResultDaily withBranchSK(Integer branchSK)
public TestResultDaily withDateSK(Integer dateSK)
public Optional<BigDecimal> getResultDurationSeconds()
public TestResultDaily withResultDurationSeconds(BigDecimal resultDurationSeconds)
public TestResultDaily withResultCount(Integer resultCount)
public TestResultDaily withResultPassCount(Integer resultPassCount)
public TestResultDaily withResultFailCount(Integer resultFailCount)
public TestResultDaily withResultFlakyCount(Integer resultFlakyCount)
public TestResultDaily withResultNoneCount(Integer resultNoneCount)
public TestResultDaily withResultInconclusiveCount(Integer resultInconclusiveCount)
public TestResultDaily withResultTimeoutCount(Integer resultTimeoutCount)
public TestResultDaily withResultAbortedCount(Integer resultAbortedCount)
public TestResultDaily withResultBlockedCount(Integer resultBlockedCount)
public TestResultDaily withResultNotExecutedCount(Integer resultNotExecutedCount)
public TestResultDaily withResultWarningCount(Integer resultWarningCount)
public TestResultDaily withResultErrorCount(Integer resultErrorCount)
public TestResultDaily withResultNotApplicableCount(Integer resultNotApplicableCount)
public TestResultDaily withResultNotImpactedCount(Integer resultNotImpactedCount)
public Optional<TestRunType> getTestRunType()
public TestResultDaily withTestRunType(TestRunType testRunType)
public Optional<SourceWorkflow> getWorkflow()
public TestResultDaily withWorkflow(SourceWorkflow workflow)
public TestResultDaily withReleasePipelineId(Integer releasePipelineId)
public TestResultDaily withReleaseStageId(Integer releaseStageId)
public TestResultDaily withUnmappedField(String name, String value)
public ProjectRequest getProject()
public TestRequest getTest()
public PipelineRequest getPipeline()
public BranchRequest getBranch()
public CalendarDateRequest getDate()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic TestResultDaily patch()
this with changed fields reset.this with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic TestResultDaily 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–2021. All rights reserved.