be.certipost.hudson.plugin
Class SCPRepositoryPublisher

java.lang.Object
  extended by hudson.tasks.BuildStepCompatibilityLayer
      extended by hudson.tasks.Publisher
          extended by hudson.tasks.Notifier
              extended by be.certipost.hudson.plugin.SCPRepositoryPublisher
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Publisher>, hudson.tasks.BuildStep

public final class SCPRepositoryPublisher
extends hudson.tasks.Notifier

Author:
Ramil Israfilov

Nested Class Summary
static class SCPRepositoryPublisher.DescriptorImpl
           
 
Nested classes/interfaces inherited from class hudson.tasks.Publisher
hudson.tasks.Publisher.DescriptorExtensionListImpl
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
hudson.tasks.BuildStep.PublisherList
 
Field Summary
static SCPRepositoryPublisher.DescriptorImpl DESCRIPTOR
           
static java.util.logging.Logger LOGGER
           
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
SCPRepositoryPublisher()
           
SCPRepositoryPublisher(java.lang.String siteName)
           
 
Method Summary
 hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> getDescriptor()
           
 java.util.List<Entry> getEntries()
           
 hudson.tasks.BuildStepMonitor getRequiredMonitorService()
           
 SCPSite getSite()
           
 java.lang.String getSiteName()
           
protected  void log(java.io.PrintStream logger, java.lang.String message)
           
 boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 void setSiteName(java.lang.String siteName)
           
 
Methods inherited from class hudson.tasks.Publisher
all, getProjectAction, needsToRunAfterFinalized, prebuild
 
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, perform, prebuild
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hudson.tasks.BuildStep
getProjectAction, prebuild
 

Field Detail

LOGGER

public static final java.util.logging.Logger LOGGER

DESCRIPTOR

@Extension
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()

getRequiredMonitorService

public hudson.tasks.BuildStepMonitor getRequiredMonitorService()

perform

public boolean perform(hudson.model.AbstractBuild<?,?> build,
                       hudson.Launcher launcher,
                       hudson.model.BuildListener listener)
                throws java.lang.InterruptedException,
                       java.io.IOException
Specified by:
perform in interface hudson.tasks.BuildStep
Overrides:
perform in class hudson.tasks.BuildStepCompatibilityLayer
Throws:
java.lang.InterruptedException
java.io.IOException

getDescriptor

public hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>
Overrides:
getDescriptor in class hudson.tasks.Notifier

getSiteName

public java.lang.String getSiteName()

setSiteName

public void setSiteName(java.lang.String siteName)

log

protected void log(java.io.PrintStream logger,
                   java.lang.String message)


Copyright © 2010. All Rights Reserved.