Uses of Class
org.jboss.set.aphrodite.config.TrackerType
-
Packages that use TrackerType Package Description org.jboss.set.aphrodite.config org.jboss.set.aphrodite.issue.trackers.common -
-
Uses of TrackerType in org.jboss.set.aphrodite.config
Methods in org.jboss.set.aphrodite.config that return TrackerType Modifier and Type Method Description TrackerTypeIssueTrackerConfig. getTracker()static TrackerTypeTrackerType. valueOf(String name)Returns the enum constant of this type with the specified name.static TrackerType[]TrackerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jboss.set.aphrodite.config with parameters of type TrackerType Constructor Description IssueTrackerConfig(String url, String username, String password, TrackerType tracker, int defaultIssueLimit) -
Uses of TrackerType in org.jboss.set.aphrodite.issue.trackers.common
Fields in org.jboss.set.aphrodite.issue.trackers.common declared as TrackerType Modifier and Type Field Description protected TrackerTypeAbstractIssueTracker. TRACKER_TYPEConstructors in org.jboss.set.aphrodite.issue.trackers.common with parameters of type TrackerType Constructor Description AbstractIssueTracker(TrackerType TRACKER_TYPE)
-