public class BuildTrigger extends Object implements IBuildTriggerable
OPENSHIFT_BINARY_LOCATION| Constructor and Description |
|---|
BuildTrigger(IBuildConfig buildConfig,
IClient client) |
BuildTrigger(IBuild build,
IClient client) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Well known name of the capability
|
boolean |
isSupported()
Allow the implementation of the capability to determine
if it is supported on the OpenShift server.
|
IBuild |
trigger()
Trigger a build based on a build config
|
public BuildTrigger(IBuildConfig buildConfig, IClient client)
public boolean isSupported()
ICapabilityisSupported in interface ICapabilitypublic String getName()
ICapabilitygetName in interface ICapabilitypublic IBuild trigger()
IBuildTriggerabletrigger in interface IBuildTriggerableCopyright © 2016 Red Hat, Inc. All rights reserved.