@Extension public static final class BranchSource.DescriptorImpl extends Descriptor<BranchSource>
Descriptor.Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<BranchBuildStrategyDescriptor> |
buildStrategiesDescriptors(MultiBranchProject project,
jenkins.scm.api.SCMSourceDescriptor sourceDescriptor)
Gets all the
BranchBuildStrategyDescriptor instances applicable to the specified project and source. |
String |
getDisplayName() |
List<BranchPropertyStrategyDescriptor> |
propertyStrategyDescriptors(MultiBranchProject project,
jenkins.scm.api.SCMSourceDescriptor sourceDescriptor)
Gets all the
BranchPropertyStrategyDescriptor instances applicable to the specified project and source. |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String getDisplayName()
getDisplayName in class Descriptor<BranchSource>public List<BranchPropertyStrategyDescriptor> propertyStrategyDescriptors(@NonNull MultiBranchProject project, @NonNull jenkins.scm.api.SCMSourceDescriptor sourceDescriptor)
BranchPropertyStrategyDescriptor instances applicable to the specified project and source.project - the projectsourceDescriptor - the source.BranchPropertyStrategyDescriptor instances applicable to the specified project and
source.public List<BranchBuildStrategyDescriptor> buildStrategiesDescriptors(@NonNull MultiBranchProject project, @NonNull jenkins.scm.api.SCMSourceDescriptor sourceDescriptor)
BranchBuildStrategyDescriptor instances applicable to the specified project and source.project - the projectsourceDescriptor - the source.BranchBuildStrategyDescriptor instances applicable to the specified project and
source.Copyright © 2016–2019. All rights reserved.