| Package | Description |
|---|---|
| microsoft.vs.analytics.v3.model.entity |
| Modifier and Type | Method and Description |
|---|---|
TestPointHistorySnapshot |
TestPointHistorySnapshot.Builder.build() |
TestPointHistorySnapshot |
TestPointHistorySnapshot.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
TestPointHistorySnapshot |
TestPointHistorySnapshot.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
TestPointHistorySnapshot |
TestPointHistorySnapshot.withAnalyticsUpdatedDate(OffsetDateTime analyticsUpdatedDate) |
TestPointHistorySnapshot |
TestPointHistorySnapshot.withAssignedToUserSK(String assignedToUserSK) |
TestPointHistorySnapshot |
TestPointHistorySnapshot.withAutomationStatus(String automationStatus) |
TestPointHistorySnapshot |
TestPointHistorySnapshot.withDateSK(Integer dateSK) |
TestPointHistorySnapshot |
TestPointHistorySnapshot.withIsLastDayOfPeriod(Period isLastDayOfPeriod) |
TestPointHistorySnapshot |
TestPointHistorySnapshot.withPriority(Integer priority) |
TestPointHistorySnapshot |
TestPointHistorySnapshot.withProjectSK(String projectSK) |
TestPointHistorySnapshot |
TestPointHistorySnapshot.withResultOutcome(TestOutcome resultOutcome) |
TestPointHistorySnapshot |
TestPointHistorySnapshot.withTestCaseId(Integer testCaseId) |
TestPointHistorySnapshot |
TestPointHistorySnapshot.withTestConfigurationId(Integer testConfigurationId) |
TestPointHistorySnapshot |
TestPointHistorySnapshot.withTestConfigurationSK(Integer testConfigurationSK) |
TestPointHistorySnapshot |
TestPointHistorySnapshot.withTesterUserSK(String testerUserSK) |
TestPointHistorySnapshot |
TestPointHistorySnapshot.withTestPlanId(Integer testPlanId) |
TestPointHistorySnapshot |
TestPointHistorySnapshot.withTestPointId(Integer testPointId) |
TestPointHistorySnapshot |
TestPointHistorySnapshot.withTestPointSK(Integer testPointSK) |
TestPointHistorySnapshot |
TestPointHistorySnapshot.withTestSuiteId(Integer testSuiteId) |
TestPointHistorySnapshot |
TestPointHistorySnapshot.withTestSuiteSK(Integer testSuiteSK) |
TestPointHistorySnapshot |
TestPointHistorySnapshot.withUnmappedField(String name,
String value) |
Copyright © 2018–2021. All rights reserved.