Access | Constructor and Description |
---|---|
public | |
public |
Modifier and Type | Method and Description |
---|---|
public void | |
protected void | processTimeout()
Overrides org. |
text | back to summary |
---|---|
private String text Text to include in a message |
BlockFor | back to summary |
---|---|
public BlockFor() Constructor that takes the name of the task in the task name. |
BlockFor | back to summary |
---|---|
public BlockFor(String taskName) Constructor that takes the name of the task in the task name.
|
addText | back to summary |
---|---|
public void addText(String message) Set the error text; all properties are expanded in the message.
|
processTimeout | back to summary |
---|---|
protected void processTimeout() throws BuildTimeoutException Overrides org. If the wait fails, a BuildException is thrown. All the superclasses actions are called first.
|