| Package | Description |
|---|---|
| com.cloudbees.jenkins.plugins.customtools | |
| com.synopsys.arc.jenkinsci.plugins.customtools.versions |
| Modifier and Type | Method and Description |
|---|---|
CustomTool |
CustomTool.DescriptorImpl.byName(String name) |
CustomTool |
CustomTool.forBuildProperties(Map<hudson.model.JobPropertyDescriptor,hudson.model.JobProperty> properties) |
CustomTool |
CustomTool.forEnvironment(hudson.EnvVars environment) |
CustomTool |
CustomTool.forNode(hudson.model.Node node,
hudson.model.TaskListener log) |
CustomTool[] |
CustomToolInstallWrapper.DescriptorImpl.getInstallations() |
CustomTool |
CustomToolInstallWrapper.SelectedTool.toCustomTool() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomToolInstallWrapper.CheckVersions(CustomTool tool,
hudson.model.BuildListener listener,
hudson.EnvVars buildEnv,
hudson.model.Node node,
hudson.EnvVars target)
Check versions and modify build environment if required.
|
void |
CustomTool.DescriptorImpl.setInstallations(CustomTool... installations) |
| Modifier and Type | Method and Description |
|---|---|
CustomTool |
ToolVersionParameterDefinition.getTool() |
| Modifier and Type | Method and Description |
|---|---|
static List<CustomTool> |
ToolVersionHelper.getAllVersionedTools()
Gets list of versioned tools.
|
| Modifier and Type | Method and Description |
|---|---|
static ToolVersion |
ToolVersion.getDefaultToolVersion(CustomTool tool) |
static ToolVersion |
ToolVersion.getEffectiveToolVersion(CustomTool tool,
hudson.EnvVars buildEnv,
hudson.model.Node node)
Method gets effective tool version for the build
|
Copyright © 2004-2013. All Rights Reserved.