@ExportedBean public class RepositoryDefinitionProperty extends SimpleBuildWrapper implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
RepositoryDefinitionProperty.DescriptorImpl |
SimpleBuildWrapper.Context, SimpleBuildWrapper.Disposer
BuildWrapper.Environment
ExtensionPoint.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, setUp
all, getProjectAction, setUp
getDescriptor
public 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 SimpleBuildWrapper
IOException
InterruptedException
public String getIconFileName()
public String getDisplayName()
public String getUrlName()
Copyright © 2016–2022. All rights reserved.