Uses of Enum Class
com.atlassian.bitbucket.util.FilePermission
Packages that use FilePermission
-
Uses of FilePermission in com.atlassian.bitbucket.util
Methods in com.atlassian.bitbucket.util that return FilePermissionModifier and TypeMethodDescriptionstatic FilePermissionReturns the enum constant of this class with the specified name.static FilePermission[]FilePermission.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bitbucket.util that return types with arguments of type FilePermissionModifier and TypeMethodDescriptionSetFilePermissionRequest.getGroupPermissions()Retrieves thepermissionsgranted to members of the owning group.SetFilePermissionRequest.getOwnerPermissions()Retrieves thepermissionsgranted to the file owner.SetFilePermissionRequest.getWorldPermissions()Methods in com.atlassian.bitbucket.util with parameters of type FilePermissionModifier and TypeMethodDescriptionSetFilePermissionRequest.Builder.groupPermission(FilePermission permission) SetFilePermissionRequest.Builder.ownerPermission(FilePermission permission) SetFilePermissionRequest.Builder.worldPermission(FilePermission permission) Method parameters in com.atlassian.bitbucket.util with type arguments of type FilePermissionModifier and TypeMethodDescriptionSetFilePermissionRequest.Builder.groupPermissions(Iterable<FilePermission> permissions) SetFilePermissionRequest.Builder.ownerPermissions(Iterable<FilePermission> permissions) SetFilePermissionRequest.Builder.worldPermissions(Iterable<FilePermission> permissions)