Package | Description |
---|---|
hudson.plugins.clearcase | |
hudson.plugins.clearcase.action | |
hudson.plugins.clearcase.ucm |
Modifier and Type | Method and Description |
---|---|
protected CheckoutAction |
ClearCaseUcmSCM.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.
|
protected CheckoutAction |
ClearCaseSCM.createCheckOutAction(hudson.util.VariableResolver<String> variableResolver,
ClearToolLauncher launcher,
hudson.model.AbstractBuild<?,?> build) |
Modifier and Type | Class and Description |
---|---|
class |
BaseDynamicCheckoutAction
Check out action for dynamic views.
|
class |
BaseSnapshotCheckoutAction
Check out action that will check out files into a snapshot view.
|
class |
SnapshotCheckoutAction
Check out action that will check out files into a snapshot view.
|
class |
UcmDynamicCheckoutAction
Check out action for dynamic views.
|
class |
UcmSnapshotCheckoutAction |
Modifier and Type | Class and Description |
---|---|
class |
FoundationBaselineUcmSnapshotCheckoutAction |
Modifier and Type | Method and Description |
---|---|
abstract CheckoutAction |
UcmWorkflow.createCheckoutAction(ClearTool cleartool,
String stream,
String[] viewPaths,
String viewPath,
ViewStorage decoratedViewStorage,
hudson.model.AbstractBuild<?,?> abstractBuild) |
CheckoutAction |
StreamUcmWorkflow.createCheckoutAction(ClearTool cleartool,
String stream,
String[] viewPaths,
String viewPath,
ViewStorage decoratedViewStorage,
hudson.model.AbstractBuild<?,?> build) |
CheckoutAction |
FreezeCodeStreamUcmWorkflow.createCheckoutAction(ClearTool cleartool,
String stream,
String[] viewPaths,
String viewPath,
ViewStorage decoratedViewStorage,
hudson.model.AbstractBuild<?,?> build) |
CheckoutAction |
FoundationBaselineUcmWorkflow.createCheckoutAction(ClearTool cleartool,
String stream,
String[] viewPaths,
String viewPath,
ViewStorage decoratedViewStorage,
hudson.model.AbstractBuild<?,?> abstractBuild) |
Copyright © 2004-2021. All Rights Reserved.