com.atlassian.bamboo.v2.build
Class BuildChangesImpl
java.lang.Object
com.atlassian.bamboo.v2.build.BuildChangesImpl
- All Implemented Interfaces:
- BuildChanges, java.io.Serializable
public class BuildChangesImpl
- extends java.lang.Object
- implements BuildChanges
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
BuildChangesImpl
public BuildChangesImpl()
BuildChangesImpl
public BuildChangesImpl(java.lang.String vcsRevisionKey)
BuildChangesImpl
public BuildChangesImpl(java.lang.String vcsRevisionKey,
java.util.List<Commit> changes)
getVcsRevisionKey
public java.lang.String getVcsRevisionKey()
- Description copied from interface:
BuildChanges
- Returns a
Repository
dependent "id" for this checkout. e.g. date timestamp for CVS, revision number for
SVN etc. This is value is taken from the Repository
as to be internally consistent
- Specified by:
getVcsRevisionKey
in interface BuildChanges
- Returns:
- @Nullable. Revision "id"
setVcsRevisionKey
public void setVcsRevisionKey(@Nullable
java.lang.String vcsRevisionKey)
- Specified by:
setVcsRevisionKey
in interface BuildChanges
getPreviousVcsRevisionKey
public java.lang.String getPreviousVcsRevisionKey()
- Description copied from interface:
BuildChanges
- Returns a
Repository
dependent "id" for previous state of repository, so change is between previousVcsRevisionKey and vcsRevisionKey
This is value is taken from the Repository
as to be internally consistent
- Specified by:
getPreviousVcsRevisionKey
in interface BuildChanges
- Returns:
setPreviousVcsRevisionKey
public void setPreviousVcsRevisionKey(@Nullable
java.lang.String previousVcsRevisionKey)
- Specified by:
setPreviousVcsRevisionKey
in interface BuildChanges
getVcsLastChangeRevisionKey
public java.lang.String getVcsLastChangeRevisionKey()
- Description copied from interface:
BuildChanges
- Returns a
Repository
dependent "id" for last change for repository subpath - currently implemented for Subversion ONLY
This is value is taken from the Repository
as to be internally consistent
*
- Specified by:
getVcsLastChangeRevisionKey
in interface BuildChanges
- Returns:
setVcsLastChangeRevisionKey
public void setVcsLastChangeRevisionKey(java.lang.String vcsLastChangeRevisionKey)
- Specified by:
setVcsLastChangeRevisionKey
in interface BuildChanges
getChanges
@NotNull
public java.util.List<Commit> getChanges()
- Description copied from interface:
BuildChanges
List
of Commit
objects that triggered off this particular build. May be null if no changes
returned.
- Specified by:
getChanges
in interface BuildChanges
- Returns:
List
of Commit
s. May be empty
setChanges
public void setChanges(@NotNull
java.util.List<Commit> changes)
- Specified by:
setChanges
in interface BuildChanges
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(java.lang.Object obj)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2010 Atlassian. All Rights Reserved.