public class PluginUpdatesDetails extends ArtifactVersions
| Constructor and Description |
|---|
PluginUpdatesDetails(ArtifactVersions artifactVersions,
Map<org.apache.maven.model.Dependency,ArtifactVersions> dependencyVersions,
boolean includeSnapshots) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.apache.maven.model.Dependency,ArtifactVersions> |
getDependencyVersions() |
boolean |
isArtifactUpdateAvailable()
Returns true if a new version of the artifact fulfilling the criteria (whether to include snapshots) can be found
|
boolean |
isDependencyUpdateAvailable()
Returns true if a new version of the dependency can be found
|
boolean |
isUpdateAvailable()
Returns true if a new version of the dependency can be found
|
compareTo, equals, getArtifact, getArtifactId, getGroupId, getVersion, getVersionComparator, getVersions, hashCode, isVersionInRange, toStringcontainsVersion, getAllUpdates, getAllUpdates, getAllUpdates, getAllUpdates, getAllUpdates, getAllUpdates, getCurrentVersion, getLowerBound, getNewerVersions, getNewerVersions, getNewerVersions, getNewestUpdate, getNewestUpdate, getNewestUpdate, getNewestVersion, getNewestVersion, getNewestVersion, getNewestVersion, getNewestVersion, getNewestVersion, getVersions, getVersions, getVersions, getVersions, getVersions, getVersions, isCurrentVersionDefined, isIncludeSnapshots, setCurrentVersion, setCurrentVersion, setIncludeSnapshotspublic PluginUpdatesDetails(ArtifactVersions artifactVersions, Map<org.apache.maven.model.Dependency,ArtifactVersions> dependencyVersions, boolean includeSnapshots)
public Map<org.apache.maven.model.Dependency,ArtifactVersions> getDependencyVersions()
public boolean isArtifactUpdateAvailable()
public boolean isDependencyUpdateAvailable()
public boolean isUpdateAvailable()
Copyright © 2008–2022 MojoHaus. All rights reserved.