Uses of Interface
jetbrains.buildServer.serverSide.SPersistentEntity
-
-
Uses of SPersistentEntity in jetbrains
Classes in jetbrains that implement SPersistentEntity Modifier and Type Class Description class
MockBuildType
Methods in jetbrains that return SPersistentEntity Modifier and Type Method Description SPersistentEntity
MockBuildType. getParent()
-
Uses of SPersistentEntity in jetbrains.buildServer.pipeline.versionedSettings.yaml
Methods in jetbrains.buildServer.pipeline.versionedSettings.yaml with parameters of type SPersistentEntity Modifier and Type Method Description void
YamlPipelineChangesCommiter. entityPersisted(ConfigAction cause, SPersistentEntity entity)
-
Uses of SPersistentEntity in jetbrains.buildServer.serverSide
Subinterfaces of SPersistentEntity in jetbrains.buildServer.serverSide Modifier and Type Interface Description interface
BuildTypeEx
interface
BuildTypeIdentity
Base interface for build template and build configurations, containing only identifiers and related things.interface
BuildTypeIdentityEx
Non-opened base interface for build template and build configurations, containing only identifiers and related things.interface
BuildTypeTemplate
Build configuration template.interface
BuildTypeTemplateEx
interface
SBuildType
This class represents TeamCity build configuration on the server-side.interface
SProject
Represents a server side projectMethods in jetbrains.buildServer.serverSide that return SPersistentEntity Modifier and Type Method Description SPersistentEntity
UpdatedEntity. getEntity()
SPersistentEntity
SPersistentEntity. getParent()
The parent entity.Methods in jetbrains.buildServer.serverSide that return types with arguments of type SPersistentEntity Modifier and Type Method Description Collection<SPersistentEntity>
ProjectModelVersionSnapshot. getNotPersistedEntitiesAffectingProject(ProjectEx project)
Methods in jetbrains.buildServer.serverSide with parameters of type SPersistentEntity Modifier and Type Method Description static UpdatedEntity
UpdatedEntity. create(SPersistentEntity entity, ProjectModelDiff.Status status)
void
ConfigChangesCommitter. onDelete(SProject project, SPersistentEntity entity, String path, ConfigAction cause)
void
ConfigChangesCommitter. onDelete(SProject project, SPersistentEntity entity, String path, ConfigAction cause, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)
void
ConfigChangesCommitter. onPersist(SProject project, SPersistentEntity entity, String path, InputStream data, ConfigAction cause)
void
ConfigChangesCommitter. onPersist(SProject project, SPersistentEntity entity, String path, InputStream data, ConfigAction cause, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)
Constructors in jetbrains.buildServer.serverSide with parameters of type SPersistentEntity Constructor Description UpdatedEntity(SPersistentEntity entity, ProjectModelDiff.Status status)
-
Uses of SPersistentEntity in jetbrains.buildServer.serverSide.asserts
Classes in jetbrains.buildServer.serverSide.asserts with type parameters of type SPersistentEntity Modifier and Type Class Description class
SPersistentEntityAssert<S extends SPersistentEntityAssert<S,A>,A extends SPersistentEntity>
Methods in jetbrains.buildServer.serverSide.asserts with parameters of type SPersistentEntity Modifier and Type Method Description ConfigurationErrorsAssert
ConfigurationErrorsAssert. hasErrorFor(SPersistentEntity persistentEntity)
ConfigurationErrorsAssert
ConfigurationErrorsAssert. hasErrorFor(SPersistentEntity persistentEntity, String containsInErrorMessage)
ConfigurationErrorsAssert
ConfigurationErrorsAssert. hasNoErrorFor(SPersistentEntity persistentEntity)
-
Uses of SPersistentEntity in jetbrains.buildServer.serverSide.impl
Subinterfaces of SPersistentEntity 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 SPersistentEntity Modifier and Type Class Description class
BaseBuildTypeIdentity
Base class for build template and build configuration.class
BuildTypeImpl
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
RemoteBuildTypeImpl
Methods in jetbrains.buildServer.serverSide.impl that return SPersistentEntity Modifier and Type Method Description SPersistentEntity
BaseBuildTypeIdentity. getParent()
SPersistentEntity
DummyBuildType. getParent()
SPersistentEntity
EditableBuildTypeCopy. getParent()
SPersistentEntity
EditableTemplateCopy. getParent()
SPersistentEntity
InaccessibleTemplate. getParent()
SPersistentEntity
RemoteBuildTypeImpl. getParent()
Methods in jetbrains.buildServer.serverSide.impl that return types with arguments of type SPersistentEntity Modifier and Type Method Description ReadMap<String,Pair<SPersistentEntity,SBuildFeatureDescriptor>>
CompositeEnforcedSettings. getBuildFeaturesInheritance()
ReadMap<String,Pair<SPersistentEntity,SBuildFeatureDescriptor>>
EnforcedSettings. getBuildFeaturesInheritance()
Methods in jetbrains.buildServer.serverSide.impl with parameters of type SPersistentEntity Modifier and Type Method Description static void
ReadOnlyUtil. checkModificationAllowed(SPersistentEntity entity)
static void
ReadOnlyUtil. checkParameterModificationAllowed(SPersistentEntity entity, String paramName)
static void
ReadOnlyUtil. checkRemoveAllowed(SPersistentEntity entity)
static void
ReadOnlyUtil. failIfStrictReadOnly(SPersistentEntity entity, ReadOnlyReason reason)
ReadOnlyReason
ReadOnlyUtil. getReadOnlyReason(SPersistentEntity entity)
protected void
BaseServerTestCase. persist(SPersistentEntity... entitiesTopersist)
void
ReadOnlyUtil. setEditable(SPersistentEntity entity, boolean editable)
-
Uses of SPersistentEntity in jetbrains.buildServer.serverSide.impl.auth
Classes in jetbrains.buildServer.serverSide.impl.auth that implement SPersistentEntity Modifier and Type Class Description class
SecuredBuildType
class
SecuredBuildTypeTemplate
class
SecuredProject
class
SecuredVcsRoot
-
Uses of SPersistentEntity in jetbrains.buildServer.serverSide.impl.buildTypeSettings.impl
Methods in jetbrains.buildServer.serverSide.impl.buildTypeSettings.impl that return types with arguments of type SPersistentEntity Modifier and Type Method Description ReadMap<String,Pair<SPersistentEntity,SBuildFeatureDescriptor>>
CompositeEnforcedSettingsContainerFactory. createBuildFeaturesInheritance()
static ReadMap<String,Pair<SPersistentEntity,SBuildFeatureDescriptor>>
BuildTypeContainerFactoryImpl. createVerboseBuildFeaturesMap(BuildTypeEx buildType, boolean includeOwn)
This is an experimental method to retrieve effective build features among with information about feature source. -
Uses of SPersistentEntity in jetbrains.buildServer.serverSide.impl.persisting.projects
Methods in jetbrains.buildServer.serverSide.impl.persisting.projects that return types with arguments of type SPersistentEntity Modifier and Type Method Description Collection<SPersistentEntity>
BackgroundPersistTask. getAffectedEntities()
Collection<SPersistentEntity>
ProjectPersistTask. getAffectedEntities()
Methods in jetbrains.buildServer.serverSide.impl.persisting.projects with parameters of type SPersistentEntity Modifier and Type Method Description void
ProjectPersistErrors. addError(SPersistentEntity entity, Throwable error)
Registers persisting error for specified entityvoid
ProjectPersistErrorsImpl. addError(SPersistentEntity entity, Throwable error)
boolean
BackgroundPersistTask. affects(SPersistentEntity entity)
boolean
ProjectPersistTask. affects(SPersistentEntity entity)
void
ProjectPersistErrors. clearError(SPersistentEntity entity)
Clears persisting error for the specified entityvoid
ProjectPersistErrorsImpl. clearError(SPersistentEntity entity)
void
BackgroundPersistTask. delete(SPersistentEntity entity)
Marks config files of the specified entity for deletion.void
ProjectPersistTask. delete(SPersistentEntity entity)
void
BackgroundPersistTask. setContent(SPersistentEntity entity, byte[] content)
Sets file content to be persisted.void
ProjectPersistTask. setContent(SPersistentEntity entity, byte[] content)
-
Uses of SPersistentEntity in jetbrains.buildServer.serverSide.impl.projects
Classes in jetbrains.buildServer.serverSide.impl.projects that implement SPersistentEntity Modifier and Type Class Description class
ProjectImpl
Methods in jetbrains.buildServer.serverSide.impl.projects with type parameters of type SPersistentEntity Modifier and Type Method Description <E extends SPersistentEntity>
voidConfigurationPersister. saveEntity(E entity, ConfigAction cause)
<E extends SPersistentEntity>
voidConfigurationPersister. saveEntity(E entity, BackgroundPersistTask task)
Methods in jetbrains.buildServer.serverSide.impl.projects that return SPersistentEntity Modifier and Type Method Description SPersistentEntity
ProjectImpl. getParent()
-
Uses of SPersistentEntity in jetbrains.buildServer.serverSide.impl.versionedSettings
Methods in jetbrains.buildServer.serverSide.impl.versionedSettings with parameters of type SPersistentEntity Modifier and Type Method Description default void
ConfigCommitterExtension. entityDeleted(ConfigAction cause, SPersistentEntity entity, SProject projectWhereOperationPerformed)
default void
ConfigCommitterExtension. entityPersisted(ConfigAction cause, SPersistentEntity entity)
void
CompositeConfigChangesCommitter. onDelete(SProject project, SPersistentEntity entity, String path, ConfigAction cause)
void
CompositeConfigChangesCommitter. onDelete(SProject project, SPersistentEntity entity, String path, ConfigAction cause, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)
void
ConfigChangesCommitterImpl. onDelete(SProject project, SPersistentEntity entity, String path, ConfigAction cause)
void
ConfigChangesCommitterImpl. onDelete(SProject project, SPersistentEntity entity, String path, ConfigAction cause, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)
void
GlobalConfigChangesCommitterImpl. onDelete(SProject project, SPersistentEntity entity, String path, ConfigAction cause)
void
GlobalConfigChangesCommitterImpl. onDelete(SProject project, SPersistentEntity entity, String path, ConfigAction cause, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)
void
CompositeConfigChangesCommitter. onPersist(SProject project, SPersistentEntity entity, String path, InputStream data, ConfigAction cause)
void
CompositeConfigChangesCommitter. onPersist(SProject project, SPersistentEntity entity, String path, InputStream data, ConfigAction cause, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)
void
ConfigChangesCommitterImpl. onPersist(SProject project, SPersistentEntity entity, String path, InputStream data, ConfigAction cause)
void
ConfigChangesCommitterImpl. onPersist(SProject project, SPersistentEntity entity, String path, InputStream data, ConfigAction cause, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)
void
GlobalConfigChangesCommitterImpl. onPersist(SProject project, SPersistentEntity entity, String path, InputStream data, ConfigAction cause)
void
GlobalConfigChangesCommitterImpl. onPersist(SProject project, SPersistentEntity entity, String path, InputStream data, ConfigAction cause, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)
-
Uses of SPersistentEntity in jetbrains.buildServer.serverSide.projectsExport
Methods in jetbrains.buildServer.serverSide.projectsExport that return types with arguments of type SPersistentEntity Modifier and Type Method Description Set<SPersistentEntity>
ProjectExportScope. getEntitiesToExport()
Map<SPersistentEntity,List<EntityUsage>>
ProjectDepsReport. getUsagesPaths()
-
Uses of SPersistentEntity in jetbrains.buildServer.vcs
Subinterfaces of SPersistentEntity in jetbrains.buildServer.vcs Modifier and Type Interface Description interface
SVcsRoot
Server side class for the vcs root.interface
SVcsRootEx
Classes in jetbrains.buildServer.vcs that implement SPersistentEntity Modifier and Type Class Description class
MockSVcsRoot
Deprecated.since 8.0, use VcsRootImpl if you need to construct VCS root in tests -
Uses of SPersistentEntity in jetbrains.buildServer.vcs.impl
Classes in jetbrains.buildServer.vcs.impl that implement SPersistentEntity Modifier and Type Class Description class
DeletedVcsRoot
class
InaccessibleVcsRoot
Created 23.08.13 15:24class
SVcsRootImpl
Methods in jetbrains.buildServer.vcs.impl that return SPersistentEntity Modifier and Type Method Description SPersistentEntity
DeletedVcsRoot. getParent()
SPersistentEntity
InaccessibleVcsRoot. getParent()
SPersistentEntity
SVcsRootImpl. getParent()
-