@Extension public static final class BranchSource.DescriptorImpl extends hudson.model.Descriptor<BranchSource>
Descriptor
.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, 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, toMap
public String getDisplayName()
getDisplayName
in class hudson.model.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–2017. All rights reserved.