| Package | Description |
|---|---|
| jenkins.scm.api | |
| jenkins.scm.impl |
| Modifier and Type | Method and Description |
|---|---|
static List<SCMSourceDescriptor> |
SCMSourceDescriptor.forOwner(Class<? extends SCMSourceOwner> clazz)
Returns the list of descriptors that are appropriate for a specified type of owner and
isUserInstantiable(). |
static List<SCMSourceDescriptor> |
SCMSourceDescriptor.forOwner(Class<? extends SCMSourceOwner> clazz,
boolean onlyUserInstantiable)
Returns the list of descriptors that are appropriate for a specified type of owner with the additional
filter by
isUserInstantiable(). |
static List<SCMSourceDescriptor> |
SCMSourceDescriptor.forOwner(SCMSourceOwner owner)
Returns the list of descriptors that are appropriate for a specified owner and
isUserInstantiable(). |
static List<SCMSourceDescriptor> |
SCMSourceDescriptor.forOwner(SCMSourceOwner owner,
boolean onlyUserInstantiable)
Returns the list of descriptors that are appropriate for a specified owner with the additional filter by
isUserInstantiable(). |
| Modifier and Type | Class and Description |
|---|---|
static class |
SingleSCMSource.DescriptorImpl
Our descriptor.
|
Copyright © 2004-2013. All Rights Reserved.