public class TestToIssueMapping extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addTestToIssueMapping(hudson.model.Job job,
String testId,
String issueKey)
Link an issue to a test
|
static TestToIssueMapping |
getInstance()
Getter for the singleton instance
|
String |
getTestIssueKey(hudson.model.Job job,
String testId)
Get the issue key associated with a test
|
void |
register(hudson.model.Job job)
Method for registering a job
|
void |
removeTestToIssueMapping(hudson.model.Job job,
String testId,
String issueKey)
Unlink an issue from a test
|
public static TestToIssueMapping getInstance()
public void register(hudson.model.Job job)
job - public void addTestToIssueMapping(hudson.model.Job job,
String testId,
String issueKey)
job - testId - issueKey - public void removeTestToIssueMapping(hudson.model.Job job,
String testId,
String issueKey)
job - testId - issueKey - Copyright © 2016. All rights reserved.