hudson.plugins.templateproject
Class ProxyPublisher

java.lang.Object
  extended by hudson.tasks.BuildStepCompatibilityLayer
      extended by hudson.tasks.Publisher
          extended by hudson.tasks.Recorder
              extended by hudson.plugins.templateproject.ProxyPublisher
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.DependecyDeclarer, hudson.model.Describable<hudson.tasks.Publisher>, hudson.tasks.BuildStep, jenkins.model.DependencyDeclarer

public class ProxyPublisher
extends hudson.tasks.Recorder
implements hudson.model.DependecyDeclarer


Nested Class Summary
static class ProxyPublisher.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
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
ProxyPublisher(java.lang.String projectName)
           
 
Method Summary
 void buildDependencyGraph(hudson.model.AbstractProject project, hudson.model.DependencyGraph graph)
          Any of the publisher could support the DependecyDeclarer interface, so proxy will handle it as well.
 java.lang.String getExpandedProjectName(hudson.model.AbstractBuild<?,?> build)
           
 hudson.model.AbstractProject<?,?> getProject()
           
 java.util.Collection<? extends hudson.model.Action> getProjectActions(hudson.model.AbstractProject<?,?> project)
           
 java.lang.String getProjectName()
           
 java.util.List<hudson.tasks.Publisher> getProjectPublishersList(hudson.model.AbstractBuild<?,?> build)
           
 hudson.tasks.BuildStepMonitor getRequiredMonitorService()
           
 boolean needsToRunAfterFinalized()
           
 boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 boolean prebuild(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener)
           
 
Methods inherited from class hudson.tasks.Recorder
getDescriptor
 
Methods inherited from class hudson.tasks.Publisher
all, getProjectAction, prebuild
 
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, perform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyPublisher

@DataBoundConstructor
public ProxyPublisher(java.lang.String projectName)
Method Detail

getProjectName

public java.lang.String getProjectName()

getExpandedProjectName

public java.lang.String getExpandedProjectName(hudson.model.AbstractBuild<?,?> build)

getProject

public hudson.model.AbstractProject<?,?> getProject()

getRequiredMonitorService

public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Specified by:
getRequiredMonitorService in interface hudson.tasks.BuildStep

needsToRunAfterFinalized

public boolean needsToRunAfterFinalized()
Overrides:
needsToRunAfterFinalized in class hudson.tasks.Publisher

getProjectPublishersList

public java.util.List<hudson.tasks.Publisher> getProjectPublishersList(hudson.model.AbstractBuild<?,?> build)

prebuild

public boolean prebuild(hudson.model.AbstractBuild<?,?> build,
                        hudson.model.BuildListener listener)
Specified by:
prebuild in interface hudson.tasks.BuildStep
Overrides:
prebuild in class hudson.tasks.BuildStepCompatibilityLayer

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

getProjectActions

public java.util.Collection<? extends hudson.model.Action> getProjectActions(hudson.model.AbstractProject<?,?> project)
Specified by:
getProjectActions in interface hudson.tasks.BuildStep
Overrides:
getProjectActions in class hudson.tasks.BuildStepCompatibilityLayer

buildDependencyGraph

public void buildDependencyGraph(hudson.model.AbstractProject project,
                                 hudson.model.DependencyGraph graph)
Any of the publisher could support the DependecyDeclarer interface, so proxy will handle it as well.

Specified by:
buildDependencyGraph in interface jenkins.model.DependencyDeclarer


Copyright © 2004-2015. All Rights Reserved.