org.jbehave.core.reporters
Class TemplateableOutput.OutputStory

java.lang.Object
  extended by org.jbehave.core.reporters.TemplateableOutput.OutputStory
Enclosing class:
TemplateableOutput

public static class TemplateableOutput.OutputStory
extends java.lang.Object


Constructor Summary
TemplateableOutput.OutputStory()
           
 
Method Summary
 java.lang.String getDescription()
           
 TemplateableOutput.OutputMeta getMeta()
           
 TemplateableOutput.OutputNarrative getNarrative()
           
 java.lang.String getNotAllowedBy()
           
 java.lang.String getPath()
           
 java.util.List<java.lang.String> getPendingMethods()
           
 java.util.List<TemplateableOutput.OutputScenario> getScenarios()
           
 StoryDuration getStoryDuration()
           
 boolean isCancelled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateableOutput.OutputStory

public TemplateableOutput.OutputStory()
Method Detail

getDescription

public java.lang.String getDescription()

getPath

public java.lang.String getPath()

getMeta

public TemplateableOutput.OutputMeta getMeta()

getNarrative

public TemplateableOutput.OutputNarrative getNarrative()

getNotAllowedBy

public java.lang.String getNotAllowedBy()

getPendingMethods

public java.util.List<java.lang.String> getPendingMethods()

getScenarios

public java.util.List<TemplateableOutput.OutputScenario> getScenarios()

isCancelled

public boolean isCancelled()

getStoryDuration

public StoryDuration getStoryDuration()


Copyright © 2003-2012. All Rights Reserved.