-
public final class ArtifactPinning
-
-
Field Summary
Fields Modifier and Type Field Description private Property<Boolean>enabledprivate final StringmavenInstallJson
-
Constructor Summary
Constructors Constructor Description ArtifactPinning(ObjectFactory objects, Property<Boolean> enabled, String mavenInstallJson)
-
Method Summary
Modifier and Type Method Description final Property<Boolean>getEnabled()final UnitsetEnabled(Property<Boolean> enabled)final StringgetMavenInstallJson()-
-
Method Detail
-
getEnabled
final Property<Boolean> getEnabled()
-
setEnabled
final Unit setEnabled(Property<Boolean> enabled)
-
getMavenInstallJson
final String getMavenInstallJson()
-
-
-
-