com.atlassian.bamboo.ww2.actions.admin
Class ViewAllRepositories.RepoId

java.lang.Object
  extended by com.atlassian.bamboo.ww2.actions.admin.ViewAllRepositories.RepoId
All Implemented Interfaces:
java.lang.Comparable<ViewAllRepositories.RepoId>
Enclosing class:
ViewAllRepositories

public class ViewAllRepositories.RepoId
extends java.lang.Object
implements java.lang.Comparable<ViewAllRepositories.RepoId>


Method Summary
 int compareTo(ViewAllRepositories.RepoId obj)
           
 boolean equals(java.lang.Object o)
           
 java.lang.Object getId()
           
 Repository getRepository()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getId

public java.lang.Object getId()

getRepository

public Repository getRepository()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

compareTo

public int compareTo(ViewAllRepositories.RepoId obj)
Specified by:
compareTo in interface java.lang.Comparable<ViewAllRepositories.RepoId>


Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.