|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PluginVersionRequest | |
---|---|
org.apache.maven.plugin.version | |
org.apache.maven.plugin.version.internal |
Uses of PluginVersionRequest in org.apache.maven.plugin.version |
---|
Classes in org.apache.maven.plugin.version that implement PluginVersionRequest | |
---|---|
class |
DefaultPluginVersionRequest
Collects settings required to resolve the version for a plugin. |
Methods in org.apache.maven.plugin.version that return PluginVersionRequest | |
---|---|
PluginVersionRequest |
PluginVersionRequest.setArtifactId(String artifactId)
Sets the artifact id of the plugin. |
PluginVersionRequest |
PluginVersionRequest.setGroupId(String groupId)
Sets the group id of the plugin. |
PluginVersionRequest |
PluginVersionRequest.setPom(Model pom)
Sets the POM whose build plugins are to be scanned for the version. |
PluginVersionRequest |
PluginVersionRequest.setRepositories(List<RemoteRepository> repositories)
Sets the remote repositories to use. |
PluginVersionRequest |
PluginVersionRequest.setRepositorySession(RepositorySystemSession repositorySession)
Sets the session to use for repository access. |
Methods in org.apache.maven.plugin.version with parameters of type PluginVersionRequest | |
---|---|
PluginVersionResult |
PluginVersionResolver.resolve(PluginVersionRequest request)
Resolves the version for the specified request. |
Uses of PluginVersionRequest in org.apache.maven.plugin.version.internal |
---|
Methods in org.apache.maven.plugin.version.internal with parameters of type PluginVersionRequest | |
---|---|
PluginVersionResult |
DefaultPluginVersionResolver.resolve(PluginVersionRequest request)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |