com.ingenotech.hudson
Class LavaLampInstallation

java.lang.Object
  extended by hudson.tasks.BuildStepCompatibilityLayer
      extended by hudson.tasks.Publisher
          extended by hudson.tasks.Notifier
              extended by com.ingenotech.hudson.LavaLampInstallation
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Publisher>, hudson.tasks.BuildStep, java.io.Serializable

public class LavaLampInstallation
extends hudson.tasks.Notifier
implements java.io.Serializable

Represents a single LavaLamp installation on the system.

See Also:
Serialized Form

Nested Class Summary
static class LavaLampInstallation.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
LavaLampInstallation(java.lang.String name, java.lang.String address, int port)
           
 
Method Summary
 java.lang.String getAddress()
           
 java.lang.String getDescription()
           
 LavaLampInstallation.DescriptorImpl getDescriptor()
           
 java.net.InetAddress getInetAddress()
           
 java.lang.String getName()
           
 int getPort()
           
 hudson.tasks.BuildStepMonitor getRequiredMonitorService()
           
 boolean needsToRunAfterFinalized()
           
 TCPConnection newConnection()
           
 
Methods inherited from class hudson.tasks.Publisher
all, getProjectAction, prebuild
 
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectActions, perform, 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, perform, prebuild
 

Constructor Detail

LavaLampInstallation

@DataBoundConstructor
public LavaLampInstallation(java.lang.String name,
                                                 java.lang.String address,
                                                 int port)
Method Detail

getName

public java.lang.String getName()

getDescription

public java.lang.String getDescription()

getAddress

public java.lang.String getAddress()

getInetAddress

public java.net.InetAddress getInetAddress()

getPort

public int getPort()

newConnection

public TCPConnection newConnection()

needsToRunAfterFinalized

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

getRequiredMonitorService

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

getDescriptor

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


Copyright © 2010. All Rights Reserved.