net.thucydides.plugins.jira.model
Class JIRACommentBuilder
java.lang.Object
net.thucydides.plugins.jira.model.JIRACommentBuilder
public class JIRACommentBuilder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JIRACommentBuilder
public JIRACommentBuilder()
JIRACommentBuilder
public JIRACommentBuilder(String reportUrl)
JIRACommentBuilder
public JIRACommentBuilder(String reportUrl,
List<net.thucydides.core.model.TestOutcome> testOutcomes)
JIRACommentBuilder
public JIRACommentBuilder(List<net.thucydides.core.model.TestOutcome> testOutcomes,
String reportUrl,
String testRunNumber)
JIRACommentBuilder
public JIRACommentBuilder(String reportUrl,
List<NamedTestResult> namedTestResults,
String testRunNumber)
asText
public String asText()
withResults
public JIRACommentBuilder withResults(List<net.thucydides.core.model.TestOutcome> testOutcomes)
withTestRun
public JIRACommentBuilder withTestRun(String testRunNumber)
withReportUrl
public JIRACommentBuilder withReportUrl(String reportUrl)
withNamedResults
public JIRACommentBuilder withNamedResults(List<NamedTestResult> namedTestResults)
asComment
public TestResultComment asComment()
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.