hudson.plugins.locksandlatches
Class LatchWrapper.LatchConfig
java.lang.Object
hudson.plugins.locksandlatches.LatchWrapper.LatchConfig
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- LatchWrapper
public static final class LatchWrapper.LatchConfig
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
LatchWrapper.LatchConfig
public LatchWrapper.LatchConfig()
LatchWrapper.LatchConfig
@DataBoundConstructor
public LatchWrapper.LatchConfig(java.lang.String name,
int count,
long timeout)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getCount
public int getCount()
setCount
public void setCount(int count)
getTimeout
public long getTimeout()
setTimeout
public void setTimeout(long timeout)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
Copyright © 2007. All Rights Reserved.