public class BuildCanceller extends Object implements IBuildCancelable
| Constructor and Description |
|---|
BuildCanceller(IBuild build,
IClient client) |
| Modifier and Type | Method and Description |
|---|---|
IBuild |
cancel()
Cancel the build
|
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.
|
public boolean isSupported()
ICapabilityisSupported in interface ICapabilitypublic String getName()
ICapabilitygetName in interface ICapabilitypublic IBuild cancel()
IBuildCancelablecancel in interface IBuildCancelableCopyright © 2019 Red Hat, Inc. All Rights Reserved.