Uses of Interface
jetbrains.buildServer.serverSide.ParametersDescriptor
-
-
Uses of ParametersDescriptor in jetbrains
Classes in jetbrains that implement ParametersDescriptor Modifier and Type Class Description classMockBuildRunnerDescriptor -
Uses of ParametersDescriptor in jetbrains.buildServer
Classes in jetbrains.buildServer that implement ParametersDescriptor Modifier and Type Class Description classBuildRunnerDataRepresents 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 interfaceBuildTriggerDescriptorContains build trigger settingsClasses in jetbrains.buildServer.buildTriggers that implement ParametersDescriptor Modifier and Type Class Description classBuildTriggerDescriptorImpl -
Uses of ParametersDescriptor in jetbrains.buildServer.clouds.server.executors
Subinterfaces of ParametersDescriptor in jetbrains.buildServer.clouds.server.executors Modifier and Type Interface Description interfaceBuildExecutorDescriptor -
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 classBuildExecutorDescriptorImpl -
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 ParametersDescriptorAbstractEditBuildTypeController. getSelectedParamDescriptor(javax.servlet.http.HttpServletRequest request, EditableBuildTypeSettingsForm form)protected ParametersDescriptorAdminEditRunTypeController. getSelectedParamDescriptor(javax.servlet.http.HttpServletRequest request, EditableBuildTypeSettingsForm form)protected ParametersDescriptorEditBuildFeaturesListController. getSelectedParamDescriptor(javax.servlet.http.HttpServletRequest request, EditableBuildTypeSettingsForm form)protected ParametersDescriptorEditBuildTriggersController. 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 interfaceBuildRunnerDescriptorBuild runner descriptor.interfaceSBuildFeatureDescriptorRepresentsBuildFeatureparameters.interfaceSBuildRunnerDescriptorRepresents build runner settings in a build configuration, can be obtained from SBuildType.interfaceSBuildStepDescriptorRoot interface used to construct build steps treeinterfaceSProjectFeatureDescriptorinterfaceSRunnerContextRepresents 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_FILTERMethods in jetbrains.buildServer.serverSide that return ParametersDescriptor Modifier and Type Method Description ParametersDescriptorFeatureProvider. addFeature(String type, Map<String,String> parameters)Add feature of specified type with parametersParametersDescriptorFeatureProvider. findParametersById(String id)Find feature with specified idParametersDescriptorFeatureProvider. 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 interfaceGroupStepContextCreated 20.03.13 12:12interfaceRunnerStepContextCreated 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 interfaceCleanupPolicyDeprecated.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 interfaceConnectionDescriptor -
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 classParametersList<T extends ParametersDescriptor>Subinterfaces of ParametersDescriptor in jetbrains.buildServer.serverSide.impl Modifier and Type Interface Description interfaceBuildStepDescriptorClasses in jetbrains.buildServer.serverSide.impl that implement ParametersDescriptor Modifier and Type Class Description classBuildFeatureDescriptorImplclassBuildRunnerDescriptorImplCreated 25.03.13 11:37classProjectFeatureDescriptorImplclassSBuildRunnerDescriptorImplclassSBuildStepDescriptorImplCreated 21.03.13 13:57Methods in jetbrains.buildServer.serverSide.impl that return ParametersDescriptor Modifier and Type Method Description ParametersDescriptorBuildTypeFeatureProvider. addFeature(String type, Map<String,String> parameters)ParametersDescriptorSingleFeatureProvider. addFeature(String type, Map<String,String> parameters)ParametersDescriptorBuildTypeFeatureProvider. findParametersById(String id)ParametersDescriptorSingleFeatureProvider. findParametersById(String id)ParametersDescriptorBuildTypeFeatureProvider. removeFeature(String id)ParametersDescriptorSingleFeatureProvider. 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 classGroupStepContextImplCreated 20.03.13 14:30classRunnerContextBaseCreated 20.03.13 19:17classRunnerContextImpl -
Uses of ParametersDescriptor in jetbrains.buildServer.serverSide.impl.cleanup
Classes in jetbrains.buildServer.serverSide.impl.cleanup that implement ParametersDescriptor Modifier and Type Class Description classHistoryRetentionPolicyA base rule part for one cleanup level.classKeepNBuildsPolicyKeep last N successful builds with all not successful between them.classKeepNDaysMBuildsPolicyclassKeepNDaysPolicyclassKeepNothingPolicyA 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 classUntrustedBuildsSettings -
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 classOAuthConnectionDescriptorDescribes 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 classSpaceTemporaryConnection
-