| Package | Description |
|---|---|
| hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
| jenkins.scm |
| Modifier and Type | Method and Description |
|---|---|
SCMCheckoutStrategy |
AbstractProject.getScmCheckoutStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractProject.setScmCheckoutStrategy(SCMCheckoutStrategy scmCheckoutStrategy) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSCMCheckoutStrategyImpl
Default
SCMCheckoutStrategy implementation. |
| Modifier and Type | Method and Description |
|---|---|
static DescriptorExtensionList<SCMCheckoutStrategy,SCMCheckoutStrategyDescriptor> |
SCMCheckoutStrategyDescriptor.all()
Returns all the registered
SCMCheckoutStrategys. |
| Constructor and Description |
|---|
SCMCheckoutStrategyDescriptor(Class<? extends SCMCheckoutStrategy> clazz) |
Copyright © 2019. All rights reserved.