public class ViewCloner
extends hudson.tasks.Builder
implements jenkins.tasks.SimpleBuildStep
Modifier and Type | Class and Description |
---|---|
static class |
ViewCloner.DescriptorImpl |
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory
Constructor and Description |
---|
ViewCloner(String url,
String replacePatternString,
String niewViewName,
String password,
String username) |
Modifier and Type | Method and Description |
---|---|
ViewCloner.DescriptorImpl |
getDescriptor() |
String |
getNiewViewName() |
String |
getPassword() |
String |
getReplacePatternString() |
String |
getUrl() |
String |
getUsername() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath path,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild
public String getNiewViewName()
public String getReplacePatternString()
public String getUsername()
public String getPassword()
public String getUrl()
public void perform(hudson.model.Run<?,?> run, hudson.FilePath path, hudson.Launcher launcher, hudson.model.TaskListener listener) throws InterruptedException, IOException
perform
in interface jenkins.tasks.SimpleBuildStep
InterruptedException
IOException
public ViewCloner.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Builder>
getDescriptor
in class hudson.tasks.Builder
Copyright © 2016. All rights reserved.