| Package | Description |
|---|---|
| com.offbytwo.jenkins | |
| com.offbytwo.jenkins.model |
| Modifier and Type | Method and Description |
|---|---|
BuildWithDetails |
JenkinsTriggerHelper.triggerJobAndWaitUntilFinished(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(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(String jobName,
Map<String,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(String jobName,
Map<String,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.
|
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
BuildWithDetails |
Build.details() |
| Constructor and Description |
|---|
BuildWithDetails(BuildWithDetails details) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.