public class GradleForesightBuilder extends Builder implements SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
GradleForesightBuilder.DescriptorImpl |
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactoryBuildStep.PublisherListExtensionPoint.LegacyInstancesAreScopedToHudson| Modifier and Type | Field and Description |
|---|---|
static String |
THUNDRA_AGENT_PATH |
static String |
THUNDRA_AGENT_TEST_PROJECT_ID |
static String |
THUNDRA_APIKEY |
static String |
THUNDRA_GRADLE_PLUGIN_VERSION |
static String |
THUNDRAINIT_FTLH |
BUILDERS, PUBLISHERS| Constructor and Description |
|---|
GradleForesightBuilder(String projectId,
String credentialId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCredentialId() |
String |
getProjectId() |
String |
getThundraAgentVersion() |
String |
getThundraGradlePluginVersion() |
void |
perform(Run<?,?> run,
FilePath workspace,
Launcher launcher,
TaskListener listener) |
void |
setThundraAgentVersion(String thundraVersion) |
void |
setThundraGradlePluginVersion(String thundraGradlePluginVersion) |
all, getDescriptor, getRequiredMonitorService, prebuildgetProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuildpublic static final String THUNDRA_AGENT_PATH
public static final String THUNDRA_GRADLE_PLUGIN_VERSION
public static final String THUNDRAINIT_FTLH
public static final String THUNDRA_AGENT_TEST_PROJECT_ID
public static final String THUNDRA_APIKEY
public String getProjectId()
public String getCredentialId()
public String getThundraGradlePluginVersion()
@DataBoundSetter public void setThundraGradlePluginVersion(String thundraGradlePluginVersion)
public String getThundraAgentVersion()
@DataBoundSetter public void setThundraAgentVersion(String thundraVersion)
public void perform(Run<?,?> run, FilePath workspace, Launcher launcher, TaskListener listener) throws InterruptedException, IOException
perform in interface SimpleBuildStepInterruptedExceptionIOExceptionCopyright © 2016–2021. All rights reserved.