Uses of Class
com.atlassian.bitbucket.filestore.FilePath
-
Uses of FilePath in com.atlassian.bitbucket.filestore
Modifier and TypeMethodDescriptionFileExistsRequest.getPath()
GenerateGetUrlRequest.getPath()
GeneratePutUrlRequest.getPath()
ReadFileRequest.getPath()
Modifier and TypeMethodDescriptionDeleteFilesRequest.getDelete()
DeleteRecursiveRequest.getDelete()
Modifier and TypeMethodDescriptionAdd a file to the list of files to be deleted.The path on the store to which the file will be uploaded to.The path on the store to which the file will be uploaded to.The path on the store to which the file will be uploaded to.The path on the store to which the file will be read from.Modifier and TypeMethodDescriptionDeleteFilesRequest.Builder.delete
(Collection<FilePath> value) Add a collection of files to the list of files to be deleted.DeleteRecursiveRequest.Builder.delete
(Collection<FilePath> value) Add a collection of file prefixes to the list of prefixes to be deleted.