Package | Description |
---|---|
hudson.plugins.clearcase | |
hudson.plugins.clearcase.command |
Modifier and Type | Class and Description |
---|---|
class |
HudsonClearToolLauncher
Class for executing the cleartool commands in the Hudson instance.
|
Modifier and Type | Field and Description |
---|---|
protected ClearToolLauncher |
ClearToolExec.launcher |
Modifier and Type | Method and Description |
---|---|
ClearToolLauncher |
AbstractClearCaseScm.createClearToolLauncher(hudson.model.TaskListener listener,
hudson.FilePath workspace,
hudson.Launcher launcher)
Creates a Hudson clear tool launcher.
|
ClearToolLauncher |
ClearToolExec.getLauncher() |
ClearToolLauncher |
ClearTool.getLauncher()
Get the inner CLearToolLauncher.
|
Modifier and Type | Method and Description |
---|---|
protected CheckoutAction |
ClearCaseUcmSCM.createCheckOutAction(hudson.util.VariableResolver<String> variableResolver,
ClearToolLauncher launcher,
hudson.model.AbstractBuild<?,?> build) |
protected CheckoutAction |
ClearCaseSCM.createCheckOutAction(hudson.util.VariableResolver<String> variableResolver,
ClearToolLauncher launcher,
hudson.model.AbstractBuild<?,?> build) |
protected abstract CheckoutAction |
AbstractClearCaseScm.createCheckOutAction(hudson.util.VariableResolver<String> variableResolver,
ClearToolLauncher launcher,
hudson.model.AbstractBuild<?,?> build)
Create a CheckOutAction that will be used by the checkout method.
|
ClearTool |
ClearCaseUcmSCM.createClearTool(hudson.util.VariableResolver<String> variableResolver,
ClearToolLauncher launcher) |
protected ClearTool |
AbstractClearCaseScm.createClearTool(hudson.util.VariableResolver<String> variableResolver,
ClearToolLauncher launcher) |
protected UcmHistoryAction |
ClearCaseUcmSCM.createHistoryAction(hudson.util.VariableResolver<String> variableResolver,
ClearToolLauncher launcher,
hudson.model.AbstractBuild<?,?> build,
hudson.scm.SCMRevisionState baseline,
boolean useRecurse) |
protected HistoryAction |
ClearCaseSCM.createHistoryAction(hudson.util.VariableResolver<String> variableResolver,
ClearToolLauncher launcher,
hudson.model.AbstractBuild<?,?> build,
hudson.scm.SCMRevisionState baseline,
boolean useRecurse) |
protected abstract HistoryAction |
AbstractClearCaseScm.createHistoryAction(hudson.util.VariableResolver<String> variableResolver,
ClearToolLauncher launcher,
hudson.model.AbstractBuild<?,?> build,
hudson.scm.SCMRevisionState baseline,
boolean useRecurse)
Create a HistoryAction that will be used by the pollChanges() and checkout() method.
|
protected SaveChangeLogAction |
ClearCaseUcmSCM.createSaveChangeLogAction(ClearToolLauncher launcher) |
protected SaveChangeLogAction |
ClearCaseSCM.createSaveChangeLogAction(ClearToolLauncher launcher) |
protected abstract SaveChangeLogAction |
AbstractClearCaseScm.createSaveChangeLogAction(ClearToolLauncher launcher)
Create a SaveChangeLog action that is used to save a change log
|
protected hudson.FilePath |
ClearToolSnapshot.getRootViewPath(ClearToolLauncher launcher) |
protected abstract hudson.FilePath |
ClearToolExec.getRootViewPath(ClearToolLauncher launcher) |
protected hudson.FilePath |
ClearToolDynamic.getRootViewPath(ClearToolLauncher launcher) |
protected boolean |
ClearCaseSCM.hasNewConfigSpec(hudson.util.VariableResolver<String> variableResolver,
ClearToolLauncher cclauncher) |
protected boolean |
AbstractClearCaseScm.hasNewConfigSpec(hudson.util.VariableResolver<String> variableResolver,
ClearToolLauncher cclauncher) |
protected void |
ClearCaseSCM.inspectConfigAction(hudson.util.VariableResolver<String> variableResolver,
ClearToolLauncher cclauncher) |
protected void |
AbstractClearCaseScm.inspectConfigAction(hudson.util.VariableResolver<String> variableResolver,
ClearToolLauncher launcher)
inspect config action that will be used by the checkout method.
|
Constructor and Description |
---|
ClearToolDynamic(hudson.util.VariableResolver<String> variableResolver,
ClearToolLauncher launcher,
String viewDrive,
String optionalMkviewParameters) |
ClearToolExec(hudson.util.VariableResolver<String> variableResolver,
ClearToolLauncher launcher,
String optionalMkviewParameters) |
ClearToolExec(hudson.util.VariableResolver<String> variableResolver,
ClearToolLauncher launcher,
String optionalMkviewParameters,
int endViewDelay) |
ClearToolSnapshot(hudson.util.VariableResolver<String> variableResolver,
ClearToolLauncher launcher,
String optionalParameters) |
ClearToolSnapshot(hudson.util.VariableResolver<String> variableResolver,
ClearToolLauncher launcher,
String optionalParameters,
int endViewDelay) |
Modifier and Type | Method and Description |
---|---|
CleartoolOutput |
LsHistoryCommand.execute(ClearToolLauncher launcher,
hudson.model.TaskListener listener) |
CleartoolOutput |
CleartoolCommand.execute(ClearToolLauncher launcher,
hudson.model.TaskListener listener)
Executes the given cleartool command
|
Copyright © 2004-2014. All Rights Reserved.