public class TestRun extends Object implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
TestRun.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
TestRun() |
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 Integer testRunSK
protected Integer testRunId
protected String title
protected Boolean isAutomated
protected TestRunType testRunType
protected SourceWorkflow workflow
protected Integer pipelineRunSK
protected Integer pipelineSK
protected Integer branchSK
protected Integer completedDateSK
protected OffsetDateTime completedDate
protected Integer startedDateSK
protected OffsetDateTime startedDate
protected BigDecimal runDurationSeconds
protected BigDecimal resultDurationSeconds
protected Integer resultCount
protected Integer resultPassCount
protected Integer resultFailCount
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 Boolean hasDetail
protected Integer releaseId
protected Integer releaseEnvironmentId
protected Integer releasePipelineId
protected Integer releaseStageId
protected Integer resultFlakyCount
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic static TestRun.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 TestRun withAnalyticsUpdatedDate(OffsetDateTime analyticsUpdatedDate)
public Optional<TestRunType> getTestRunType()
public TestRun withTestRunType(TestRunType testRunType)
public Optional<SourceWorkflow> getWorkflow()
public TestRun withWorkflow(SourceWorkflow workflow)
public Optional<OffsetDateTime> getCompletedDate()
public TestRun withCompletedDate(OffsetDateTime completedDate)
public Optional<OffsetDateTime> getStartedDate()
public TestRun withStartedDate(OffsetDateTime startedDate)
public Optional<BigDecimal> getRunDurationSeconds()
public TestRun withRunDurationSeconds(BigDecimal runDurationSeconds)
public Optional<BigDecimal> getResultDurationSeconds()
public TestRun withResultDurationSeconds(BigDecimal resultDurationSeconds)
public TestRun withResultInconclusiveCount(Integer resultInconclusiveCount)
public TestRun withResultNotExecutedCount(Integer resultNotExecutedCount)
public TestRun withResultNotApplicableCount(Integer resultNotApplicableCount)
public TestRun withResultNotImpactedCount(Integer resultNotImpactedCount)
public ProjectRequest getProject()
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 TestRun patch()
this with changed fields reset.this with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic TestRun 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.