Uses of Class
hudson.plugins.project_inheritance.views.RelatedProjectView.Relationships
-
Packages that use RelatedProjectView.Relationships Package Description hudson.plugins.project_inheritance.views -
-
Uses of RelatedProjectView.Relationships in hudson.plugins.project_inheritance.views
Methods in hudson.plugins.project_inheritance.views that return RelatedProjectView.Relationships Modifier and Type Method Description static RelatedProjectView.Relationships
RelatedProjectView.Relationships. valueOf(String name)
Returns the enum constant of this type with the specified name.static RelatedProjectView.Relationships[]
RelatedProjectView.Relationships. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in hudson.plugins.project_inheritance.views that return types with arguments of type RelatedProjectView.Relationships Modifier and Type Method Description List<RelatedProjectView.Relationships>
RelatedProjectView. getAllRelations()
Set<RelatedProjectView.Relationships>
RelatedProjectView. getSelectedRelations()
-