| Package | Description |
|---|---|
| org.sonar.maven.model.maven2 |
| Modifier and Type | Field and Description |
|---|---|
protected RepositoryPolicy |
Repository.releases |
protected RepositoryPolicy |
DeploymentRepository.releases |
protected RepositoryPolicy |
Repository.snapshots |
protected RepositoryPolicy |
DeploymentRepository.snapshots |
| Modifier and Type | Method and Description |
|---|---|
RepositoryPolicy |
ObjectFactory.createRepositoryPolicy()
Create an instance of
RepositoryPolicy |
RepositoryPolicy |
Repository.getReleases()
Gets the value of the releases property.
|
RepositoryPolicy |
DeploymentRepository.getReleases()
Gets the value of the releases property.
|
RepositoryPolicy |
Repository.getSnapshots()
Gets the value of the snapshots property.
|
RepositoryPolicy |
DeploymentRepository.getSnapshots()
Gets the value of the snapshots property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Repository.setReleases(RepositoryPolicy value)
Sets the value of the releases property.
|
void |
DeploymentRepository.setReleases(RepositoryPolicy value)
Sets the value of the releases property.
|
void |
Repository.setSnapshots(RepositoryPolicy value)
Sets the value of the snapshots property.
|
void |
DeploymentRepository.setSnapshots(RepositoryPolicy value)
Sets the value of the snapshots property.
|
Copyright © 2012–2016 SonarSource. All rights reserved.