| 程序包 | 说明 |
|---|---|
| com.offbytwo.jenkins | |
| com.offbytwo.jenkins.model |
| 限定符和类型 | 方法和说明 |
|---|---|
BuildWithDetails |
JenkinsTriggerHelper.triggerJobAndWaitUntilFinished(java.lang.String jobName)
This method will trigger a build of the given job and will wait until the
builds is ended or if the build has been cancelled.
|
BuildWithDetails |
JenkinsTriggerHelper.triggerJobAndWaitUntilFinished(java.lang.String jobName,
boolean crumbFlag)
This method will trigger a build of the given job and will wait until the
builds is ended or if the build has been cancelled.
|
BuildWithDetails |
JenkinsTriggerHelper.triggerJobAndWaitUntilFinished(java.lang.String jobName,
java.util.Map<java.lang.String,java.lang.String> params)
This method will trigger a build of the given job and will wait until the
builds is ended or if the build has been cancelled.
|
BuildWithDetails |
JenkinsTriggerHelper.triggerJobAndWaitUntilFinished(java.lang.String jobName,
java.util.Map<java.lang.String,java.lang.String> params,
boolean crumbFlag)
This method will trigger a build of the given job and will wait until the
builds is ended or if the build has been cancelled.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static BuildWithDetails |
BuildWithDetails.BUILD_HAS_BEEN_CANCELLED
This will be returned by the API in cases where the build has been
cancelled.
|
static BuildWithDetails |
BuildWithDetails.BUILD_HAS_NEVER_RUN
This will be returned by the API in cases where the build has never run.
|
| 限定符和类型 | 方法和说明 |
|---|---|
BuildWithDetails |
Build.details() |
| 构造器和说明 |
|---|
BuildWithDetails(BuildWithDetails details) |