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