hudson.drools
Class RunWrapper

java.lang.Object
  extended by 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

Constructor Summary
RunWrapper()
           
RunWrapper(hudson.model.Run<?,?> run)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDisplayName()
           
 java.lang.String getProjectName()
           
 hudson.model.Result getResult()
           
 hudson.model.Run getRun()
           
 int hashCode()
           
 boolean isSuccess()
           
 boolean isUnstable()
           
 void readExternal(java.io.ObjectInput in)
           
 java.lang.String toString()
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RunWrapper

public RunWrapper(hudson.model.Run<?,?> run)

RunWrapper

public RunWrapper()
Method Detail

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.