Method and Description |
---|
org.artifactory.security.Security.canAdmin(RepoPath)
Use
#canManage() instead |
org.artifactory.security.Security.currentUsername()
Use
Security.getCurrentUsername() instead |
org.artifactory.resource.RepoResourceInfo.getChecksums()
Should use the container getter
|
org.artifactory.security.Security.getEscapedEncryptedPassword()
No need to escape a base58 password
|
org.artifactory.repo.Repositories.getStringContent(FileInfo) |
org.artifactory.repo.Repositories.isLcoalRepoPathHandled(RepoPath) |
org.artifactory.repo.Repositories.isLocalRepoPathAccepted(RepoPath) |
org.artifactory.repo.Repositories.undeploy(RepoPath)
Use
Repositories.deleteAtomic(RepoPath) or Repositories.delete(RepoPath) instead |
Copyright © 2017. All rights reserved.