Uses of Interface
jetbrains.buildServer.serverSide.ParametersDescriptor
-
-
Uses of ParametersDescriptor in jetbrains
Classes in jetbrains that implement ParametersDescriptor Modifier and Type Class Description class
MockBuildRunnerDescriptor
-
Uses of ParametersDescriptor in jetbrains.buildServer
Classes in jetbrains.buildServer that implement ParametersDescriptor Modifier and Type Class Description class
BuildRunnerData
Represents build runner descriptor in IDE plugin -
Uses of ParametersDescriptor in jetbrains.buildServer.buildTriggers
Subinterfaces of ParametersDescriptor in jetbrains.buildServer.buildTriggers Modifier and Type Interface Description interface
BuildTriggerDescriptor
Contains build trigger settingsClasses in jetbrains.buildServer.buildTriggers that implement ParametersDescriptor Modifier and Type Class Description class
BuildTriggerDescriptorImpl
-
Uses of ParametersDescriptor in jetbrains.buildServer.clouds.server.executors
Subinterfaces of ParametersDescriptor in jetbrains.buildServer.clouds.server.executors Modifier and Type Interface Description interface
BuildExecutorDescriptor
-
Uses of ParametersDescriptor in jetbrains.buildServer.clouds.server.impl.executors
Classes in jetbrains.buildServer.clouds.server.impl.executors that implement ParametersDescriptor Modifier and Type Class Description class
BuildExecutorDescriptorImpl
-
Uses of ParametersDescriptor in jetbrains.buildServer.controllers.admin.projects
Methods in jetbrains.buildServer.controllers.admin.projects that return ParametersDescriptor Modifier and Type Method Description protected ParametersDescriptor
AbstractEditBuildTypeController. getSelectedParamDescriptor(javax.servlet.http.HttpServletRequest request, EditableBuildTypeSettingsForm form)
protected ParametersDescriptor
AdminEditRunTypeController. getSelectedParamDescriptor(javax.servlet.http.HttpServletRequest request, EditableBuildTypeSettingsForm form)
protected ParametersDescriptor
EditBuildFeaturesListController. getSelectedParamDescriptor(javax.servlet.http.HttpServletRequest request, EditableBuildTypeSettingsForm form)
protected ParametersDescriptor
EditBuildTriggersController. getSelectedParamDescriptor(javax.servlet.http.HttpServletRequest request, EditableBuildTypeSettingsForm form)
-
Uses of ParametersDescriptor in jetbrains.buildServer.controllers.project
Methods in jetbrains.buildServer.controllers.project with parameters of type ParametersDescriptor Modifier and Type Method Description static <T extends BuildTypeIdentity>
ConfigurationEntityGenerationResultGenerateSettingsController. generateDSL(ProjectSettingsGenerator generator, T identity, ParametersDescriptor entityDescriptor, Map<String,String> dslOptions)
-
Uses of ParametersDescriptor in jetbrains.buildServer.serverSide
Subinterfaces of ParametersDescriptor in jetbrains.buildServer.serverSide Modifier and Type Interface Description interface
BuildRunnerDescriptor
Build runner descriptor.interface
SBuildFeatureDescriptor
RepresentsBuildFeature
parameters.interface
SBuildRunnerDescriptor
Represents build runner settings in a build configuration, can be obtained from SBuildType.interface
SBuildStepDescriptor
Root interface used to construct build steps treeinterface
SProjectFeatureDescriptor
interface
SRunnerContext
Represents context of a single build step on the server side.Fields in jetbrains.buildServer.serverSide with type parameters of type ParametersDescriptor Modifier and Type Field Description protected Filter<ParametersDescriptor>
AbstractBuildSettings. ENABLED_SETTINGS_FILTER
Methods in jetbrains.buildServer.serverSide that return ParametersDescriptor Modifier and Type Method Description ParametersDescriptor
FeatureProvider. addFeature(String type, Map<String,String> parameters)
Add feature of specified type with parametersParametersDescriptor
FeatureProvider. findParametersById(String id)
Find feature with specified idParametersDescriptor
FeatureProvider. removeFeature(String id)
Remove feature with specified idMethods in jetbrains.buildServer.serverSide that return types with arguments of type ParametersDescriptor Modifier and Type Method Description Collection<? extends ParametersDescriptor>
FeatureProvider. getFeaturesOfType(String type)
Get all features of specified type -
Uses of ParametersDescriptor in jetbrains.buildServer.serverSide.build.steps
Subinterfaces of ParametersDescriptor in jetbrains.buildServer.serverSide.build.steps Modifier and Type Interface Description interface
GroupStepContext
Created 20.03.13 12:12interface
RunnerStepContext
Created 20.03.13 12:11 -
Uses of ParametersDescriptor in jetbrains.buildServer.serverSide.cleanup
Subinterfaces of ParametersDescriptor in jetbrains.buildServer.serverSide.cleanup Modifier and Type Interface Description interface
CleanupPolicy
Deprecated.should not be used since 2019.2 (except for backward compatibility purposes) -
Uses of ParametersDescriptor in jetbrains.buildServer.serverSide.connections
Subinterfaces of ParametersDescriptor in jetbrains.buildServer.serverSide.connections Modifier and Type Interface Description interface
ConnectionDescriptor
-
Uses of ParametersDescriptor in jetbrains.buildServer.serverSide.impl
Classes in jetbrains.buildServer.serverSide.impl with type parameters of type ParametersDescriptor Modifier and Type Class Description class
ParametersList<T extends ParametersDescriptor>
Subinterfaces of ParametersDescriptor in jetbrains.buildServer.serverSide.impl Modifier and Type Interface Description interface
BuildStepDescriptor
Classes in jetbrains.buildServer.serverSide.impl that implement ParametersDescriptor Modifier and Type Class Description class
BuildFeatureDescriptorImpl
class
BuildRunnerDescriptorImpl
Created 25.03.13 11:37class
ProjectFeatureDescriptorImpl
class
SBuildRunnerDescriptorImpl
class
SBuildStepDescriptorImpl
Created 21.03.13 13:57Methods in jetbrains.buildServer.serverSide.impl that return ParametersDescriptor Modifier and Type Method Description ParametersDescriptor
BuildTypeFeatureProvider. addFeature(String type, Map<String,String> parameters)
ParametersDescriptor
SingleFeatureProvider. addFeature(String type, Map<String,String> parameters)
ParametersDescriptor
BuildTypeFeatureProvider. findParametersById(String id)
ParametersDescriptor
SingleFeatureProvider. findParametersById(String id)
ParametersDescriptor
BuildTypeFeatureProvider. removeFeature(String id)
ParametersDescriptor
SingleFeatureProvider. removeFeature(String id)
Methods in jetbrains.buildServer.serverSide.impl that return types with arguments of type ParametersDescriptor Modifier and Type Method Description Collection<? extends ParametersDescriptor>
BuildTypeFeatureProvider. getFeaturesOfType(String type)
Collection<? extends ParametersDescriptor>
SingleFeatureProvider. getFeaturesOfType(String type)
-
Uses of ParametersDescriptor in jetbrains.buildServer.serverSide.impl.build.steps
Classes in jetbrains.buildServer.serverSide.impl.build.steps that implement ParametersDescriptor Modifier and Type Class Description class
GroupStepContextImpl
Created 20.03.13 14:30class
RunnerContextBase
Created 20.03.13 19:17class
RunnerContextImpl
-
Uses of ParametersDescriptor in jetbrains.buildServer.serverSide.impl.cleanup
Classes in jetbrains.buildServer.serverSide.impl.cleanup that implement ParametersDescriptor Modifier and Type Class Description class
HistoryRetentionPolicy
A base rule part for one cleanup level.class
KeepNBuildsPolicy
Keep last N successful builds with all not successful between them.class
KeepNDaysMBuildsPolicy
class
KeepNDaysPolicy
class
KeepNothingPolicy
A default policy used for deleted build types. -
Uses of ParametersDescriptor in jetbrains.buildServer.serverSide.impl.untrustedBuilds
Classes in jetbrains.buildServer.serverSide.impl.untrustedBuilds that implement ParametersDescriptor Modifier and Type Class Description class
UntrustedBuildsSettings
-
Uses of ParametersDescriptor in jetbrains.buildServer.serverSide.impl.versionedSettings
Methods in jetbrains.buildServer.serverSide.impl.versionedSettings that return types with arguments of type ParametersDescriptor Modifier and Type Method Description InapplicableSettings.ChangesInSettings<ParametersDescriptor>
InapplicableSettings. getChangesInBuildFeatures()
InapplicableSettings.ChangesInSettings<ParametersDescriptor>
InapplicableSettingsImpl. getChangesInBuildFeatures()
InapplicableSettings.ChangesInSettings<ParametersDescriptor>
InapplicableSettings. getChangesInTriggers()
InapplicableSettings.ChangesInSettings<ParametersDescriptor>
InapplicableSettingsImpl. getChangesInTriggers()
-
Uses of ParametersDescriptor in jetbrains.buildServer.serverSide.oauth
Classes in jetbrains.buildServer.serverSide.oauth that implement ParametersDescriptor Modifier and Type Class Description class
OAuthConnectionDescriptor
Describes a specific OAuth connection. -
Uses of ParametersDescriptor in jetbrains.buildServer.serverSide.oauth.space
Classes in jetbrains.buildServer.serverSide.oauth.space that implement ParametersDescriptor Modifier and Type Class Description class
SpaceTemporaryConnection
-