Package | Description |
---|---|
org.jenkinsci.maven.plugins.hpi |
Modifier and Type | Method and Description |
---|---|
Artifacts |
Artifacts.artifactIdIs(String... artifactId) |
Artifacts |
Artifacts.artifactIdIsNot(String... artifactId) |
Artifacts |
Artifacts.groupIdIs(String... groupId) |
Artifacts |
Artifacts.groupIdIsNot(String... groupId) |
static Artifacts |
Artifacts.of(org.apache.maven.project.MavenProject p)
Return the
Artifact s representing dependencies of the given project. |
static Artifacts |
Artifacts.ofDirectDependencies(org.apache.maven.project.MavenProject p) |
Artifacts |
Artifacts.removeAll(com.google.common.base.Predicate<org.apache.maven.artifact.Artifact> filter) |
Artifacts |
Artifacts.retainAll(com.google.common.base.Predicate<org.apache.maven.artifact.Artifact> filter) |
Artifacts |
Artifacts.scopeIs(String... scopes) |
Artifacts |
Artifacts.scopeIsNot(String... scopes) |
Artifacts |
Artifacts.typeIs(String... type) |
Artifacts |
Artifacts.typeIsNot(String... type) |
Copyright © 2013. All rights reserved.