org.jenkinsci.plugins.detection.unreliable.slave
Class UnreliableSlaveDetection
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnreliableSlaveDetection
public UnreliableSlaveDetection(String addresses,
int numberOfFailureInRow)
UnreliableSlaveDetection
@DataBoundConstructor
public UnreliableSlaveDetection(String addresses,
int tmpLow,
int workspaceLow,
int numberOfFailureInRow)
UnreliableSlaveDetection
public UnreliableSlaveDetection()
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.