public class FeatureManagementConfigurationBuilder extends Builder implements SimpleBuildStep
Modifier and Type | Class and Description |
---|---|
static class |
FeatureManagementConfigurationBuilder.DescriptorImpl |
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactory
BuildStep.PublisherList
ExtensionPoint.LegacyInstancesAreScopedToHudson
BUILDERS, PUBLISHERS
Constructor and Description |
---|
FeatureManagementConfigurationBuilder(String credentialsId,
String applicationIdAndName,
String environmentIdAndName) |
Modifier and Type | Method and Description |
---|---|
String |
getApplicationIdAndName() |
String |
getCredentialsId() |
String |
getEnvironmentIdAndName() |
void |
perform(Run<?,?> run,
FilePath workspace,
Launcher launcher,
TaskListener listener) |
all, getDescriptor, getRequiredMonitorService, prebuild
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
perform, perform, requiresWorkspace
getProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuild
public String getCredentialsId()
public String getApplicationIdAndName()
public String getEnvironmentIdAndName()
public void perform(@NonNull Run<?,?> run, @NonNull FilePath workspace, @NonNull Launcher launcher, @NonNull TaskListener listener) throws IOException
perform
in interface SimpleBuildStep
IOException
Copyright © 2016–2023. All rights reserved.