hudson.plugins.bazaar
Class BazaarRevisionState

java.lang.Object
  extended by hudson.scm.SCMRevisionState
      extended by hudson.plugins.bazaar.BazaarRevisionState
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class BazaarRevisionState
extends hudson.scm.SCMRevisionState

Author:
Robert Collins

Field Summary
 
Fields inherited from class hudson.scm.SCMRevisionState
NONE
 
Constructor Summary
BazaarRevisionState(String revNo, String revId)
           
 
Method Summary
 boolean equals(Object other)
           
 String getRevId()
           
 String getRevNo()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class hudson.scm.SCMRevisionState
getDisplayName, getIconFileName, getUrlName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BazaarRevisionState

public BazaarRevisionState(String revNo,
                           String revId)
Method Detail

getRevNo

public String getRevNo()

getRevId

public String getRevId()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2004-2013. All Rights Reserved.