Uses of Class
jetbrains.buildServer.serverSide.PersistFailedException
-
-
Uses of PersistFailedException in jetbrains
Methods in jetbrains that throw PersistFailedException Modifier and Type Method Description voidMockBuildType. persist()voidMockBuildType. persist(ConfigAction cause)PersistTaskMockBuildType. schedulePersisting(String reason)PersistTaskMockBuildType. schedulePersisting(ConfigAction cause)PersistTaskMockBuildType. scheduleRemove(ConfigAction cause) -
Uses of PersistFailedException in jetbrains.buildServer.controllers
Methods in jetbrains.buildServer.controllers that throw PersistFailedException Modifier and Type Method Description voidUIConfigsPersister. persist(BuildTypeIdentity identity, ConfigAction cause)voidUIConfigsPersister. persist(BuildTypeSettings settings, ConfigAction cause)voidUIConfigsPersister. persist(BuildTypeTemplate template, ConfigAction cause)voidUIConfigsPersister. persist(SBuildType buildType, ConfigAction cause)voidUIConfigsPersister. persist(SProject project, ConfigAction cause)voidUIConfigsPersister. persist(SVcsRoot root, ConfigAction cause) -
Uses of PersistFailedException in jetbrains.buildServer.license
Methods in jetbrains.buildServer.license that throw PersistFailedException Modifier and Type Method Description LicenseKeyServerLicenseManager. addJwtKey(String key)List<LicenseKey>ServerLicenseManager. addKeys(List<String> keys)voidServerLicenseManager. removeAllKeys(List<String> keys)voidServerLicenseManager. removeJwtKey()voidServerLicenseManager. removeKey(String key) -
Uses of PersistFailedException in jetbrains.buildServer.serverSide
Subclasses of PersistFailedException in jetbrains.buildServer.serverSide Modifier and Type Class Description classServerConfigPersistFailedExceptionSignals that TeamCity server was unable to persist server configuration fileMethods in jetbrains.buildServer.serverSide that throw PersistFailedException Modifier and Type Method Description LicenseKeyLicenseKeysManager. addJwtKey(String key)Adds JWT key.List<LicenseKey>LicenseKeysManager. addKeys(List<String> keys)voidBuildTypeSettings. persist()Persists these settings.voidBuildTypeSettings. persist(ConfigAction cause)voidFeatureProvider. persist()Persist changesvoidSBuildType. persist()Persists build configuration settings on disk, should be called each time when settings are changed, otherwise the changes will be lost after the server restart.voidSPersistentEntity. persist()Persists this entity instance onto disk.voidSPersistentEntity. persist(ConfigAction cause)Persists this entity on disk.voidSProject. persist()Persists this project configuration on disk.voidLicenseKeysManager. removeAllKeys(List<String> keys)Removes all of the provided keys.voidLicenseKeysManager. removeJwtKey()Removes JWT key.voidLicenseKeysManager. removeKey(String key)Removes a single key.PersistTaskSPersistentEntity. schedulePersisting(String reason)Schedules background persisting of this entity settings.PersistTaskSPersistentEntity. schedulePersisting(ConfigAction cause)Schedules background persisting of this project settings.PersistTaskSPersistentEntity. scheduleRemove(ConfigAction cause)Schedules remove of this persistent entity. -
Uses of PersistFailedException in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that throw PersistFailedException Modifier and Type Method Description voidBaseBuildTypeIdentity. persist()voidBaseBuildTypeIdentity. persist(ConfigAction cause)voidBuildTypeFeatureProvider. persist()voidDummyBuildType. persist()voidDummyBuildType. persist(ConfigAction cause)voidEditableBuildTypeCopy. persist()voidEditableBuildTypeCopy. persist(ConfigAction cause)voidEditableTemplateCopy. persist()voidEditableTemplateCopy. persist(ConfigAction cause)voidInaccessibleTemplate. persist(ConfigAction cause)voidRemoteBuildTypeImpl. persist()voidRemoteBuildTypeImpl. persist(ConfigAction cause)voidSingleFeatureProvider. persist()protected abstract voidBaseBuildTypeIdentity. persistInternal(ConfigAction cause)protected abstract voidBaseBuildTypeIdentity. persistInternal(BackgroundPersistTask task)protected voidBuildTypeImpl. persistInternal(ConfigAction cause)protected voidBuildTypeImpl. persistInternal(BackgroundPersistTask task)protected voidBuildTypeTemplateImpl. persistInternal(BackgroundPersistTask task)BackgroundPersistTaskBaseBuildTypeIdentity. schedulePersisting(String reason)BackgroundPersistTaskBaseBuildTypeIdentity. schedulePersisting(ConfigAction cause)voidBaseBuildTypeIdentity. schedulePersisting(BackgroundPersistTask task)PersistTaskDummyBuildType. schedulePersisting(String reason)PersistTaskDummyBuildType. schedulePersisting(ConfigAction cause)PersistTaskEditableBuildTypeCopy. schedulePersisting(String reason)PersistTaskEditableBuildTypeCopy. schedulePersisting(ConfigAction cause)PersistTaskEditableTemplateCopy. schedulePersisting(String reason)PersistTaskEditableTemplateCopy. schedulePersisting(ConfigAction cause)PersistTaskInaccessibleTemplate. schedulePersisting(String reason)PersistTaskInaccessibleTemplate. schedulePersisting(ConfigAction cause)PersistTaskRemoteBuildTypeImpl. schedulePersisting(String reason)PersistTaskRemoteBuildTypeImpl. schedulePersisting(ConfigAction cause)PersistTaskBaseBuildTypeIdentity. scheduleRemove(ConfigAction cause)PersistTaskDummyBuildType. scheduleRemove(ConfigAction cause)PersistTaskEditableBuildTypeCopy. scheduleRemove(ConfigAction cause)PersistTaskEditableTemplateCopy. scheduleRemove(ConfigAction cause)PersistTaskInaccessibleTemplate. scheduleRemove(ConfigAction cause)PersistTaskRemoteBuildTypeImpl. scheduleRemove(ConfigAction cause) -
Uses of PersistFailedException in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that throw PersistFailedException Modifier and Type Method Description LicenseKeySecuredLicenseKeysManager. addJwtKey(String key)voidSecuredLicenseKeysManager. removeJwtKey() -
Uses of PersistFailedException in jetbrains.buildServer.serverSide.impl.projects
Methods in jetbrains.buildServer.serverSide.impl.projects that throw PersistFailedException Modifier and Type Method Description voidProjectImpl. persist(ConfigAction cause)<E extends SPersistentEntity>
voidConfigurationPersister. saveEntity(E entity, ConfigAction cause)<E extends SPersistentEntity>
voidConfigurationPersister. saveEntity(E entity, BackgroundPersistTask task)voidConfigurationPersister. saveEntity(Object entity, File configurationFile)voidConfigurationPersister. saveProjectAndInnerEntities(ProjectEx project, ConfigAction cause)voidConfigurationPersister. saveProjectAndInnerEntities(ProjectEx project, BackgroundPersistTask task)abstract voidProjectFilePersister. saveSettings(ProjectEx project, ConfigAction cause)abstract voidProjectFilePersister. saveSettings(ProjectEx project, BackgroundPersistTask task)voidProjectFileSettingsPersister. saveSettings(ProjectEx project, ConfigAction cause)voidProjectFileSettingsPersister. saveSettings(ProjectEx project, BackgroundPersistTask task)PersistTaskProjectImpl. scheduleFileSave(ConfigAction cause, String pathInProjectDir, byte[] fileContent)BackgroundPersistTaskProjectImpl. schedulePersisting(String reason)BackgroundPersistTaskProjectImpl. schedulePersisting(ConfigAction cause) -
Uses of PersistFailedException in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl that throw PersistFailedException Modifier and Type Method Description voidDeletedVcsRoot. persist(ConfigAction cause)voidInaccessibleVcsRoot. persist(ConfigAction cause)voidSVcsRootImpl. persist(ConfigAction cause)PersistTaskDeletedVcsRoot. schedulePersisting(String reason)PersistTaskDeletedVcsRoot. schedulePersisting(ConfigAction cause)PersistTaskInaccessibleVcsRoot. schedulePersisting(String reason)PersistTaskInaccessibleVcsRoot. schedulePersisting(ConfigAction cause)PersistTaskSVcsRootImpl. schedulePersisting(String reason)BackgroundPersistTaskSVcsRootImpl. schedulePersisting(ConfigAction cause)PersistTaskDeletedVcsRoot. scheduleRemove(ConfigAction cause)PersistTaskInaccessibleVcsRoot. scheduleRemove(ConfigAction cause)PersistTaskSVcsRootImpl. scheduleRemove(ConfigAction cause)
-