jenkins

package
v0.0.0-...-3ee71c1 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2014 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Build

type Build struct {
	Number string `xml:"number"`
	Url    string `xml:"url"`
}

type Info

type Info struct {
	XMLName xml.Name `xml:"hudson"`
	Jobs    []*Job   `xml:"job"`
}

type Jenkins

type Jenkins struct {
	Address string
}

func (*Jenkins) Info

func (jenkins *Jenkins) Info() (info *Info, e error)

type Job

type Job struct {
	Name                string   `xml:"name"`
	Url                 string   `xml:"url"`
	Color               string   `xml:"color"`
	DisplayName         string   `xml:"display_name"`
	Buildable           bool     `xml:"buildable"`
	Builds              []*Build `xml:"build"`
	FirstBuild          *Build   `xml:"firstBuild"`
	LastBuild           *Build   `xml:"lastBuild"`
	LastSuccessfulBuild *Build   `xml:"lastSuccessfulBuild"`
	LastStableBuild     *Build   `xml:"lastStableBuild"`
	LastCompletedBuild  *Build   `xml:"lastCompletedBuild"`
}

Jump to

Keyboard shortcuts

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