@ExportedBean public class RepositoryDefinitionProperty extends SimpleBuildWrapper implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
RepositoryDefinitionProperty.DescriptorImpl |
SimpleBuildWrapper.Context, SimpleBuildWrapper.DisposerBuildWrapper.EnvironmentExtensionPoint.LegacyInstancesAreScopedToHudson| Modifier and Type | Field and Description |
|---|---|
SelectionType |
upstream |
| Constructor and Description |
|---|
RepositoryDefinitionProperty(SelectionType upstream) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getIconFileName() |
SelectionType |
getUpstream() |
String |
getUrlName() |
void |
setUp(SimpleBuildWrapper.Context context,
Run<?,?> build,
FilePath workspace,
Launcher launcher,
TaskListener listener,
EnvVars initialEnvironment) |
void |
setUpstream(SelectionType upstream) |
createLoggerDecorator, decorateLauncher, decorateLogger, getProjectActions, makeBuildVariables, makeSensitiveBuildVariables, preCheckout, runPreCheckout, setUpall, getProjectAction, setUpgetDescriptorpublic SelectionType upstream
@DataBoundConstructor public RepositoryDefinitionProperty(SelectionType upstream)
public SelectionType getUpstream()
public void setUpstream(SelectionType upstream)
public void setUp(SimpleBuildWrapper.Context context, Run<?,?> build, FilePath workspace, Launcher launcher, TaskListener listener, EnvVars initialEnvironment) throws IOException, InterruptedException
setUp in class SimpleBuildWrapperIOExceptionInterruptedExceptionpublic String getIconFileName()
public String getDisplayName()
public String getUrlName()
Copyright © 2016–2022. All rights reserved.