hudson.plugins.javanet_uploader
Class JNUploaderPublisher

java.lang.Object
  extended by hudson.tasks.Publisher
      extended by hudson.plugins.javanet_uploader.JNUploaderPublisher
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Publisher>, hudson.tasks.BuildStep

public class JNUploaderPublisher
extends hudson.tasks.Publisher

Publisher that uploads files to java.net documents and files section.

Author:
Kohsuke Kawaguchi

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
hudson.tasks.BuildStep.PublisherList
 
Field Summary
static hudson.model.Descriptor<hudson.tasks.Publisher> DESCRIPTOR
           
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Method Summary
 hudson.model.Descriptor<hudson.tasks.Publisher> getDescriptor()
           
 java.util.List<Entry> getEntries()
           
 java.lang.String getProject()
           
 boolean perform(hudson.model.Build build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 void setProject(java.lang.String project)
           
 
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 hudson.model.Descriptor<hudson.tasks.Publisher> DESCRIPTOR
Method Detail

getProject

public java.lang.String getProject()

setProject

public void setProject(java.lang.String project)

getEntries

public java.util.List<Entry> getEntries()

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


Copyright © 2007 null. All Rights Reserved.