|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoryReporterBuilder.Format | |
---|---|
org.jbehave.core.reporters |
Uses of StoryReporterBuilder.Format in org.jbehave.core.reporters |
---|
Methods in org.jbehave.core.reporters that return StoryReporterBuilder.Format | |
---|---|
static StoryReporterBuilder.Format |
StoryReporterBuilder.Format.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StoryReporterBuilder.Format[] |
StoryReporterBuilder.Format.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jbehave.core.reporters with parameters of type StoryReporterBuilder.Format | |
---|---|
StoryReporter |
StoryReporterBuilder.reporterFor(String storyPath,
StoryReporterBuilder.Format format)
|
StoryReporterBuilder |
StoryReporterBuilder.withFormats(StoryReporterBuilder.Format... formats)
Deprecated. Use StoryReporterBuilder.withFormats(org.jbehave.core.reporters.Format... formats) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |