-
- All Implemented Interfaces:
-
com.grab.grazel.bazel.starlark.StarlarkType
public final class MavenInstallArtifact.DetailedArtifact extends MavenInstallArtifact
-
-
Constructor Summary
Constructors Constructor Description MavenInstallArtifact.DetailedArtifact(String group, String artifact, String version, List<MavenInstallArtifact.Exclusion> exclusions)
-
Method Summary
Modifier and Type Method Description StringgetId()final StringgetGroup()final StringgetArtifact()final StringgetVersion()final List<MavenInstallArtifact.Exclusion>getExclusions()Unitstatements(StatementsBuilder $self)Build the starlark representation of this type with the provided StatementsBuilder-
-
Constructor Detail
-
MavenInstallArtifact.DetailedArtifact
MavenInstallArtifact.DetailedArtifact(String group, String artifact, String version, List<MavenInstallArtifact.Exclusion> exclusions)
-
-
Method Detail
-
getArtifact
final String getArtifact()
-
getVersion
final String getVersion()
-
getExclusions
final List<MavenInstallArtifact.Exclusion> getExclusions()
-
statements
Unit statements(StatementsBuilder $self)
Build the starlark representation of this type with the provided
StatementsBuilder
-
-
-
-