net.masterthought.cucumber.json
Class Artifact

java.lang.Object
  extended by net.masterthought.cucumber.json.Artifact

public class Artifact
extends Object


Constructor Summary
Artifact(String scenario, String step, String keyword, String artifactFile, String contentType)
           
 
Method Summary
 String getArtifactFile()
           
 String getContentType()
           
 String getKeyword()
           
 String getScenario()
           
 String getStep()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Artifact

public Artifact(String scenario,
                String step,
                String keyword,
                String artifactFile,
                String contentType)
Method Detail

getScenario

public String getScenario()

getKeyword

public String getKeyword()

getStep

public String getStep()

getArtifactFile

public String getArtifactFile()

getContentType

public String getContentType()


Copyright © 2014. All Rights Reserved.