Package hudson.model

Class 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.
    • 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.
    • Constructor Detail

      • IssueTracker

        public IssueTracker​(@NonNull
                            String type,
                            @NonNull
                            String viewUrl,
                            @CheckForNull
                            String reportUrl)