public class JIRACommentBuilder
extends java.lang.Object
Constructor and Description |
---|
JIRACommentBuilder(boolean wikiRendering) |
JIRACommentBuilder(boolean wikiRendering,
java.util.List<NamedTestResult> testOutcomes,
java.lang.String reportUrl,
java.lang.String testRunNumber) |
JIRACommentBuilder(boolean wikiRendering,
java.lang.String reportUrl) |
JIRACommentBuilder(boolean wikiRendering,
java.lang.String reportUrl,
java.util.List<NamedTestResult> testOutcomes) |
JIRACommentBuilder(boolean wikiRendering,
java.lang.String reportUrl,
java.util.List<NamedTestResult> namedTestResults,
java.lang.String testRunNumber) |
Modifier and Type | Method and Description |
---|---|
TestResultComment |
asComment() |
java.lang.String |
asText() |
JIRACommentBuilder |
withNamedResults(java.util.List<NamedTestResult> namedTestResults) |
JIRACommentBuilder |
withReportUrl(java.lang.String reportUrl) |
JIRACommentBuilder |
withResults(java.util.List<NamedTestResult> testOutcomes) |
JIRACommentBuilder |
withTestRun(java.lang.String testRunNumber) |
public JIRACommentBuilder(boolean wikiRendering)
public JIRACommentBuilder(boolean wikiRendering, java.lang.String reportUrl)
public JIRACommentBuilder(boolean wikiRendering, java.lang.String reportUrl, java.util.List<NamedTestResult> testOutcomes)
public JIRACommentBuilder(boolean wikiRendering, java.util.List<NamedTestResult> testOutcomes, java.lang.String reportUrl, java.lang.String testRunNumber)
public JIRACommentBuilder(boolean wikiRendering, java.lang.String reportUrl, java.util.List<NamedTestResult> namedTestResults, java.lang.String testRunNumber)
public java.lang.String asText()
public JIRACommentBuilder withResults(java.util.List<NamedTestResult> testOutcomes)
public JIRACommentBuilder withTestRun(java.lang.String testRunNumber)
public JIRACommentBuilder withReportUrl(java.lang.String reportUrl)
public JIRACommentBuilder withNamedResults(java.util.List<NamedTestResult> namedTestResults)
public TestResultComment asComment()