public interface BuildArtifactHolder extends BuildArtifactInfo
Modifier and Type | Method and Description |
---|---|
BuildArtifact |
getArtifact() |
boolean |
isAccessible() |
boolean |
isAvailable() |
getName, getRelativePath
boolean isAccessible()
boolean isAvailable()
@NotNull BuildArtifact getArtifact() throws AccessDeniedException, BuildArtifactNotFoundException
AccessDeniedException
- if you have no rights to access this artifactBuildArtifactNotFoundException
- if there is no such artifact