| java.lang.Object | |||
| ↳ | com.atlassian.bitbucket.util.BuilderSupport | ||
| ↳ | com.atlassian.bitbucket.property.SimplePropertySupport.AbstractPropertyBuilder<B extends com.atlassian.bitbucket.property.SimplePropertySupport.AbstractPropertyBuilder<B>> | ||
| ↳ | com.atlassian.bitbucket.commit.SimpleCommit.Builder | ||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.property.SimplePropertySupport.AbstractPropertyBuilder
| |||||||||||
From class
com.atlassian.bitbucket.util.BuilderSupport
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Sets the
author. | |||||||||||
Sets the
author timestamp. | |||||||||||
Sets the
committer. | |||||||||||
Sets the
committer timestamp. | |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.property.SimplePropertySupport.AbstractPropertyBuilder
| |||||||||||
From class
com.atlassian.bitbucket.util.BuilderSupport
| |||||||||||
From class
java.lang.Object
| |||||||||||
Sets the author timestamp. If the provided Date is null,
the current date is used. If the committer timestamp has not been set, the
provided date (or the current date) will also be set as the committer timestamp.
| value | the author timestamp to associate with the commit, or null to use the current date |
|---|
this
Sets the committer timestamp. If the provided Date is
null, the current date is used. If the author timestamp has not
been set, the provided date (or the current date) will also be set as the author timestamp.
| value | the committer timestamp to associate with the commit, or null to use the current date |
|---|
this