Uses of Class
org.jbehave.core.reporters.StoryReporterBuilder
Packages that use StoryReporterBuilder
-
Uses of StoryReporterBuilder in org.jbehave.core.configuration
Fields in org.jbehave.core.configuration declared as StoryReporterBuilderModifier and TypeFieldDescriptionprotected StoryReporterBuilderConfiguration.storyReporterBuilderThe story reporter builderMethods in org.jbehave.core.configuration that return StoryReporterBuilderModifier and TypeMethodDescriptionConfiguration.storyReporterBuilder()UnmodifiableConfiguration.storyReporterBuilder()Methods in org.jbehave.core.configuration with parameters of type StoryReporterBuilderModifier and TypeMethodDescriptionConfiguration.useStoryReporterBuilder(StoryReporterBuilder storyReporterBuilder) UnmodifiableConfiguration.useStoryReporterBuilder(StoryReporterBuilder storyReporterBuilder) -
Uses of StoryReporterBuilder in org.jbehave.core.reporters
Methods in org.jbehave.core.reporters that return StoryReporterBuilderModifier and TypeMethodDescriptionStoryReporterBuilder.withCodeLocation(URL codeLocation) StoryReporterBuilder.withDefaultFormats()StoryReporterBuilder.withFailureTrace(boolean reportFailureTrace) StoryReporterBuilder.withFailureTraceCompression(boolean compressFailureTrace) StoryReporterBuilder.withFormats(Format... formats) StoryReporterBuilder.withKeywords(Keywords keywords) StoryReporterBuilder.withMultiThreading(boolean multiThreading) StoryReporterBuilder.withPathResolver(FilePrintStreamFactory.FilePathResolver pathResolver) StoryReporterBuilder.withRelativeDirectory(String relativeDirectory) StoryReporterBuilder.withReporters(StoryReporter... reporters) StoryReporterBuilder.withSurefireReporter(SurefireReporter surefireReporter) StoryReporterBuilder.withViewResources(Properties resources) Methods in org.jbehave.core.reporters with parameters of type StoryReporterBuilderModifier and TypeMethodDescriptionContextOutput.createStoryReporter(FilePrintStreamFactory filePrintStreamFactory, StoryReporterBuilder storyReporterBuilder) abstract StoryReporterFormat.createStoryReporter(FilePrintStreamFactory factory, StoryReporterBuilder storyReporterBuilder) StoryReporterBuilder.ProvidedFormat.createStoryReporter(FilePrintStreamFactory factory, StoryReporterBuilder storyReporterBuilder)