| java.lang.Object | |||
| ↳ | com.atlassian.stash.util.BuilderSupport | ||
| ↳ | com.atlassian.stash.repository.AbstractRepositoryRequest.AbstractBuilder<B extends com.atlassian.stash.repository.AbstractRepositoryRequest.AbstractBuilder<B>> | ||
| ↳ | com.atlassian.stash.repository.RepositoryUpdateRequest.Builder | ||
Constructs requests for updating repositories.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.stash.repository.AbstractRepositoryRequest.AbstractBuilder
| |||||||||||
From class
com.atlassian.stash.util.BuilderSupport
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new
Builder which will update the specified Repository. | |||||||||||
Constructs a new
Builder which uses as its defaults all the values from the provided request. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Builds a
request from the assembled values. | |||||||||||
Sets the
ID of the repository to be updated. | |||||||||||
Sets the
project the repository should be moved to. | |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Overridden in concrete builder implementations to return
this. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.stash.repository.AbstractRepositoryRequest.AbstractBuilder
| |||||||||||
From class
com.atlassian.stash.util.BuilderSupport
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructs a new Builder which will update the specified Repository. The following values
are copied:
| repository | the repository to update, and from which all default values should be drawn |
|---|
Constructs a new Builder which uses as its defaults all the values from the provided request.
| request | the request to copy into the new builder |
|---|
Sets the ID of the repository to be updated.
building, an exception will be thrown when attempting to
perform the update.| value | the repository's ID |
|---|
this
Overridden in concrete builder implementations to return this.
this