|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjetbrains.buildServer.serverSide.vcs.CheckedOutDir
public class CheckedOutDir
Contains information about from what vcs root sources are checking out and where they are checking out to. Do not put this object as key to TreeMap because its equals does not correspond to compareTo method.
| Constructor Summary | |
|---|---|
CheckedOutDir(VcsRoot root,
IncludeRule rule)
Creates new object |
|
| Method Summary | |
|---|---|
int |
compareTo(CheckedOutDir o)
|
static java.util.List<CheckedOutDir> |
createListFor(java.util.List<? extends VcsRootEntry> entries)
Creates list of CheckedOutDir objects corresponding to the vcs entries. |
boolean |
equals(java.lang.Object o)
|
VcsRoot |
getRoot()
Sources location description. |
IncludeRule |
getRule()
Include rule describes what part of the described repository should be checked out and where it should be checked out to. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CheckedOutDir(VcsRoot root,
IncludeRule rule)
root - vcs settings checked out from.rule - assotiated checkout rule.| Method Detail |
|---|
public VcsRoot getRoot()
public IncludeRule getRule()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static java.util.List<CheckedOutDir> createListFor(java.util.List<? extends VcsRootEntry> entries)
CheckedOutDir objects corresponding to the vcs entries.
entries - specified vcs entries.
CheckedOutDir objects.public int compareTo(CheckedOutDir o)
compareTo in interface java.lang.Comparable<CheckedOutDir>public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||