Package com.atlassian.bamboo.artifact
Interface ArtifactPermissionService
- All Known Implementing Classes:
ArtifactPermissionServiceImpl
@Internal
public interface ArtifactPermissionService
-
Method Summary
Modifier and TypeMethodDescriptionboolean
hasReadPermission
(long artifactId) Checks whether a permission is granted to read anArtifact
boolean
hasReadPermission
(@NotNull Artifact artifact) Checks whether a permission is granted to read anArtifact
boolean
hasReadPermission
(@NotNull Artifact artifact, @Nullable org.acegisecurity.Authentication authentication) Checks whether a permission is granted to read anArtifact
-
Method Details
-
hasReadPermission
boolean hasReadPermission(@NotNull @NotNull Artifact artifact, @Nullable @Nullable org.acegisecurity.Authentication authentication) Checks whether a permission is granted to read anArtifact
-
hasReadPermission
Checks whether a permission is granted to read anArtifact
-
hasReadPermission
boolean hasReadPermission(long artifactId) Checks whether a permission is granted to read anArtifact
-