Uses of Interface
jetbrains.buildServer.serverSide.PersistTask
-
-
Uses of PersistTask in jetbrains
Methods in jetbrains that return PersistTask Modifier and Type Method Description PersistTask
MockBuildType. schedulePersisting(String reason)
PersistTask
MockBuildType. schedulePersisting(ConfigAction cause)
PersistTask
MockBuildType. scheduleRemove(ConfigAction cause)
-
Uses of PersistTask in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return PersistTask Modifier and Type Method Description PersistTask
SettingsPersister. scheduleDeleteFile(String description, File file)
Schedules the task to remove the specified file.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
CredentialsStorageEx. schedulePersistingCredentials(SProject project)
Schedules persisting of all tokens related to [project] to persistent storage.PersistTask
SPersistentEntity. scheduleRemove(ConfigAction cause)
Schedules remove of this persistent entity.PersistTask
SettingsPersister. scheduleSaveDocument(String description, File file, org.jdom.Document document)
Schedules the task to save the document into the file.PersistTask
SettingsPersister. scheduleSaveDocument(String description, FileWatcher fileWatcher, org.jdom.Document document)
Schedules the task to save the document into the file monitored by the file watcher.PersistTask
SettingsPersister. scheduleSaveFile(String description, File file, byte[] content)
Schedules the task to save the byte content into the file monitored by the file watcher.PersistTask
SettingsPersister. scheduleSaveFile(String description, FileWatcher fileWatcher, byte[] content)
Schedules the task to save the byte content into the file monitored by the file watcher.PersistTask
ProjectPersistingHandler. scheduleTask(String description, Runnable action)
Schedules the given fs operation and does not wait for it. -
Uses of PersistTask in jetbrains.buildServer.serverSide.impl
-
Uses of PersistTask in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that return PersistTask Modifier and Type Method Description PersistTask
SecuredBuildType. scheduleRemove(ConfigAction cause)
PersistTask
SecuredBuildTypeTemplate. scheduleRemove(ConfigAction cause)
-
Uses of PersistTask in jetbrains.buildServer.serverSide.impl.persisting
Subinterfaces of PersistTask in jetbrains.buildServer.serverSide.impl.persisting Modifier and Type Interface Description interface
PersistTaskEx
Classes in jetbrains.buildServer.serverSide.impl.persisting that implement PersistTask Modifier and Type Class Description class
BasePersistTask
-
Uses of PersistTask in jetbrains.buildServer.serverSide.impl.persisting.projects
Subinterfaces of PersistTask in jetbrains.buildServer.serverSide.impl.persisting.projects Modifier and Type Interface Description interface
BackgroundPersistTask
Classes in jetbrains.buildServer.serverSide.impl.persisting.projects that implement PersistTask Modifier and Type Class Description class
ProjectPersistTask
-
Uses of PersistTask in jetbrains.buildServer.serverSide.impl.persisting.settings
Methods in jetbrains.buildServer.serverSide.impl.persisting.settings that return PersistTask Modifier and Type Method Description PersistTask
SettingsPersisterImpl. scheduleDeleteFile(String description, File file)
-
Uses of PersistTask in jetbrains.buildServer.serverSide.impl.projects
Methods in jetbrains.buildServer.serverSide.impl.projects that return PersistTask Modifier and Type Method Description PersistTask
ProjectImpl. scheduleFileDelete(ConfigAction cause, String pathInProjectDir)
PersistTask
ProjectImpl. scheduleFileSave(ConfigAction cause, String pathInProjectDir, byte[] fileContent)
PersistTask
ProjectCredentialsStorage. schedulePersistingCredentials(SProject project)
PersistTask
TruncatingPrefixCredentialsStorageEx. schedulePersistingCredentials(SProject project)
PersistTask
ProjectImpl. scheduleRemove(ConfigAction cause)
PersistTask
ProjectsWatcher. scheduleTask(String description, Runnable action)
PersistTask
ConfigFilesUpdater. scheduleUpdateConfigTask(ConfigGenerator generator, ConfigUpdateCallback callback, ConfigFilesUpdateOptions options, ConfigCauseInfo configCauseInfo)
Schedules execution of the given generator with disabled files changes observer, detects changed configs and reload affected projects.PersistTask
ConfigFilesUpdaterImpl. scheduleUpdateConfigTask(ConfigGenerator generator, ConfigUpdateCallback callback, ConfigFilesUpdateOptions options, ConfigCauseInfo configCauseInfo)
-
Uses of PersistTask in jetbrains.buildServer.serverSide.impl.ssl
Methods in jetbrains.buildServer.serverSide.impl.ssl that return PersistTask Modifier and Type Method Description PersistTask
SecureUserSSLTrustStoreManager. deleteCertificate(String alias, SProject project, ConfigAction configAction)
PersistTask
SSLTrustStoreManager. deleteCertificate(String alias, SProject project, ConfigAction configAction)
Deletes certificate from the specified project.PersistTask
UserSSLTrustStoreManager. deleteCertificate(String alias, SProject project, ConfigAction configAction)
Deletes certificate from the specified project.PersistTask
SecureUserSSLTrustStoreManager. storeNewCertificate(String alias, byte[] data, SProject project, ConfigAction configAction)
PersistTask
SSLTrustStoreManager. storeNewCertificate(String alias, byte[] data, SProject project, ConfigAction configAction)
Store certificate to the specified project.PersistTask
UserSSLTrustStoreManager. storeNewCertificate(String alias, byte[] data, SProject project, ConfigAction configAction)
Store certificate to the specified project. -
Uses of PersistTask in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl that return PersistTask Modifier and Type Method Description 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)
PersistTask
DeletedVcsRoot. scheduleRemove(ConfigAction cause)
PersistTask
InaccessibleVcsRoot. scheduleRemove(ConfigAction cause)
PersistTask
SVcsRootImpl. scheduleRemove(ConfigAction cause)
-