Uses of Class
org.jbehave.core.reporters.StoryReporterBuilder

Packages that use StoryReporterBuilder
org.jbehave.core.configuration   
org.jbehave.core.reporters   
 

Uses of StoryReporterBuilder in org.jbehave.core.configuration
 

Methods in org.jbehave.core.configuration that return StoryReporterBuilder
 StoryReporterBuilder UnmodifiableConfiguration.storyReporterBuilder()
           
 StoryReporterBuilder Configuration.storyReporterBuilder()
           
 

Methods in org.jbehave.core.configuration with parameters of type StoryReporterBuilder
 Configuration UnmodifiableConfiguration.useStoryReporterBuilder(StoryReporterBuilder storyReporterBuilder)
           
 Configuration Configuration.useStoryReporterBuilder(StoryReporterBuilder storyReporterBuilder)
           
 

Uses of StoryReporterBuilder in org.jbehave.core.reporters
 

Methods in org.jbehave.core.reporters that return StoryReporterBuilder
 StoryReporterBuilder StoryReporterBuilder.withCodeLocation(URL codeLocation)
           
 StoryReporterBuilder StoryReporterBuilder.withCrossReference(CrossReference crossReference)
           
 StoryReporterBuilder StoryReporterBuilder.withDefaultFormats()
           
 StoryReporterBuilder StoryReporterBuilder.withFailureTrace(boolean reportFailureTrace)
           
 StoryReporterBuilder StoryReporterBuilder.withFailureTraceCompression(boolean compressFailureTrace)
           
 StoryReporterBuilder StoryReporterBuilder.withFormats(Format... formats)
           
 StoryReporterBuilder StoryReporterBuilder.withFormats(StoryReporterBuilder.Format... formats)
          Deprecated. Use withFormats(org.jbehave.core.reporters.Format... formats)
 StoryReporterBuilder StoryReporterBuilder.withKeywords(Keywords keywords)
           
 StoryReporterBuilder StoryReporterBuilder.withMultiThreading(boolean multiThreading)
           
 StoryReporterBuilder StoryReporterBuilder.withPathResolver(FilePrintStreamFactory.FilePathResolver pathResolver)
           
 StoryReporterBuilder StoryReporterBuilder.withRelativeDirectory(String relativeDirectory)
           
 StoryReporterBuilder StoryReporterBuilder.withReporters(StoryReporter... reporters)
           
 StoryReporterBuilder StoryReporterBuilder.withViewResources(Properties resources)
           
 

Methods in org.jbehave.core.reporters with parameters of type StoryReporterBuilder
 StoryReporter StoryReporterBuilder.ProvidedFormat.createStoryReporter(FilePrintStreamFactory factory, StoryReporterBuilder storyReporterBuilder)
           
abstract  StoryReporter Format.createStoryReporter(FilePrintStreamFactory factory, StoryReporterBuilder storyReporterBuilder)
           
 StoryReporter CrossReference.createStoryReporter(FilePrintStreamFactory factory, StoryReporterBuilder storyReporterBuilder)
           
protected  CrossReference.XRefRoot CrossReference.createXRefRoot(StoryReporterBuilder storyReporterBuilder, List<org.jbehave.core.reporters.CrossReference.StoryHolder> stories, Set<String> failingStories)
           
protected  CrossReference.XRefStory CrossReference.XRefRoot.createXRefStory(StoryReporterBuilder storyReporterBuilder, Story story, boolean passed)
          Override this is you want to add fields to the JSON.
protected  CrossReference.XRefStory CrossReference.XRefRoot.createXRefStory(StoryReporterBuilder storyReporterBuilder, Story story, boolean passed, CrossReference.XRefRoot root)
          Ensure that XRefStory is instantiated completely, before secondary methods are invoked (or overridden)
 void CrossReference.outputToFiles(StoryReporterBuilder storyReporterBuilder)
          Output to JSON and/or XML files.
protected  void CrossReference.XRefRoot.processStories(List<org.jbehave.core.reporters.CrossReference.StoryHolder> stories, Set<String> stepsPerformed, Map<String,Long> times, StoryReporterBuilder builder, Set<String> failures)
           
 

Constructors in org.jbehave.core.reporters with parameters of type StoryReporterBuilder
CrossReference.XRefStory(Story story, StoryReporterBuilder storyReporterBuilder, boolean passed)
           
 



Copyright © 2003-2012. All Rights Reserved.