Uses of Class
com.atlassian.bitbucket.filestore.FilePath
Packages that use FilePath
-
Uses of FilePath in com.atlassian.bitbucket.filestore
Methods in com.atlassian.bitbucket.filestore that return FilePathModifier and TypeMethodDescriptionFileExistsRequest.getPath()
GenerateGetUrlRequest.getPath()
GeneratePutUrlRequest.getPath()
ReadFileRequest.getPath()
Methods in com.atlassian.bitbucket.filestore that return types with arguments of type FilePathModifier and TypeMethodDescriptionDeleteFilesRequest.getDelete()
DeleteRecursiveRequest.getDelete()
Methods in com.atlassian.bitbucket.filestore with parameters of type FilePathModifier 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.Method parameters in com.atlassian.bitbucket.filestore with type arguments of type FilePathModifier 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.