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()
ICapability
isSupported
in interface ICapability
public String getName()
ICapability
getName
in interface ICapability
public IBuild trigger()
IBuildTriggerable
trigger
in interface IBuildTriggerable
Copyright © 2016 Red Hat, Inc. All rights reserved.