be.certipost.hudson.plugin
Class SCPRepositoryPublisher
java.lang.Object
hudson.tasks.Publisher
be.certipost.hudson.plugin.SCPRepositoryPublisher
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Publisher>, hudson.tasks.BuildStep
public class SCPRepositoryPublisher
- extends hudson.tasks.Publisher
- Author:
- Ramil Israfilov
| Nested classes/interfaces inherited from interface hudson.tasks.BuildStep |
hudson.tasks.BuildStep.PublisherList |
| Fields inherited from interface hudson.tasks.BuildStep |
BUILDERS, PUBLISHERS |
| Methods inherited from class hudson.tasks.Publisher |
getProjectAction, prebuild |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTOR
public static final SCPRepositoryPublisher.DescriptorImpl DESCRIPTOR
SCPRepositoryPublisher
public SCPRepositoryPublisher()
SCPRepositoryPublisher
public SCPRepositoryPublisher(java.lang.String siteName)
getEntries
public java.util.List<Entry> getEntries()
getSite
public SCPSite getSite()
perform
public boolean perform(hudson.model.Build build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
getDescriptor
public hudson.model.Descriptor<hudson.tasks.Publisher> getDescriptor()
getSiteName
public java.lang.String getSiteName()
setSiteName
public void setSiteName(java.lang.String siteName)
Copyright © 2007. All Rights Reserved.