public class OpenShiftImageStreams
extends hudson.scm.SCM
| Modifier and Type | Class and Description |
|---|---|
static class |
OpenShiftImageStreams.DescriptorImpl |
| Constructor and Description |
|---|
OpenShiftImageStreams(String imageStreamName,
String tag,
String apiURL,
String namespace,
String authToken,
String verbose) |
| Modifier and Type | Method and Description |
|---|---|
hudson.scm.SCMRevisionState |
calcRevisionsFromBuild(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
void |
checkout(hudson.model.Run<?,?> build,
hudson.Launcher launcher,
hudson.FilePath workspace,
hudson.model.TaskListener listener,
File changelogFile,
hudson.scm.SCMRevisionState baseline) |
protected hudson.scm.PollingResult |
compareRemoteRevisionWith(hudson.model.AbstractProject<?,?> project,
hudson.Launcher launcher,
hudson.FilePath workspace,
hudson.model.TaskListener listener,
hudson.scm.SCMRevisionState baseline) |
hudson.scm.ChangeLogParser |
createChangeLogParser() |
String |
getApiURL() |
String |
getAuthToken() |
hudson.scm.SCMDescriptor<?> |
getDescriptor() |
String |
getImageStreamName() |
String |
getNamespace() |
String |
getTag() |
String |
getVerbose() |
boolean |
requiresWorkspaceForPolling() |
void |
setApiURL(String apiURL) |
void |
setAuthToken(String authToken) |
void |
setImageStreamName(String imageStreamName) |
void |
setNamespace(String namespace) |
void |
setTag(String tag) |
void |
setVerbose(String verbose) |
_calcRevisionsFromBuild, _for, _for, all, buildEnvVars, calcRevisionsFromBuild, checkout, compareRemoteRevisionWith, createEmptyChangeLog, createEmptyChangeLog, getApi, getBrowser, getEffectiveBrowser, getKey, getModuleRoot, getModuleRoot, getModuleRoots, getModuleRoots, getType, guessBrowser, nullify, poll, pollChanges, postCheckout, postCheckout, processWorkspaceBeforeDeletion, processWorkspaceBeforeDeletion, supportsPollingpublic String getApiURL()
public void setApiURL(String apiURL)
public String getNamespace()
public void setNamespace(String namespace)
public String getAuthToken()
public void setAuthToken(String authToken)
public String getImageStreamName()
public void setImageStreamName(String imageStreamName)
public String getTag()
public void setTag(String tag)
public String getVerbose()
public void setVerbose(String verbose)
public void checkout(hudson.model.Run<?,?> build,
hudson.Launcher launcher,
hudson.FilePath workspace,
hudson.model.TaskListener listener,
File changelogFile,
hudson.scm.SCMRevisionState baseline)
throws IOException,
InterruptedException
checkout in class hudson.scm.SCMIOExceptionInterruptedExceptionpublic hudson.scm.ChangeLogParser createChangeLogParser()
createChangeLogParser in class hudson.scm.SCMpublic hudson.scm.SCMRevisionState calcRevisionsFromBuild(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
throws IOException,
InterruptedException
calcRevisionsFromBuild in class hudson.scm.SCMIOExceptionInterruptedExceptionprotected hudson.scm.PollingResult compareRemoteRevisionWith(hudson.model.AbstractProject<?,?> project,
hudson.Launcher launcher,
hudson.FilePath workspace,
hudson.model.TaskListener listener,
hudson.scm.SCMRevisionState baseline)
throws IOException,
InterruptedException
compareRemoteRevisionWith in class hudson.scm.SCMIOExceptionInterruptedExceptionpublic hudson.scm.SCMDescriptor<?> getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.scm.SCM>getDescriptor in class hudson.scm.SCMpublic boolean requiresWorkspaceForPolling()
requiresWorkspaceForPolling in class hudson.scm.SCMCopyright © 2004-2015 Red Hat, Inc. All Rights Reserved.