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 classFileMavenDependencyDeprecated.Please use confluence-test-utils module instead.classLocalMavenDependencyDeprecated.Please use confluence-test-utils module instead.Methods in com.atlassian.confluence.it.maven that return MavenDependency Modifier and Type Method Description static MavenDependencyMavenDependencyHelper. resolve(String groupId, String artifactId)Deprecated.Resolves the given maven dependency with version defined by the confluence.version system property.static MavenDependencyMavenDependencyHelper. 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.
-