Package hudson.model
Class UpdateSite.IssueTracker
- java.lang.Object
-
- hudson.model.UpdateSite.IssueTracker
-
- Enclosing class:
- UpdateSite
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public static final class UpdateSite.IssueTracker extends Object
Metadata for one issue tracker provided by the update site.
-
-
Constructor Summary
Constructors Constructor Description IssueTracker(String type, String viewUrl, String reportUrl)
-
-
-
Field Detail
-
type
public final String type
A string specifying the type of issue tracker.
-
viewUrl
public final String viewUrl
Issue tracker URL that can be used to view previously reported issues.
-
reportUrl
@CheckForNull public final String reportUrl
Issue tracker URL that can be used to report a new issue.
-
-