public class Job extends BaseModel
| Modifier and Type | Method and Description |
|---|---|
void |
build()
Trigger a build without parameters
|
void |
build(boolean crumbFlag) |
void |
build(Map<String,String> params)
Trigger a parameterized build
|
QueueReference |
build(Map<String,String> params,
boolean crumbFlag)
Trigger a parameterized build
|
JobWithDetails |
details() |
boolean |
equals(Object o) |
String |
getName() |
String |
getUrl() |
int |
hashCode() |
public String getName()
public String getUrl()
public JobWithDetails details() throws IOException
IOExceptionpublic void build()
throws IOException
IOExceptionpublic void build(boolean crumbFlag)
throws IOException
IOExceptionpublic void build(Map<String,String> params) throws IOException
params - the job parametersIOExceptionpublic QueueReference build(Map<String,String> params, boolean crumbFlag) throws IOException
params - the job parameterscrumbFlag - determines whether crumb flag is usedIOExceptionCopyright © 2015. All rights reserved.