hudson.drools
Class RunWrapper
java.lang.Object
hudson.drools.RunWrapper
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable
public class RunWrapper
- extends java.lang.Object
- implements java.io.Externalizable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
RunWrapper
public RunWrapper(hudson.model.Run<?,?> run)
RunWrapper
public RunWrapper()
getRun
public hudson.model.Run getRun()
getDisplayName
public java.lang.String getDisplayName()
getResult
public hudson.model.Result getResult()
isSuccess
public boolean isSuccess()
isUnstable
public boolean isUnstable()
getProjectName
public java.lang.String getProjectName()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Specified by:
writeExternal in interface java.io.Externalizable
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Specified by:
readExternal in interface java.io.Externalizable
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
Copyright © 2009. All Rights Reserved.