Uses of Interface
jetbrains.buildServer.serverSide.InheritableUserParametersHolderEx
-
-
Uses of InheritableUserParametersHolderEx in jetbrains
Classes in jetbrains that implement InheritableUserParametersHolderEx Modifier and Type Class Description class
MockBuildType
-
Uses of InheritableUserParametersHolderEx in jetbrains.buildServer.controllers.parameters.embed
Classes in jetbrains.buildServer.controllers.parameters.embed that implement InheritableUserParametersHolderEx Modifier and Type Class Description class
ParametersViewBean
Created 26.03.13 12:16 -
Uses of InheritableUserParametersHolderEx in jetbrains.buildServer.serverSide
Subinterfaces of InheritableUserParametersHolderEx in jetbrains.buildServer.serverSide Modifier and Type Interface Description interface
BuildTypeEx
interface
BuildTypeSettingsEx
interface
BuildTypeTemplateEx
Constructors 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 interface
ProjectEx
interface
RemoteBuildTypeEx
Classes in jetbrains.buildServer.serverSide.impl that implement InheritableUserParametersHolderEx Modifier and Type Class Description class
BuildTypeImpl
class
BuildTypeSettingsImpl
class
BuildTypeTemplateImpl
class
DummyBuildType
class
EditableBuildTypeCopy
class
EditableTemplateCopy
class
InaccessibleTemplate
Wrapper 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)class
InheritableUserParametersHolderImpl
Created by Eugene Petrenko (eugene.petrenko@gmail.com) Date: 26.01.12 17:09class
RemoteBuildTypeImpl
Methods in jetbrains.buildServer.serverSide.impl that return InheritableUserParametersHolderEx Modifier and Type Method Description static InheritableUserParametersHolderEx
InheritableUserParametersHolderImpl. wrap(ReadOnlyUserParameters parameters)
Method parameters in jetbrains.buildServer.serverSide.impl with type arguments of type InheritableUserParametersHolderEx Modifier and Type Method Description Parameter
ParametersCollectionCalculator. getParameter(String paramName, List<InheritableUserParametersHolderEx> parentHolders, ReadOnlyUserParameters ownParametersHolder, ReadOnlyUserParameters enforcedParameters)
String
ParametersCollectionCalculator. getParameterValue(String paramName, List<InheritableUserParametersHolderEx> parentHolders, ReadOnlyUserParameters ownParametersHolder, ReadOnlyUserParameters enforcedParameters)
void
InheritableUserParametersHolderImpl. 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 class
SecuredBuildType
class
SecuredBuildTypeTemplate
class
SecuredProject
-
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 class
InheritableUserParametersHolderAdapter
Adapter 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 class
ProjectImpl
-