Package | Description |
---|---|
org.jenkinsci.plugins.rigor.optimization.api |
Modifier and Type | Method and Description |
---|---|
RigorApiSnapshotResult |
RigorApiClient.GetSnapshot(Integer testID,
Integer snapshotID) |
RigorApiSnapshotResult |
RigorApiClient.StartSnapshot(Integer testID,
String tagName) |
RigorApiSnapshotResult |
RigorApiClient.UpdateSnapshotWithTags(Integer testID,
Integer snapshot_id,
ArrayList<RigorApiTag> tags) |
RigorApiSnapshotResult |
RigorApiClient.UpdateTestWithTags(Integer testID,
ArrayList<RigorApiTag> tags) |
Modifier and Type | Method and Description |
---|---|
protected ArrayList<RigorApiSnapshotResult> |
RigorApiHelper.startSnapshots() |
protected ArrayList<RigorApiSnapshotResult> |
RigorApiHelper.waitForSnapshotsComplete(ArrayList<RigorApiSnapshotResult> snapshotsStarted) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
RigorApiHelper.analyzeFoundDefects(RigorApiSnapshotResult snapshot,
ArrayList<RigorApiTag> buildFailTags) |
protected void |
RigorApiHelper.logCriticalDefects(RigorApiSnapshotResult snapshot) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
RigorApiHelper.analyzeResults(ArrayList<RigorApiSnapshotResult> snapshotsCompleted) |
protected ArrayList<RigorApiSnapshotResult> |
RigorApiHelper.waitForSnapshotsComplete(ArrayList<RigorApiSnapshotResult> snapshotsStarted) |
Copyright © 2016–2019. All rights reserved.