|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xmlcalabash.drivers.CalabashTask.Option
com.xmlcalabash.drivers.CalabashTask.Parameter
public static class CalabashTask.Parameter
The Parameter inner class represents a pipeline parameter, which looks a lot like an option sent to a parameter port (or ports).
Constructor Summary | |
---|---|
CalabashTask.Parameter()
|
Method Summary | |
---|---|
java.lang.String |
getPort()
Get the port |
void |
setPort(java.lang.String port)
Set the port. |
Methods inherited from class com.xmlcalabash.drivers.CalabashTask.Option |
---|
getName, getValue, setName, setProject, setUnless, setUnless, setValue, shouldUse |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CalabashTask.Parameter()
Method Detail |
---|
public void setPort(java.lang.String port)
port
- port to which to bind the parameterpublic java.lang.String getPort()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |