Uses of Interface
com.atlassian.confluence.it.maven.MavenDependency
-
Packages that use MavenDependency Package Description com.atlassian.confluence.it.maven -
-
Uses of MavenDependency in com.atlassian.confluence.it.maven
Classes in com.atlassian.confluence.it.maven that implement MavenDependency Modifier and Type Class Description class
FileMavenDependency
Deprecated.Please use confluence-test-utils module instead.class
LocalMavenDependency
Deprecated.Please use confluence-test-utils module instead.Methods in com.atlassian.confluence.it.maven that return MavenDependency Modifier and Type Method Description static MavenDependency
MavenDependencyHelper. resolve(String groupId, String artifactId)
Deprecated.Resolves the given maven dependency with version defined by the confluence.version system property.static MavenDependency
MavenDependencyHelper. resolve(String groupId, String artifactId, String version)
Deprecated.Resolves the given maven dependency and version by looking in the reactor first.Constructors in com.atlassian.confluence.it.maven with parameters of type MavenDependency Constructor Description MavenUploadablePlugin(String key, String displayName, MavenDependency dependency)
Deprecated.
-