jenkins

package
v0.0.0-...-9090b94 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2021 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Crawler

type Crawler struct {
	// contains filtered or unexported fields
}

Crawler struct holds various attributes needed by the crawler

func NewCrawler

func NewCrawler(db db.Database, conf *config.Config) *Crawler

NewCrawler instatiates a new crawler

func (*Crawler) CrawlJenkins

func (c *Crawler) CrawlJenkins(buildURI string, buildID string)

CrawlJenkins initiates the crawler

type HTTPGetter

type HTTPGetter interface {
	Get(uri string) (*http.Response, error)
}

HTTPGetter is an interface only requiring Get from http.Client

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL