public class WhiteSourcePublisher
extends hudson.tasks.Publisher
implements jenkins.tasks.SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
WhiteSourcePublisher.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
WhiteSourcePublisher(String jobCheckPolicies,
String jobForceUpdate,
String jobApiToken,
String jobUserKey,
String product,
String productVersion,
String projectToken,
String libIncludes,
String libExcludes,
String mavenProjectToken,
String requesterEmail,
String moduleTokens,
String modulesToInclude,
String modulesToExclude,
boolean ignorePomModules) |
WhiteSourcePublisher(WhiteSourcePublisher whiteSourcePublisher) |
| Modifier and Type | Method and Description |
|---|---|
String |
getJobApiToken() |
String |
getJobCheckPolicies() |
String |
getJobForceUpdate() |
String |
getJobUserKey() |
String |
getLibExcludes() |
String |
getLibIncludes() |
String |
getMavenProjectToken() |
String |
getModulesToExclude() |
String |
getModulesToInclude() |
String |
getModuleTokens() |
String |
getProduct() |
String |
getProductVersion() |
String |
getProjectToken() |
String |
getRequesterEmail() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
isIgnorePomModules() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
all, getDescriptor, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, perform, prebuildpublic WhiteSourcePublisher(WhiteSourcePublisher whiteSourcePublisher)
@DataBoundConstructor public WhiteSourcePublisher(String jobCheckPolicies, String jobForceUpdate, String jobApiToken, String jobUserKey, String product, String productVersion, String projectToken, String libIncludes, String libExcludes, String mavenProjectToken, String requesterEmail, String moduleTokens, String modulesToInclude, String modulesToExclude, boolean ignorePomModules)
public void perform(@Nonnull hudson.model.Run<?,?> run, @Nonnull hudson.FilePath workspace, @Nonnull hudson.Launcher launcher, @Nonnull hudson.model.TaskListener listener) throws InterruptedException, IOException
perform in interface jenkins.tasks.SimpleBuildStepInterruptedExceptionIOExceptionpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface hudson.tasks.BuildSteppublic String getJobCheckPolicies()
public String getJobForceUpdate()
public String getJobApiToken()
public String getJobUserKey()
public String getProduct()
public String getProductVersion()
public String getProjectToken()
public String getLibIncludes()
public String getLibExcludes()
public String getMavenProjectToken()
public String getRequesterEmail()
public String getModuleTokens()
public String getModulesToInclude()
public String getModulesToExclude()
public boolean isIgnorePomModules()
Copyright © 2016–2018 White Source. All rights reserved.