Uses of Interface
org.artifactory.common.StatusHolder
Packages that use StatusHolder
-
Uses of StatusHolder in org.artifactory.build
Methods in org.artifactory.build that return StatusHolderModifier and TypeMethodDescriptionBuilds.deleteBuild(BuildRun buildRun) Removes the build of the given details. -
Uses of StatusHolder in org.artifactory.repo
Methods in org.artifactory.repo that return StatusHolderModifier and TypeMethodDescriptionCopies the source repoPath to the targetRepoPathRepositories.copyAtomic(RepoPath source, RepoPath target) Copies the source repoPath to the targetRepoPath , Directories are copied recursively in a single transaction, which might be resource intensive when copying very large directories.Deletes the specified repoPath.Repositories.deleteAtomic(RepoPath repoPath) Deletes the specified repoPath.Repositories.deploy(RepoPath repoPath, InputStream inputStream) Deploy an artifactMoves the source repoPath to the targetRepoPathRepositories.moveAtomic(RepoPath source, RepoPath target) Moves the source repoPath to the targetRepoPath , Directories are moved recursively in a single transaction, which might be resource intensive when moving very large directories.Deprecated.
Repositories.deleteAtomic(RepoPath)orRepositories.delete(RepoPath)instead