net.thucydides.plugins.jira.model
Class JIRACommentBuilder

Package class diagram package JIRACommentBuilder
java.lang.Object
  extended by net.thucydides.plugins.jira.model.JIRACommentBuilder

public class JIRACommentBuilder
extends Object


Constructor Summary
JIRACommentBuilder()
           
JIRACommentBuilder(List<net.thucydides.core.model.TestOutcome> testOutcomes, String reportUrl, String testRunNumber)
           
JIRACommentBuilder(String reportUrl)
           
JIRACommentBuilder(String reportUrl, List<NamedTestResult> namedTestResults, String testRunNumber)
           
JIRACommentBuilder(String reportUrl, List<net.thucydides.core.model.TestOutcome> testOutcomes)
           
 
Method Summary
 TestResultComment asComment()
           
 String asText()
           
 JIRACommentBuilder withNamedResults(List<NamedTestResult> namedTestResults)
           
 JIRACommentBuilder withReportUrl(String reportUrl)
           
 JIRACommentBuilder withResults(List<net.thucydides.core.model.TestOutcome> testOutcomes)
           
 JIRACommentBuilder withTestRun(String testRunNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.