Uses of Interface
jetbrains.buildServer.serverSide.PersistTask
-
-
Uses of PersistTask in jetbrains
Methods in jetbrains that return PersistTask Modifier and Type Method Description PersistTaskMockBuildType. schedulePersisting(String reason)PersistTaskMockBuildType. schedulePersisting(ConfigAction cause)PersistTaskMockBuildType. scheduleRemove(ConfigAction cause) -
Uses of PersistTask in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return PersistTask Modifier and Type Method Description PersistTaskSettingsPersister. scheduleDeleteFile(String description, File file)Schedules the task to remove the specified file.PersistTaskSPersistentEntity. schedulePersisting(String reason)Schedules background persisting of this entity settings.PersistTaskSPersistentEntity. schedulePersisting(ConfigAction cause)Schedules background persisting of this project settings.PersistTaskCredentialsStorageEx. schedulePersistingCredentials(SProject project)Schedules persisting of all tokens related to [project] to persistent storage.PersistTaskSPersistentEntity. scheduleRemove(ConfigAction cause)Schedules remove of this persistent entity.PersistTaskSettingsPersister. scheduleSaveDocument(String description, File file, org.jdom.Document document)Schedules the task to save the document into the file.PersistTaskSettingsPersister. scheduleSaveDocument(String description, FileWatcher fileWatcher, org.jdom.Document document)Schedules the task to save the document into the file monitored by the file watcher.PersistTaskSettingsPersister. scheduleSaveFile(String description, File file, byte[] content)Schedules the task to save the byte content into the file monitored by the file watcher.PersistTaskSettingsPersister. scheduleSaveFile(String description, FileWatcher fileWatcher, byte[] content)Schedules the task to save the byte content into the file monitored by the file watcher.PersistTaskProjectPersistingHandler. 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 PersistTaskSecuredBuildType. scheduleRemove(ConfigAction cause)PersistTaskSecuredBuildTypeTemplate. 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 interfacePersistTaskExClasses in jetbrains.buildServer.serverSide.impl.persisting that implement PersistTask Modifier and Type Class Description classBasePersistTask -
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 interfaceBackgroundPersistTaskClasses in jetbrains.buildServer.serverSide.impl.persisting.projects that implement PersistTask Modifier and Type Class Description classProjectPersistTask -
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 PersistTaskSettingsPersisterImpl. 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 PersistTaskProjectImpl. scheduleFileDelete(ConfigAction cause, String pathInProjectDir)PersistTaskProjectImpl. scheduleFileSave(ConfigAction cause, String pathInProjectDir, byte[] fileContent)PersistTaskProjectCredentialsStorage. schedulePersistingCredentials(SProject project)PersistTaskTruncatingPrefixCredentialsStorageEx. schedulePersistingCredentials(SProject project)PersistTaskProjectImpl. scheduleRemove(ConfigAction cause)PersistTaskProjectsWatcher. scheduleTask(String description, Runnable action)PersistTaskConfigFilesUpdater. 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.PersistTaskConfigFilesUpdaterImpl. 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 PersistTaskSecureUserSSLTrustStoreManager. deleteCertificate(String alias, SProject project, ConfigAction configAction)PersistTaskSSLTrustStoreManager. deleteCertificate(String alias, SProject project, ConfigAction configAction)Deletes certificate from the specified project.PersistTaskUserSSLTrustStoreManager. deleteCertificate(String alias, SProject project, ConfigAction configAction)Deletes certificate from the specified project.PersistTaskSecureUserSSLTrustStoreManager. storeNewCertificate(String alias, byte[] data, SProject project, ConfigAction configAction)PersistTaskSSLTrustStoreManager. storeNewCertificate(String alias, byte[] data, SProject project, ConfigAction configAction)Store certificate to the specified project.PersistTaskUserSSLTrustStoreManager. 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 PersistTaskDeletedVcsRoot. schedulePersisting(String reason)PersistTaskDeletedVcsRoot. schedulePersisting(ConfigAction cause)PersistTaskInaccessibleVcsRoot. schedulePersisting(String reason)PersistTaskInaccessibleVcsRoot. schedulePersisting(ConfigAction cause)PersistTaskSVcsRootImpl. schedulePersisting(String reason)PersistTaskDeletedVcsRoot. scheduleRemove(ConfigAction cause)PersistTaskInaccessibleVcsRoot. scheduleRemove(ConfigAction cause)PersistTaskSVcsRootImpl. scheduleRemove(ConfigAction cause)
-