public class Http extends ProjectComponent implements Condition
description, location, project| Constructor and Description |
|---|
Http() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
eval()
Is this condition true?
|
void |
setErrorsBeginAt(int errorsBeginAt)
Set the errorsBeginAt attribute
|
void |
setUrl(java.lang.String url)
Set the url attribute
|
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProjectpublic void setUrl(java.lang.String url)
url - the url of the requestpublic void setErrorsBeginAt(int errorsBeginAt)
errorsBeginAt - number at which errors begin at, default is
400public boolean eval()
throws BuildException
Conditioneval in interface ConditionBuildException - if an error occurs