Package | Description |
---|---|
org.aerogear.digger.client | |
org.aerogear.digger.client.services |
Modifier and Type | Method and Description |
---|---|
BuildTriggerStatus |
DiggerClient.build(String jobName)
Triggers a build for the given job and waits until it leaves the queue and actually starts.
|
BuildTriggerStatus |
DiggerClient.build(String jobName,
long timeout)
Triggers a build for the given job and waits until it leaves the queue and actually starts.
|
BuildTriggerStatus |
DiggerClient.build(String jobName,
long timeout,
Map<String,String> params)
Triggers a build for the given job and waits until it leaves the queue and actually starts.
|
BuildTriggerStatus |
DiggerClient.pollBuild(String jobName,
com.offbytwo.jenkins.model.QueueReference queueReference,
long timeout,
Map<String,String> params)
This method takes a QueueReference and polls to check if a build goes to the next available executor or gets cancelled or gets stuck on the queue for some other reason.
|
BuildTriggerStatus |
DiggerClient.triggerBuild(String jobName,
Map<String,String> params)
Triggers a build for the given job.
|
Modifier and Type | Method and Description |
---|---|
BuildTriggerStatus |
BuildService.build(com.offbytwo.jenkins.JenkinsServer jenkinsServer,
String jobName,
long timeout)
See the documentation in
DiggerClient.build(String, long) |
BuildTriggerStatus |
BuildService.pollBuild(com.offbytwo.jenkins.JenkinsServer jenkinsServer,
String jobName,
com.offbytwo.jenkins.model.QueueReference queueReference,
long timeout,
Map<String,String> params)
See the documentation in
DiggerClient.build(String, long, Map) |
BuildTriggerStatus |
BuildService.triggerBuild(com.offbytwo.jenkins.JenkinsServer jenkinsServer,
String jobName,
Map<String,String> params) |
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.