Class InheritanceProject.Dependency
- java.lang.Object
-
- hudson.plugins.project_inheritance.projects.InheritanceProject.Dependency
-
- All Implemented Interfaces:
Comparable<InheritanceProject.Dependency>
- Enclosing class:
- InheritanceProject
public static class InheritanceProject.Dependency extends Object implements Comparable<InheritanceProject.Dependency>
-
-
Constructor Summary
Constructors Constructor Description Dependency(String ref, String... trace)
Dependency(String ref, List<String> trace)
-
-
-
Method Detail
-
compareTo
public int compareTo(InheritanceProject.Dependency other)
- Specified by:
compareTo
in interfaceComparable<InheritanceProject.Dependency>
-
-