java.lang.Object | |||
↳ | com.atlassian.bitbucket.util.BuilderSupport | ||
↳ | com.atlassian.bitbucket.scm.AbstractCommandParameters | ||
↳ | com.atlassian.bitbucket.scm.DeleteCommandParameters |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DeleteCommandParameters.Builder |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.util.BuilderSupport
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Provides the
IDs of all repositories that were forked from the repository being
deleted which have not, themselves, been deleted. | |||||||||||
Retrieves a flag indicating whether the deleted repository has
forks . | |||||||||||
Retrieves a flag indicating whether this repository was the last in its
hierarchy , allowing the SCM to perform any additional cleanup that is necessary when an entire hierarchy
is deleted. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.util.BuilderSupport
| |||||||||||
From class
java.lang.Object
|
Provides the IDs
of all repositories that were forked from the repository being
deleted which have not, themselves, been deleted. As the repository has already been deleted from the
database, the host application must provide these IDs because it is no longer possible to query for them.
The returned set will always be empty for the last repository in a hierarchy
.
Retrieves a flag indicating whether the deleted repository has forks
.
If isLastInHierarchy()
is true
, this will always be false
.
true
if the fork ID
set is not empty; otherwise, false
Retrieves a flag indicating whether this repository was the last in its hierarchy
, allowing the SCM to perform any additional cleanup that is necessary when an entire hierarchy
is deleted.
true
if this repository is the last in its hierarchy; otherwise, false
if at least
one repository remains in the hierarchy