Package com.gradle.scan.eventmodel.maven
Class MvnRepository_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnRepository_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenExtensionVersion(since="1.4")
public final class MvnRepository_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData
containing details about a Maven repository used by the build.
An event stream can contain multiple MvnRepository_1_0
.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionMvnRepository_1_0
(long id, String modelId, String url, long releasePolicy, long snapshotPolicy, @Nullable List<Long> mirroredRepositories) -
Method Summary
-
Field Details
-
id
public final long idThe generated, unique ID of this repository. -
modelId
Declared ID of the repository. -
url
URL of the repository. -
releasePolicy
public final long releasePolicyID of the release policy. ReferencesMvnRepositoryPolicy_1_0.id
. -
snapshotPolicy
public final long snapshotPolicyID of the snapshot policy. ReferencesMvnRepositoryPolicy_1_0.id
. -
mirroredRepositories
@Nullable("when there are no mirrors defined") public final @Nullable("when there are no mirrors defined") List<Long> mirroredRepositoriesWhich repositories this one mirrors. References other repositories viaid
.
-
-
Constructor Details
-
MvnRepository_1_0
-
-
Method Details