public interface

RepositoryChangeset

implements BambooObject
com.atlassian.bamboo.resultsummary.vcs.RepositoryChangeset
Known Indirect Subclasses

Summary

Public Methods
@Nullable String getChangesetId()
@NotNull Set<Commit> getCommits()
int getPosition()
@NotNull RepositoryDataEntity getRepositoryData()
@NotNull @Deprecated RepositoryDefinitionEntity getRepositoryDefinition()
This method is deprecated. since 4.0 use getRepositoryData()
@NotNull ResultsSummary getResultsSummary()
long getSkippedCommitsCount()
The number of commits that were included in this summary, but their details were skipped (because there was too many commits to keep them all in this summary)
boolean isBuildTrigger()
void setBuildTrigger(boolean buildTrigger)
void setChangesetId(String changesetId)
void setCommits(Set<Commit> commits)
void setPosition(int position)
void setRepositoryData(RepositoryDataEntity repositoryData)
@Deprecated void setRepositoryDefinition(RepositoryDefinitionEntity repositoryDefinition)
This method is deprecated. since 4.0 use setRepositoryData(RepositoryDataEntity)
void setResultsSummary(ResultsSummary resultsSummary)
void setSkippedCommitsCount(long skippedCommitsCount)
[Expand]
Inherited Methods
From interface com.atlassian.bamboo.core.BambooIdProvider
From interface com.atlassian.bamboo.core.BambooObject

Public Methods

@Nullable public String getChangesetId ()

@NotNull public Set<Commit> getCommits ()

public int getPosition ()

@NotNull public RepositoryDataEntity getRepositoryData ()

@NotNull @Deprecated public RepositoryDefinitionEntity getRepositoryDefinition ()

This method is deprecated.
since 4.0 use getRepositoryData()

@return

@NotNull public ResultsSummary getResultsSummary ()

public long getSkippedCommitsCount ()

The number of commits that were included in this summary, but their details were skipped (because there was too many commits to keep them all in this summary)

Returns
  • number of skipped commits

public boolean isBuildTrigger ()

public void setBuildTrigger (boolean buildTrigger)

public void setChangesetId (String changesetId)

public void setCommits (Set<Commit> commits)

public void setPosition (int position)

public void setRepositoryData (RepositoryDataEntity repositoryData)

@Deprecated public void setRepositoryDefinition (RepositoryDefinitionEntity repositoryDefinition)

This method is deprecated.
since 4.0 use setRepositoryData(RepositoryDataEntity)

public void setResultsSummary (ResultsSummary resultsSummary)

public void setSkippedCommitsCount (long skippedCommitsCount)