com.castlemon.jenkins.performance.domain
Class Step
java.lang.Object
com.castlemon.jenkins.performance.domain.Step
@Generated(value="com.googlecode.jsonschema2pojo")
public class Step
- extends Object
|
Constructor Summary |
Step()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Step
public Step()
getResult
public Result getResult()
setResult
public void setResult(Result result)
getName
public String getName()
setName
public void setName(String name)
getKeyword
public String getKeyword()
setKeyword
public void setKeyword(String keyword)
getLine
public Integer getLine()
setLine
public void setLine(Integer line)
getMatch
public Match getMatch()
setMatch
public void setMatch(Match match)
getAdditionalProperties
public Map<String,Object> getAdditionalProperties()
setAdditionalProperties
public void setAdditionalProperties(String name,
Object value)
Copyright © 2004-2013. All Rights Reserved.