Uses of Interface
jetbrains.buildServer.serverSide.ReadOnlyUserParameters
-
-
Uses of ReadOnlyUserParameters in jetbrains
Classes in jetbrains that implement ReadOnlyUserParameters Modifier and Type Class Description class
MockBuildType
-
Uses of ReadOnlyUserParameters in jetbrains.buildServer
Classes in jetbrains.buildServer that implement ReadOnlyUserParameters Modifier and Type Class Description class
MockBuildPromotion
-
Uses of ReadOnlyUserParameters in jetbrains.buildServer.controllers.parameters.embed
Classes in jetbrains.buildServer.controllers.parameters.embed that implement ReadOnlyUserParameters Modifier and Type Class Description class
ParametersViewBean
Created 26.03.13 12:16 -
Uses of ReadOnlyUserParameters in jetbrains.buildServer.pipeline.impl.service.parameters
Classes in jetbrains.buildServer.pipeline.impl.service.parameters that implement ReadOnlyUserParameters Modifier and Type Class Description class
PipelineParameters
-
Uses of ReadOnlyUserParameters in jetbrains.buildServer.serverSide
Subinterfaces of ReadOnlyUserParameters in jetbrains.buildServer.serverSide Modifier and Type Interface Description interface
BuildPromotionEx
interface
BuildSettings
interface
BuildTypeEx
interface
BuildTypeSettings
Contains build configuration settingsinterface
BuildTypeSettingsEx
interface
BuildTypeTemplate
Build configuration template.interface
BuildTypeTemplateEx
interface
InheritableUserParametersHolder
Represents parameters holder with inheritance of parameters.interface
InheritableUserParametersHolderEx
Created by Andrey Titov on 21.04.16.interface
InternalParameters
interface
ReadOnlyBuildSettings
Frozen build settings for the build, which can be obtained from the build promotion.interface
ReadOnlyBuildTypeSettings
Read-only interface with all necessary data forAbstractBuildSettings
interface
SBuildType
This class represents TeamCity build configuration on the server-side.interface
SProject
Represents a server side projectinterface
UserParametersHolder
Holds user defined parameters.Classes in jetbrains.buildServer.serverSide that implement ReadOnlyUserParameters Modifier and Type Class Description class
AbstractBuildSettings
Provides information about build settings.class
ExtensibleBuildSettings
Created 05.03.13 12:51class
ReadOnlyBuildTypeSettingsAdapter
Adapts BuildTypeSettings to ReadOnlyBuildTypeSettingsclass
ReadOnlyBuildTypeSettingsImpl
-
Uses of ReadOnlyUserParameters in jetbrains.buildServer.serverSide.impl
Subinterfaces of ReadOnlyUserParameters in jetbrains.buildServer.serverSide.impl Modifier and Type Interface Description interface
ProjectEx
interface
RemoteBuildType
Represents temporary created configuration to run personal changes for the specified configuration.interface
RemoteBuildTypeEx
Classes in jetbrains.buildServer.serverSide.impl that implement ReadOnlyUserParameters Modifier and Type Class Description class
AbstractBuildPromotion
class
AbstractParametersCollection
Created by Eugene Petrenko (eugene.petrenko@gmail.com) Date: 26.01.12 18:08class
AbstractParametersProvider
Created by Eugene Petrenko (eugene.petrenko@gmail.com) Date: 06.02.12 13:17class
BuildPromotionImpl
class
BuildPromotionManagerImpl.TemplateDummyBuildPromotion
class
BuildPromotionParameterCollection
Created by Eugene Petrenko (eugene.petrenko@gmail.com) Date: 03.02.12 14:36class
BuildPromotionParameters
Created by Eugene Petrenko (eugene.petrenko@gmail.com) Date: 06.02.12 12:49class
BuildTypeImpl
class
BuildTypeSettingsImpl
class
BuildTypeTemplateImpl
class
CachingBuildSettings
class
DummyBuildPromotion
This is a fake (non real) build promotion which is used to create a build and obtain ValueResolverclass
DummyBuildType
class
EditableBuildTypeCopy
class
EditableTemplateCopy
class
EmptyUserParametersHolder
Created by Eugene Petrenko (eugene.petrenko@gmail.com) Date: 03.02.12 15:17class
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
ParametersCollection
class
PromotionBuildSettings
class
RemoteBuildTypeImpl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type ReadOnlyUserParameters Modifier and Type Method Description protected void
BaseServerTestCase. assertRawParameterValue(ReadOnlyUserParameters prov, String key, String value)
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 specstatic InheritableUserParametersHolderEx
InheritableUserParametersHolderImpl. wrap(ReadOnlyUserParameters parameters)
Constructors in jetbrains.buildServer.serverSide.impl with parameters of type ReadOnlyUserParameters Constructor Description BuildPromotionParameterCollection(long promotionId, BuildPromotionContext context, ReadOnlyUserParameters parentHolder)
BuildPromotionParameters(long promotionId, BuildPromotionContext context, ReadOnlyUserParameters defaultParametersProvider)
SimpleSerializableParametersCollection(ReadOnlyUserParameters host)
-
Uses of ReadOnlyUserParameters in jetbrains.buildServer.serverSide.impl.auth
Classes in jetbrains.buildServer.serverSide.impl.auth that implement ReadOnlyUserParameters Modifier and Type Class Description class
SecuredBuildType
class
SecuredBuildTypeTemplate
class
SecuredProject
-
Uses of ReadOnlyUserParameters in jetbrains.buildServer.serverSide.impl.buildTypeSettings.impl
Classes in jetbrains.buildServer.serverSide.impl.buildTypeSettings.impl that implement ReadOnlyUserParameters Modifier and Type Class Description class
InheritableUserParametersHolderAdapter
Adapter to use ContainerWithInherited as InheritableUserParametersHolderEx and SerializableParametersCollection -
Uses of ReadOnlyUserParameters in jetbrains.buildServer.serverSide.impl.projects
Classes in jetbrains.buildServer.serverSide.impl.projects that implement ReadOnlyUserParameters Modifier and Type Class Description class
DefaultTemplateParameters
class
ProjectImpl
-