Uses of Interface
org.artifactory.common.StatusHolder
-
Packages that use StatusHolder Package Description org.artifactory.build org.artifactory.repo -
-
Uses of StatusHolder in org.artifactory.build
Methods in org.artifactory.build that return StatusHolder Modifier and Type Method Description StatusHolderBuilds. deleteBuild(BuildRun buildRun)Removes the build of the given details. -
Uses of StatusHolder in org.artifactory.repo
Methods in org.artifactory.repo that return StatusHolder Modifier and Type Method Description StatusHolderRepositories. copy(RepoPath source, RepoPath target)Copies the source repoPath to the targetRepoPathStatusHolderRepositories. 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.StatusHolderRepositories. delete(RepoPath repoPath)Deletes the specified repoPath.StatusHolderRepositories. deleteAtomic(RepoPath repoPath)Deletes the specified repoPath.StatusHolderRepositories. deploy(RepoPath repoPath, java.io.InputStream inputStream)Deploy an artifactStatusHolderRepositories. move(RepoPath source, RepoPath target)Moves the source repoPath to the targetRepoPathStatusHolderRepositories. 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.StatusHolderRepositories. undeploy(RepoPath repoPath)Deprecated.UseRepositories.deleteAtomic(RepoPath)orRepositories.delete(RepoPath)instead
-