public class NugetPublisher
extends hudson.tasks.Recorder
| Modifier and Type | Class and Description |
|---|---|
static class |
NugetPublisher.NugetPublisherDescriptor |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
NugetPublisher(String name,
String packagesPattern,
String nugetPublicationName,
String packagesExclusionPattern) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getNugetPublicationName() |
String |
getPackagesExclusionPattern() |
String |
getPackagesPattern() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic String getName()
public String getPackagesPattern()
public String getPackagesExclusionPattern()
public String getNugetPublicationName()
Copyright © 2016. All rights reserved.