protected class AbstractCoreMavenComponentTestCase.PluginBuilder extends Object
Constructor and Description |
---|
PluginBuilder(String groupId,
String artifactId,
String version) |
Modifier and Type | Method and Description |
---|---|
AbstractCoreMavenComponentTestCase.PluginBuilder |
addDependency(String groupId,
String artifactId,
String version,
String scope,
Exclusion exclusion) |
AbstractCoreMavenComponentTestCase.PluginBuilder |
addDependency(String groupId,
String artifactId,
String version,
String scope,
String systemPath) |
AbstractCoreMavenComponentTestCase.PluginBuilder |
addDependency(String groupId,
String artifactId,
String version,
String scope,
String systemPath,
Exclusion exclusion) |
Plugin |
get() |
public AbstractCoreMavenComponentTestCase.PluginBuilder addDependency(String groupId, String artifactId, String version, String scope, Exclusion exclusion)
public AbstractCoreMavenComponentTestCase.PluginBuilder addDependency(String groupId, String artifactId, String version, String scope, String systemPath)
public AbstractCoreMavenComponentTestCase.PluginBuilder addDependency(String groupId, String artifactId, String version, String scope, String systemPath, Exclusion exclusion)
public Plugin get()
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.