org.jenkinsci.plugins.detection.unreliable.slave
Class UnreliableSlaveDetection

java.lang.Object
  extended by org.jenkinsci.plugins.detection.unreliable.slave.UnreliableSlaveDetection
All Implemented Interfaces:
hudson.model.Describable<UnreliableSlaveDetection>

public class UnreliableSlaveDetection
extends Object
implements hudson.model.Describable<UnreliableSlaveDetection>

Author:
lucinka

Nested Class Summary
static class UnreliableSlaveDetection.DescriptorImpl
           
 
Constructor Summary
UnreliableSlaveDetection()
           
UnreliableSlaveDetection(String addresses, int numberOfFailureInRow)
           
UnreliableSlaveDetection(String addresses, int tmpLow, int workspaceLow, int numberOfFailureInRow)
           
 
Method Summary
 String getAddresses()
           
 hudson.model.Descriptor<UnreliableSlaveDetection> getDescriptor()
           
 int getNumberOfFailureInRow()
           
 javax.mail.internet.InternetAddress[] getRecipientAddresses()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnreliableSlaveDetection

public UnreliableSlaveDetection(String addresses,
                                int numberOfFailureInRow)

UnreliableSlaveDetection

@DataBoundConstructor
public UnreliableSlaveDetection(String addresses,
                                                     int tmpLow,
                                                     int workspaceLow,
                                                     int numberOfFailureInRow)

UnreliableSlaveDetection

public UnreliableSlaveDetection()
Method Detail

getRecipientAddresses

public javax.mail.internet.InternetAddress[] getRecipientAddresses()

getAddresses

public String getAddresses()

getNumberOfFailureInRow

public int getNumberOfFailureInRow()

getDescriptor

public hudson.model.Descriptor<UnreliableSlaveDetection> getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<UnreliableSlaveDetection>


Copyright © 2004-2013. All Rights Reserved.