A B C D F G I M N O P R S T U V _ 
All Classes All Packages

A

arch - Variable in class org.jenkinsci.plugins.golang.GolangInstaller.GolangInstallable
 

B

buildEnvVars(EnvVars) - Method in class org.jenkinsci.plugins.golang.GolangInstallation
 

C

compareTo(GolangInstaller.GolangInstallable) - Method in class org.jenkinsci.plugins.golang.GolangInstaller.GolangInstallable
 
CouldNotInstallGo(Object) - Static method in class org.jenkinsci.plugins.golang.Messages
Key CouldNotInstallGo: Could not install Go because {0}.

D

DescriptorImpl() - Constructor for class org.jenkinsci.plugins.golang.GolangBuildWrapper.DescriptorImpl
 
DescriptorImpl() - Constructor for class org.jenkinsci.plugins.golang.GolangInstallation.DescriptorImpl
 
DescriptorImpl() - Constructor for class org.jenkinsci.plugins.golang.GolangInstaller.DescriptorImpl
 

F

forEnvironment(EnvVars) - Method in class org.jenkinsci.plugins.golang.GolangInstallation
 
forNode(Node, TaskListener) - Method in class org.jenkinsci.plugins.golang.GolangInstallation
 

G

getDefaultInstallers() - Method in class org.jenkinsci.plugins.golang.GolangInstallation.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.golang.GolangBuildWrapper.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.golang.GolangInstallation.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.golang.GolangInstaller.DescriptorImpl
 
getInstallableReleases() - Method in class org.jenkinsci.plugins.golang.GolangInstaller.DescriptorImpl
 
getInstallations() - Method in class org.jenkinsci.plugins.golang.GolangBuildWrapper.DescriptorImpl
 
getInstallations() - Method in class org.jenkinsci.plugins.golang.GolangInstallation.DescriptorImpl
 
GolangBuildWrapper - Class in org.jenkinsci.plugins.golang
 
GolangBuildWrapper(String) - Constructor for class org.jenkinsci.plugins.golang.GolangBuildWrapper
 
GolangBuildWrapper.DescriptorImpl - Class in org.jenkinsci.plugins.golang
 
GolangInstallable() - Constructor for class org.jenkinsci.plugins.golang.GolangInstaller.GolangInstallable
 
GolangInstallation - Class in org.jenkinsci.plugins.golang
 
GolangInstallation(String, String, List<? extends ToolProperty<?>>) - Constructor for class org.jenkinsci.plugins.golang.GolangInstallation
 
GolangInstallation.DescriptorImpl - Class in org.jenkinsci.plugins.golang
 
GolangInstaller - Class in org.jenkinsci.plugins.golang
Installs the Go programming language tools by downloading the archive for the detected OS/architecture combo.
GolangInstaller(String) - Constructor for class org.jenkinsci.plugins.golang.GolangInstaller
 
GolangInstaller.DescriptorImpl - Class in org.jenkinsci.plugins.golang
 
GolangInstaller.GolangInstallable - Class in org.jenkinsci.plugins.golang
 
GolangInstaller.GolangRelease - Class in org.jenkinsci.plugins.golang
 
GolangInstaller.GolangReleaseList - Class in org.jenkinsci.plugins.golang
 
GolangRelease() - Constructor for class org.jenkinsci.plugins.golang.GolangInstaller.GolangRelease
 
GolangReleaseList() - Constructor for class org.jenkinsci.plugins.golang.GolangInstaller.GolangReleaseList
 

I

id - Variable in class org.jenkinsci.plugins.golang.GolangInstaller.GolangRelease
 
InstallFromWebsite() - Static method in class org.jenkinsci.plugins.golang.Messages
Key InstallFromWebsite: Install from golang.org.
InstallingGoOnNode(Object, Object, Object) - Static method in class org.jenkinsci.plugins.golang.Messages
Key InstallingGoOnNode: Unpacking Go from {0} to {1} on {2}.
isApplicable(AbstractProject<?, ?>) - Method in class org.jenkinsci.plugins.golang.GolangBuildWrapper.DescriptorImpl
 
isApplicable(Class<? extends ToolInstallation>) - Method in class org.jenkinsci.plugins.golang.GolangInstaller.DescriptorImpl
 

M

Messages - Class in org.jenkinsci.plugins.golang
Generated localization support class.
Messages() - Constructor for class org.jenkinsci.plugins.golang.Messages
 

N

name - Variable in class org.jenkinsci.plugins.golang.GolangInstaller.GolangRelease
 
NoInstallerForOs(Object, Object, Object) - Static method in class org.jenkinsci.plugins.golang.Messages
Key NoInstallerForOs: there is no {0} installer for {1} ({2})....

O

org.jenkinsci.plugins.golang - package org.jenkinsci.plugins.golang
 
os - Variable in class org.jenkinsci.plugins.golang.GolangInstaller.GolangInstallable
 
osxversion - Variable in class org.jenkinsci.plugins.golang.GolangInstaller.GolangInstallable
 

P

performInstallation(ToolInstallation, Node, TaskListener) - Method in class org.jenkinsci.plugins.golang.GolangInstaller
 

R

releases - Variable in class org.jenkinsci.plugins.golang.GolangInstaller.GolangReleaseList
 

S

setInstallations(GolangInstallation...) - Method in class org.jenkinsci.plugins.golang.GolangBuildWrapper.DescriptorImpl
 
setInstallations(GolangInstallation...) - Method in class org.jenkinsci.plugins.golang.GolangInstallation.DescriptorImpl
 
setUp(AbstractBuild, Launcher, BuildListener) - Method in class org.jenkinsci.plugins.golang.GolangBuildWrapper
 
SetUpGoTools() - Static method in class org.jenkinsci.plugins.golang.Messages
Key SetUpGoTools: Set up Go programming language tools.

T

toList() - Method in class org.jenkinsci.plugins.golang.GolangInstaller.GolangReleaseList
 
toString() - Method in class org.jenkinsci.plugins.golang.GolangInstaller.GolangInstallable
 

U

UnrecognisedReleaseId(Object) - Static method in class org.jenkinsci.plugins.golang.Messages
Key UnrecognisedReleaseId: Go can not be installed, as ''{0}'' is not a known version.
UnsupportedCpuArch(Object) - Static method in class org.jenkinsci.plugins.golang.Messages
Key UnsupportedCpuArch: {0} is not a supported CPU type.
UnsupportedOs(Object) - Static method in class org.jenkinsci.plugins.golang.Messages
Key UnsupportedOs: {0} is not a supported OS.

V

variants - Variable in class org.jenkinsci.plugins.golang.GolangInstaller.GolangRelease
 

_

_CouldNotInstallGo(Object) - Static method in class org.jenkinsci.plugins.golang.Messages
Key CouldNotInstallGo: Could not install Go because {0}.
_InstallFromWebsite() - Static method in class org.jenkinsci.plugins.golang.Messages
Key InstallFromWebsite: Install from golang.org.
_InstallingGoOnNode(Object, Object, Object) - Static method in class org.jenkinsci.plugins.golang.Messages
Key InstallingGoOnNode: Unpacking Go from {0} to {1} on {2}.
_NoInstallerForOs(Object, Object, Object) - Static method in class org.jenkinsci.plugins.golang.Messages
Key NoInstallerForOs: there is no {0} installer for {1} ({2})....
_SetUpGoTools() - Static method in class org.jenkinsci.plugins.golang.Messages
Key SetUpGoTools: Set up Go programming language tools.
_UnrecognisedReleaseId(Object) - Static method in class org.jenkinsci.plugins.golang.Messages
Key UnrecognisedReleaseId: Go can not be installed, as ''{0}'' is not a known version.
_UnsupportedCpuArch(Object) - Static method in class org.jenkinsci.plugins.golang.Messages
Key UnsupportedCpuArch: {0} is not a supported CPU type.
_UnsupportedOs(Object) - Static method in class org.jenkinsci.plugins.golang.Messages
Key UnsupportedOs: {0} is not a supported OS.
A B C D F G I M N O P R S T U V _ 
All Classes All Packages