Uses of Interface
jetbrains.buildServer.serverSide.SPersistentEntity
-
-
Uses of SPersistentEntity in jetbrains
Classes in jetbrains that implement SPersistentEntity Modifier and Type Class Description classMockBuildTypeMethods in jetbrains that return SPersistentEntity Modifier and Type Method Description SPersistentEntityMockBuildType. 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 voidYamlPipelineChangesCommiter. entityPersisted(ConfigAction cause, SPersistentEntity entity) -
Uses of SPersistentEntity in jetbrains.buildServer.serverSide
Subinterfaces of SPersistentEntity in jetbrains.buildServer.serverSide Modifier and Type Interface Description interfaceBuildTypeExinterfaceBuildTypeIdentityBase interface for build template and build configurations, containing only identifiers and related things.interfaceBuildTypeIdentityExNon-opened base interface for build template and build configurations, containing only identifiers and related things.interfaceBuildTypeTemplateBuild configuration template.interfaceBuildTypeTemplateExinterfaceSBuildTypeThis class represents TeamCity build configuration on the server-side.interfaceSProjectRepresents a server side projectMethods in jetbrains.buildServer.serverSide that return SPersistentEntity Modifier and Type Method Description SPersistentEntityUpdatedEntity. getEntity()SPersistentEntitySPersistentEntity. 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 UpdatedEntityUpdatedEntity. create(SPersistentEntity entity, ProjectModelDiff.Status status)voidConfigChangesCommitter. onDelete(SProject project, SPersistentEntity entity, String path, ConfigAction cause)voidConfigChangesCommitter. onDelete(SProject project, SPersistentEntity entity, String path, ConfigAction cause, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)voidConfigChangesCommitter. onPersist(SProject project, SPersistentEntity entity, String path, InputStream data, ConfigAction cause)voidConfigChangesCommitter. 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 classSPersistentEntityAssert<S extends SPersistentEntityAssert<S,A>,A extends SPersistentEntity>Methods in jetbrains.buildServer.serverSide.asserts with parameters of type SPersistentEntity Modifier and Type Method Description ConfigurationErrorsAssertConfigurationErrorsAssert. hasErrorFor(SPersistentEntity persistentEntity)ConfigurationErrorsAssertConfigurationErrorsAssert. hasErrorFor(SPersistentEntity persistentEntity, String containsInErrorMessage)ConfigurationErrorsAssertConfigurationErrorsAssert. hasNoErrorFor(SPersistentEntity persistentEntity) -
Uses of SPersistentEntity in jetbrains.buildServer.serverSide.impl
Subinterfaces of SPersistentEntity in jetbrains.buildServer.serverSide.impl Modifier and Type Interface Description interfaceProjectExinterfaceRemoteBuildTypeRepresents temporary created configuration to run personal changes for the specified configuration.interfaceRemoteBuildTypeExClasses in jetbrains.buildServer.serverSide.impl that implement SPersistentEntity Modifier and Type Class Description classBaseBuildTypeIdentityBase class for build template and build configuration.classBuildTypeImplclassBuildTypeTemplateImplclassDummyBuildTypeclassEditableBuildTypeCopyclassEditableTemplateCopyclassInaccessibleTemplateWrapper 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)classRemoteBuildTypeImplMethods in jetbrains.buildServer.serverSide.impl that return SPersistentEntity Modifier and Type Method Description SPersistentEntityBaseBuildTypeIdentity. getParent()SPersistentEntityDummyBuildType. getParent()SPersistentEntityEditableBuildTypeCopy. getParent()SPersistentEntityEditableTemplateCopy. getParent()SPersistentEntityInaccessibleTemplate. getParent()SPersistentEntityRemoteBuildTypeImpl. 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 voidReadOnlyUtil. checkModificationAllowed(SPersistentEntity entity)static voidReadOnlyUtil. checkParameterModificationAllowed(SPersistentEntity entity, String paramName)static voidReadOnlyUtil. checkRemoveAllowed(SPersistentEntity entity)static voidReadOnlyUtil. failIfStrictReadOnly(SPersistentEntity entity, ReadOnlyReason reason)ReadOnlyReasonReadOnlyUtil. getReadOnlyReason(SPersistentEntity entity)protected voidBaseServerTestCase. persist(SPersistentEntity... entitiesTopersist)voidReadOnlyUtil. 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 classSecuredBuildTypeclassSecuredBuildTypeTemplateclassSecuredProjectclassSecuredVcsRoot -
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 voidProjectPersistErrors. addError(SPersistentEntity entity, Throwable error)Registers persisting error for specified entityvoidProjectPersistErrorsImpl. addError(SPersistentEntity entity, Throwable error)booleanBackgroundPersistTask. affects(SPersistentEntity entity)booleanProjectPersistTask. affects(SPersistentEntity entity)voidProjectPersistErrors. clearError(SPersistentEntity entity)Clears persisting error for the specified entityvoidProjectPersistErrorsImpl. clearError(SPersistentEntity entity)voidBackgroundPersistTask. delete(SPersistentEntity entity)Marks config files of the specified entity for deletion.voidProjectPersistTask. delete(SPersistentEntity entity)voidBackgroundPersistTask. setContent(SPersistentEntity entity, byte[] content)Sets file content to be persisted.voidProjectPersistTask. 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 classProjectImplMethods 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 SPersistentEntityProjectImpl. 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 voidConfigCommitterExtension. entityDeleted(ConfigAction cause, SPersistentEntity entity, SProject projectWhereOperationPerformed)default voidConfigCommitterExtension. entityPersisted(ConfigAction cause, SPersistentEntity entity)voidCompositeConfigChangesCommitter. onDelete(SProject project, SPersistentEntity entity, String path, ConfigAction cause)voidCompositeConfigChangesCommitter. onDelete(SProject project, SPersistentEntity entity, String path, ConfigAction cause, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)voidConfigChangesCommitterImpl. onDelete(SProject project, SPersistentEntity entity, String path, ConfigAction cause)voidConfigChangesCommitterImpl. onDelete(SProject project, SPersistentEntity entity, String path, ConfigAction cause, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)voidGlobalConfigChangesCommitterImpl. onDelete(SProject project, SPersistentEntity entity, String path, ConfigAction cause)voidGlobalConfigChangesCommitterImpl. onDelete(SProject project, SPersistentEntity entity, String path, ConfigAction cause, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)voidCompositeConfigChangesCommitter. onPersist(SProject project, SPersistentEntity entity, String path, InputStream data, ConfigAction cause)voidCompositeConfigChangesCommitter. onPersist(SProject project, SPersistentEntity entity, String path, InputStream data, ConfigAction cause, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)voidConfigChangesCommitterImpl. onPersist(SProject project, SPersistentEntity entity, String path, InputStream data, ConfigAction cause)voidConfigChangesCommitterImpl. onPersist(SProject project, SPersistentEntity entity, String path, InputStream data, ConfigAction cause, VcsRootInstance settingsRoot, ProjectSettingsPaths projectSettingsPaths)voidGlobalConfigChangesCommitterImpl. onPersist(SProject project, SPersistentEntity entity, String path, InputStream data, ConfigAction cause)voidGlobalConfigChangesCommitterImpl. 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 interfaceSVcsRootServer side class for the vcs root.interfaceSVcsRootExClasses in jetbrains.buildServer.vcs that implement SPersistentEntity Modifier and Type Class Description classMockSVcsRootDeprecated.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 classDeletedVcsRootclassInaccessibleVcsRootCreated 23.08.13 15:24classSVcsRootImplMethods in jetbrains.buildServer.vcs.impl that return SPersistentEntity Modifier and Type Method Description SPersistentEntityDeletedVcsRoot. getParent()SPersistentEntityInaccessibleVcsRoot. getParent()SPersistentEntitySVcsRootImpl. getParent()
-