Uses of Class
org.apache.flink.tools.ci.utils.shared.Dependency
-
Packages that use Dependency Package Description org.apache.flink.tools.ci.utils.dependency org.apache.flink.tools.ci.utils.notice org.apache.flink.tools.ci.utils.shade org.apache.flink.tools.ci.utils.shared -
-
Uses of Dependency in org.apache.flink.tools.ci.utils.dependency
Methods in org.apache.flink.tools.ci.utils.dependency that return types with arguments of type Dependency Modifier and Type Method Description static Map<String,Set<Dependency>>DependencyParser. parseDependencyCopyOutput(Path buildOutput)Parses the output of a Maven build wheredependency:copywas used, and returns a set of copied dependencies for each module. -
Uses of Dependency in org.apache.flink.tools.ci.utils.notice
Methods in org.apache.flink.tools.ci.utils.notice that return types with arguments of type Dependency Modifier and Type Method Description Collection<Dependency>NoticeContents. getDeclaredDependencies()Constructor parameters in org.apache.flink.tools.ci.utils.notice with type arguments of type Dependency Constructor Description NoticeContents(String noticeModuleName, Collection<Dependency> declaredDependencies) -
Uses of Dependency in org.apache.flink.tools.ci.utils.shade
Methods in org.apache.flink.tools.ci.utils.shade that return types with arguments of type Dependency Modifier and Type Method Description static Map<String,Set<Dependency>>ShadeParser. parseShadeOutput(Path buildOutput)Parses the output of a Maven build whereshade:shadewas used, and returns a set of bundled dependencies for each module. -
Uses of Dependency in org.apache.flink.tools.ci.utils.shared
Methods in org.apache.flink.tools.ci.utils.shared that return Dependency Modifier and Type Method Description static DependencyDependency. create(String groupId, String artifactId, String version, String classifier)static DependencyDependency. create(String groupId, String artifactId, String version, String classifier, String scope, boolean isOptional)Methods in org.apache.flink.tools.ci.utils.shared that return types with arguments of type Dependency Modifier and Type Method Description Stream<Dependency>DependencyTree. flatten()List<Dependency>DependencyTree. getDirectDependencies()List<Dependency>DependencyTree. getPathTo(Dependency dependency)Methods in org.apache.flink.tools.ci.utils.shared with parameters of type Dependency Modifier and Type Method Description DependencyTreeDependencyTree. addDirectDependency(Dependency dependency)DependencyTreeDependencyTree. addTransitiveDependencyTo(Dependency transitiveDependency, Dependency parent)List<Dependency>DependencyTree. getPathTo(Dependency dependency)
-