Uses of Class
jetbrains.buildServer.serverSide.PersistFailedException
-
-
Uses of PersistFailedException in jetbrains
Methods in jetbrains that throw PersistFailedException Modifier and Type Method Description void
MockBuildType. persist()
void
MockBuildType. persist(ConfigAction cause)
PersistTask
MockBuildType. schedulePersisting(String reason)
PersistTask
MockBuildType. schedulePersisting(ConfigAction cause)
PersistTask
MockBuildType. scheduleRemove(ConfigAction cause)
-
Uses of PersistFailedException in jetbrains.buildServer.controllers
Methods in jetbrains.buildServer.controllers that throw PersistFailedException Modifier and Type Method Description void
UIConfigsPersister. persist(BuildTypeIdentity identity, ConfigAction cause)
void
UIConfigsPersister. persist(BuildTypeSettings settings, ConfigAction cause)
void
UIConfigsPersister. persist(BuildTypeTemplate template, ConfigAction cause)
void
UIConfigsPersister. persist(SBuildType buildType, ConfigAction cause)
void
UIConfigsPersister. persist(SProject project, ConfigAction cause)
void
UIConfigsPersister. 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 LicenseKey
ServerLicenseManager. addJwtKey(String key)
List<LicenseKey>
ServerLicenseManager. addKeys(List<String> keys)
void
ServerLicenseManager. removeAllKeys(List<String> keys)
void
ServerLicenseManager. removeJwtKey()
void
ServerLicenseManager. removeKey(String key)
-
Uses of PersistFailedException in jetbrains.buildServer.serverSide
Subclasses of PersistFailedException in jetbrains.buildServer.serverSide Modifier and Type Class Description class
ServerConfigPersistFailedException
Signals that TeamCity server was unable to persist server configuration fileMethods in jetbrains.buildServer.serverSide that throw PersistFailedException Modifier and Type Method Description LicenseKey
LicenseKeysManager. addJwtKey(String key)
Adds JWT key.List<LicenseKey>
LicenseKeysManager. addKeys(List<String> keys)
void
BuildTypeSettings. persist()
Persists these settings.void
BuildTypeSettings. persist(ConfigAction cause)
void
FeatureProvider. persist()
Persist changesvoid
SBuildType. 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.void
SPersistentEntity. persist()
Persists this entity instance onto disk.void
SPersistentEntity. persist(ConfigAction cause)
Persists this entity on disk.void
SProject. persist()
Persists this project configuration on disk.void
LicenseKeysManager. removeAllKeys(List<String> keys)
Removes all of the provided keys.void
LicenseKeysManager. removeJwtKey()
Removes JWT key.void
LicenseKeysManager. removeKey(String key)
Removes a single key.PersistTask
SPersistentEntity. schedulePersisting(String reason)
Schedules background persisting of this entity settings.PersistTask
SPersistentEntity. schedulePersisting(ConfigAction cause)
Schedules background persisting of this project settings.PersistTask
SPersistentEntity. 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 void
BaseBuildTypeIdentity. persist()
void
BaseBuildTypeIdentity. persist(ConfigAction cause)
void
BuildTypeFeatureProvider. persist()
void
DummyBuildType. persist()
void
DummyBuildType. persist(ConfigAction cause)
void
EditableBuildTypeCopy. persist()
void
EditableBuildTypeCopy. persist(ConfigAction cause)
void
EditableTemplateCopy. persist()
void
EditableTemplateCopy. persist(ConfigAction cause)
void
InaccessibleTemplate. persist(ConfigAction cause)
void
RemoteBuildTypeImpl. persist()
void
RemoteBuildTypeImpl. persist(ConfigAction cause)
void
SingleFeatureProvider. persist()
protected abstract void
BaseBuildTypeIdentity. persistInternal(ConfigAction cause)
protected abstract void
BaseBuildTypeIdentity. persistInternal(BackgroundPersistTask task)
protected void
BuildTypeImpl. persistInternal(ConfigAction cause)
protected void
BuildTypeImpl. persistInternal(BackgroundPersistTask task)
protected void
BuildTypeTemplateImpl. persistInternal(BackgroundPersistTask task)
BackgroundPersistTask
BaseBuildTypeIdentity. schedulePersisting(String reason)
BackgroundPersistTask
BaseBuildTypeIdentity. schedulePersisting(ConfigAction cause)
void
BaseBuildTypeIdentity. schedulePersisting(BackgroundPersistTask task)
PersistTask
DummyBuildType. schedulePersisting(String reason)
PersistTask
DummyBuildType. schedulePersisting(ConfigAction cause)
PersistTask
EditableBuildTypeCopy. schedulePersisting(String reason)
PersistTask
EditableBuildTypeCopy. schedulePersisting(ConfigAction cause)
PersistTask
EditableTemplateCopy. schedulePersisting(String reason)
PersistTask
EditableTemplateCopy. schedulePersisting(ConfigAction cause)
PersistTask
InaccessibleTemplate. schedulePersisting(String reason)
PersistTask
InaccessibleTemplate. schedulePersisting(ConfigAction cause)
PersistTask
RemoteBuildTypeImpl. schedulePersisting(String reason)
PersistTask
RemoteBuildTypeImpl. schedulePersisting(ConfigAction cause)
PersistTask
BaseBuildTypeIdentity. scheduleRemove(ConfigAction cause)
PersistTask
DummyBuildType. scheduleRemove(ConfigAction cause)
PersistTask
EditableBuildTypeCopy. scheduleRemove(ConfigAction cause)
PersistTask
EditableTemplateCopy. scheduleRemove(ConfigAction cause)
PersistTask
InaccessibleTemplate. scheduleRemove(ConfigAction cause)
PersistTask
RemoteBuildTypeImpl. 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 LicenseKey
SecuredLicenseKeysManager. addJwtKey(String key)
void
SecuredLicenseKeysManager. 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 void
ProjectImpl. persist(ConfigAction cause)
<E extends SPersistentEntity>
voidConfigurationPersister. saveEntity(E entity, ConfigAction cause)
<E extends SPersistentEntity>
voidConfigurationPersister. saveEntity(E entity, BackgroundPersistTask task)
void
ConfigurationPersister. saveEntity(Object entity, File configurationFile)
void
ConfigurationPersister. saveProjectAndInnerEntities(ProjectEx project, ConfigAction cause)
void
ConfigurationPersister. saveProjectAndInnerEntities(ProjectEx project, BackgroundPersistTask task)
abstract void
ProjectFilePersister. saveSettings(ProjectEx project, ConfigAction cause)
abstract void
ProjectFilePersister. saveSettings(ProjectEx project, BackgroundPersistTask task)
void
ProjectFileSettingsPersister. saveSettings(ProjectEx project, ConfigAction cause)
void
ProjectFileSettingsPersister. saveSettings(ProjectEx project, BackgroundPersistTask task)
PersistTask
ProjectImpl. scheduleFileSave(ConfigAction cause, String pathInProjectDir, byte[] fileContent)
BackgroundPersistTask
ProjectImpl. schedulePersisting(String reason)
BackgroundPersistTask
ProjectImpl. 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 void
DeletedVcsRoot. persist(ConfigAction cause)
void
InaccessibleVcsRoot. persist(ConfigAction cause)
void
SVcsRootImpl. persist(ConfigAction cause)
PersistTask
DeletedVcsRoot. schedulePersisting(String reason)
PersistTask
DeletedVcsRoot. schedulePersisting(ConfigAction cause)
PersistTask
InaccessibleVcsRoot. schedulePersisting(String reason)
PersistTask
InaccessibleVcsRoot. schedulePersisting(ConfigAction cause)
PersistTask
SVcsRootImpl. schedulePersisting(String reason)
BackgroundPersistTask
SVcsRootImpl. schedulePersisting(ConfigAction cause)
PersistTask
DeletedVcsRoot. scheduleRemove(ConfigAction cause)
PersistTask
InaccessibleVcsRoot. scheduleRemove(ConfigAction cause)
PersistTask
SVcsRootImpl. scheduleRemove(ConfigAction cause)
-