Class InheritanceProject.Relationship
- java.lang.Object
-
- hudson.plugins.project_inheritance.projects.InheritanceProject.Relationship
-
- Enclosing class:
- InheritanceProject
public static class InheritanceProject.Relationship extends Object
A very simple enum for the possible relationship states between to projects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InheritanceProject.Relationship.Type
-
Field Summary
Fields Modifier and Type Field Description int
distance
boolean
isLeaf
InheritanceProject.Relationship.Type
type
-
Constructor Summary
Constructors Constructor Description Relationship(InheritanceProject.Relationship.Type type, int distance, boolean isLeaf)
-
-
-
Field Detail
-
type
public final InheritanceProject.Relationship.Type type
-
distance
public final int distance
-
isLeaf
public final boolean isLeaf
-
-
Constructor Detail
-
Relationship
public Relationship(InheritanceProject.Relationship.Type type, int distance, boolean isLeaf)
-
-