public interface IBuild extends IResource
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancel()
Cancels a build if its status is not "Complete", "Failed", or "Cancelled"
|
<T extends IBuildSource> |
getBuildSource() |
IBuildStatus |
getBuildStatus() |
<T extends IBuildStrategy> |
getBuildStrategy() |
String |
getMessage()
Returns the details about the status of this build
|
String |
getOutputKind() |
DockerImageURI |
getOutputTo() |
String |
getPodName()
Deprecated.
|
String |
getPushSecret() |
String |
getStatus()
Returns the status of the buld
|
addLabel, getAnnotation, getAnnotations, getCapabilities, getCreationTimeStamp, getLabels, getMetadata, getName, getNamespace, getNamespaceName, getProject, getResourceVersion, isAnnotatedWith, removeAnnotation, setAnnotationaccept, getCapability, supportsgetApiVersiontoJson, toJsonString getStatus()
String getMessage()
@Deprecated String getPodName()
boolean cancel()
DockerImageURI getOutputTo()
String getOutputKind()
<T extends IBuildSource> T getBuildSource()
<T extends IBuildStrategy> T getBuildStrategy()
String getPushSecret()
IBuildStatus getBuildStatus()
Copyright © 2020 Red Hat, Inc. All Rights Reserved.