be.certipost.hudson.plugin
Class SCPRepositoryPublisher

java.lang.Object
  extended by hudson.tasks.Publisher
      extended by 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 Class Summary
static class SCPRepositoryPublisher.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
hudson.tasks.BuildStep.PublisherList
 
Field Summary
static SCPRepositoryPublisher.DescriptorImpl DESCRIPTOR
           
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
SCPRepositoryPublisher()
           
SCPRepositoryPublisher(java.lang.String siteName)
           
 
Method Summary
 hudson.model.Descriptor<hudson.tasks.Publisher> getDescriptor()
           
 java.util.List<Entry> getEntries()
           
 SCPSite getSite()
           
 java.lang.String getSiteName()
           
 boolean perform(hudson.model.Build build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 void setSiteName(java.lang.String siteName)
           
 
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
 

Field Detail

DESCRIPTOR

public static final SCPRepositoryPublisher.DescriptorImpl DESCRIPTOR
Constructor Detail

SCPRepositoryPublisher

public SCPRepositoryPublisher()

SCPRepositoryPublisher

public SCPRepositoryPublisher(java.lang.String siteName)
Method Detail

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.