Uses of Interface
jetbrains.buildServer.serverSide.UserParametersHolder
-
-
Uses of UserParametersHolder in jetbrains
Classes in jetbrains that implement UserParametersHolder Modifier and Type Class Description class
MockBuildType
-
Uses of UserParametersHolder in jetbrains.buildServer.controllers.admin.actions
Methods in jetbrains.buildServer.controllers.admin.actions with parameters of type UserParametersHolder Modifier and Type Method Description void
TemplateParametersUtil. fetchParametersAndSet(javax.servlet.http.HttpServletRequest request, BuildTypeTemplate source, UserParametersHolder dest)
-
Uses of UserParametersHolder in jetbrains.buildServer.controllers.admin.projects
Methods in jetbrains.buildServer.controllers.admin.projects that return types with arguments of type UserParametersHolder Modifier and Type Method Description Map<UserParametersHolder,ParametersSupport>
VcsPropertiesBean. getAvailableParametersProviders()
-
Uses of UserParametersHolder in jetbrains.buildServer.controllers.buildType
Methods in jetbrains.buildServer.controllers.buildType with parameters of type UserParametersHolder Modifier and Type Method Description ParametersBean
ParametersBeanFactory. createNonUserParametersBean(Map<String,String> paramz, UserParametersHolder parametersHolder)
ParametersBean
ParametersBeanFactory. createParametersBean(UserParametersHolder parametersHolder)
-
Uses of UserParametersHolder in jetbrains.buildServer.controllers.parameters
Methods in jetbrains.buildServer.controllers.parameters with parameters of type UserParametersHolder Modifier and Type Method Description AdditionalParametersBuilder
AdditionalParametersBuilder. addUserParametersHolder(UserParametersHolder holder)
-
Uses of UserParametersHolder in jetbrains.buildServer.controllers.parameters.embed
Classes in jetbrains.buildServer.controllers.parameters.embed that implement UserParametersHolder Modifier and Type Class Description class
ParametersViewBean
Created 26.03.13 12:16 -
Uses of UserParametersHolder in jetbrains.buildServer.serverSide
Subinterfaces of UserParametersHolder in jetbrains.buildServer.serverSide Modifier and Type Interface Description 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
SBuildType
This class represents TeamCity build configuration on the server-side.interface
SProject
Represents a server side project -
Uses of UserParametersHolder in jetbrains.buildServer.serverSide.impl
Subinterfaces of UserParametersHolder 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 UserParametersHolder Modifier and Type Class Description class
BuildTypeImpl
class
BuildTypeSettingsImpl
class
BuildTypeTemplateImpl
class
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
RemoteBuildTypeImpl
-
Uses of UserParametersHolder in jetbrains.buildServer.serverSide.impl.auth
Classes in jetbrains.buildServer.serverSide.impl.auth that implement UserParametersHolder Modifier and Type Class Description class
SecuredBuildType
class
SecuredBuildTypeTemplate
class
SecuredProject
-
Uses of UserParametersHolder in jetbrains.buildServer.serverSide.impl.buildTypeSettings.impl
Classes in jetbrains.buildServer.serverSide.impl.buildTypeSettings.impl that implement UserParametersHolder Modifier and Type Class Description class
InheritableUserParametersHolderAdapter
Adapter to use ContainerWithInherited as InheritableUserParametersHolderEx and SerializableParametersCollection -
Uses of UserParametersHolder in jetbrains.buildServer.serverSide.impl.projects
Classes in jetbrains.buildServer.serverSide.impl.projects that implement UserParametersHolder Modifier and Type Class Description class
ProjectImpl
-
Uses of UserParametersHolder in jetbrains.buildServer.serverSide.impl.xml
Methods in jetbrains.buildServer.serverSide.impl.xml with parameters of type UserParametersHolder Modifier and Type Method Description Pair<Collection<Parameter>,List<ValidationProvider.ValidationError<Parameter>>>
XmlParametersExternalizer. readParameters(UserParametersHolder paramsHolder, ParameterFactory.SecuredParameterResolver securedValues, org.jdom.Element settings)
-
Uses of UserParametersHolder in jetbrains.buildServer.serverSide.parameters
Methods in jetbrains.buildServer.serverSide.parameters with parameters of type UserParametersHolder Modifier and Type Method Description ControlDescription
ParameterDescriptionFactory. deserialize(org.jdom.Element parameterElement, UserParametersHolder parametersHolder)
Deserializes description from xmlControlDescription
ParameterDescriptionFactoryImpl. deserialize(org.jdom.Element parameterElement, UserParametersHolder parametersHolder)
Collection<Parameter>
ParameterFactory. deserializeXmlParameters(org.jdom.Element parentElement, UserParametersHolder parametersHolder, ParameterFactory.SecuredParameterResolver securedValues)
Collection<Parameter>
ParameterFactoryImpl. deserializeXmlParameters(org.jdom.Element element, UserParametersHolder parametersHolder, ParameterFactory.SecuredParameterResolver securedValues)
List<String>
BuildStepsParameterValueCompletion. getPossibleValues(String paramName, UserParametersHolder parametersHolder)
List<String>
ParameterValueCompletionProvider. getPossibleValues(String paramName, UserParametersHolder parametersHolder)
Return the list of values for the specified parameter.
-