com.ibm
Class ConnectionsPlugin

java.lang.Object
  extended by hudson.tasks.BuildStepCompatibilityLayer
      extended by hudson.tasks.Publisher
          extended by hudson.tasks.Notifier
              extended by com.ibm.ConnectionsPlugin
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Publisher>, hudson.tasks.BuildStep

public class ConnectionsPlugin
extends hudson.tasks.Notifier

Author:
philrumble

Nested Class Summary
static class ConnectionsPlugin.DescriptorImpl
          Descriptor for NexusMetadataBuilder.
 
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
 String communityuuid
           
 String connectionsPassword
           
 String connectionsUrl
           
 String connectionsUser
           
 Boolean enableforum
           
 Boolean enablestatus
           
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
ConnectionsPlugin(String connectionsUrl, String connectionsUser, String connectionsPassword, Boolean enablestatus, Boolean enableforum, String communityuuid)
           
 
Method Summary
 ConnectionsPlugin.DescriptorImpl getDescriptor()
          Overridden for better type safety.
 hudson.tasks.BuildStepMonitor getRequiredMonitorService()
           
 boolean perform(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
          This is where you 'build' the project.
 
Methods inherited from class hudson.tasks.Publisher
all, getProjectAction, needsToRunAfterFinalized, prebuild
 
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectActions, 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, getProjectActions, prebuild
 

Field Detail

connectionsUrl

public final String connectionsUrl

connectionsUser

public final String connectionsUser

connectionsPassword

public final String connectionsPassword

enablestatus

public final Boolean enablestatus

enableforum

public final Boolean enableforum

communityuuid

public final String communityuuid
Constructor Detail

ConnectionsPlugin

@DataBoundConstructor
public ConnectionsPlugin(String connectionsUrl,
                                              String connectionsUser,
                                              String connectionsPassword,
                                              Boolean enablestatus,
                                              Boolean enableforum,
                                              String communityuuid)
Method Detail

getRequiredMonitorService

public hudson.tasks.BuildStepMonitor getRequiredMonitorService()

perform

public boolean perform(hudson.model.AbstractBuild build,
                       hudson.Launcher launcher,
                       hudson.model.BuildListener listener)
This is where you 'build' the project.

Specified by:
perform in interface hudson.tasks.BuildStep
Overrides:
perform in class hudson.tasks.BuildStepCompatibilityLayer

getDescriptor

public ConnectionsPlugin.DescriptorImpl getDescriptor()
Overridden for better type safety. If your plugin doesn't really define any property on Descriptor, you don't have to do this.

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


Copyright © 2004-2014. All Rights Reserved.