Uses of Interface
jetbrains.buildServer.serverSide.InheritableUserParametersHolderEx
-
-
Uses of InheritableUserParametersHolderEx in jetbrains
Classes in jetbrains that implement InheritableUserParametersHolderEx Modifier and Type Class Description classMockBuildType -
Uses of InheritableUserParametersHolderEx in jetbrains.buildServer.controllers.parameters.embed
Classes in jetbrains.buildServer.controllers.parameters.embed that implement InheritableUserParametersHolderEx Modifier and Type Class Description classParametersViewBeanCreated 26.03.13 12:16 -
Uses of InheritableUserParametersHolderEx in jetbrains.buildServer.serverSide
Subinterfaces of InheritableUserParametersHolderEx in jetbrains.buildServer.serverSide Modifier and Type Interface Description interfaceBuildTypeExinterfaceBuildTypeSettingsExinterfaceBuildTypeTemplateExConstructors in jetbrains.buildServer.serverSide with parameters of type InheritableUserParametersHolderEx Constructor Description ReadOnlyBuildTypeSettingsImpl(VcsManager vcsManager, InheritableUserParametersHolderEx parameters, Map<Long,CheckoutRules> checkoutRules, Map<Option,Object> optionValues, BuildTypeDescriptor.CheckoutType checkoutType, String checkoutDirectory, List<Dependency> dependencies, List<SArtifactDependency> artifactDependencies, List<SBuildRunnerDescriptor> buildRunners, Collection<SBuildFeatureDescriptor> buildFeatures, List<Requirement> requirements, String artifactPaths, Collection<String> paramDescriptorState, String labelingPattern) -
Uses of InheritableUserParametersHolderEx in jetbrains.buildServer.serverSide.impl
Subinterfaces of InheritableUserParametersHolderEx in jetbrains.buildServer.serverSide.impl Modifier and Type Interface Description interfaceProjectExinterfaceRemoteBuildTypeExClasses in jetbrains.buildServer.serverSide.impl that implement InheritableUserParametersHolderEx Modifier and Type Class Description classBuildTypeImplclassBuildTypeSettingsImplclassBuildTypeTemplateImplclassDummyBuildTypeclassEditableBuildTypeCopyclassEditableTemplateCopyclassInaccessibleTemplateWrapper object used in the case when template became inaccessible to current user (either template was deleted or template is from the project to which user does not have permissions)classInheritableUserParametersHolderImplCreated by Eugene Petrenko (eugene.petrenko@gmail.com) Date: 26.01.12 17:09classRemoteBuildTypeImplMethods in jetbrains.buildServer.serverSide.impl that return InheritableUserParametersHolderEx Modifier and Type Method Description static InheritableUserParametersHolderExInheritableUserParametersHolderImpl. wrap(ReadOnlyUserParameters parameters)Method parameters in jetbrains.buildServer.serverSide.impl with type arguments of type InheritableUserParametersHolderEx Modifier and Type Method Description ParameterParametersCollectionCalculator. getParameter(String paramName, List<InheritableUserParametersHolderEx> parentHolders, ReadOnlyUserParameters ownParametersHolder, ReadOnlyUserParameters enforcedParameters)StringParametersCollectionCalculator. getParameterValue(String paramName, List<InheritableUserParametersHolderEx> parentHolders, ReadOnlyUserParameters ownParametersHolder, ReadOnlyUserParameters enforcedParameters)voidInheritableUserParametersHolderImpl. setParentParameterHolders(Collection<InheritableUserParametersHolderEx> holders, ReadOnlyUserParameters enforcedParametersProvider)Last is the root parent - the spec will be got from the last parent containing any spec -
Uses of InheritableUserParametersHolderEx in jetbrains.buildServer.serverSide.impl.auth
Classes in jetbrains.buildServer.serverSide.impl.auth that implement InheritableUserParametersHolderEx Modifier and Type Class Description classSecuredBuildTypeclassSecuredBuildTypeTemplateclassSecuredProject -
Uses of InheritableUserParametersHolderEx in jetbrains.buildServer.serverSide.impl.buildTypeSettings.impl
Classes in jetbrains.buildServer.serverSide.impl.buildTypeSettings.impl that implement InheritableUserParametersHolderEx Modifier and Type Class Description classInheritableUserParametersHolderAdapterAdapter to use ContainerWithInherited as InheritableUserParametersHolderEx and SerializableParametersCollection -
Uses of InheritableUserParametersHolderEx in jetbrains.buildServer.serverSide.impl.projects
Classes in jetbrains.buildServer.serverSide.impl.projects that implement InheritableUserParametersHolderEx Modifier and Type Class Description classProjectImpl
-