Package com.gradle.scan.eventmodel.maven
Class MvnRepositoryPolicy_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnRepositoryPolicy_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenExtensionVersion(since="1.4")
public final class MvnRepositoryPolicy_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData
containing details about a Maven repository policy.
An event stream can contain multiple MvnRepositoryPolicy_1_0
.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionMvnRepositoryPolicy_1_0
(long id, boolean enabled, String updatePolicy, String checksumPolicy) -
Method Summary
-
Field Details
-
id
public final long idThe ID of this repository policy. References eitherMvnRepository_1_0.releasePolicy
orMvnRepository_1_0.snapshotPolicy
. -
enabled
public final boolean enabledWhether the policy is enabled. -
updatePolicy
The update policy used for this repository policy. -
checksumPolicy
The policy for checksum validation used for this repository policy.
-
-
Constructor Details
-
MvnRepositoryPolicy_1_0
-
-
Method Details