public class VersionControlDetails extends Object
| Constructor and Description |
|---|
VersionControlDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Date |
getAsOfTimeUtc()
A Coordinated Universal Time (UTC) date and time that can be used to synchronize an enlistment to the state of the repository at that time.
|
String |
getBranch()
The name of a branch containing the revision.
|
ArtifactLocation |
getMappedTo()
Specifies the location of an artifact.
|
PropertyBag |
getProperties()
Key/value pairs that provide additional information about the object.
|
URI |
getRepositoryUri()
The absolute URI of the repository.
|
String |
getRevisionId()
A string that uniquely and permanently identifies the revision within the repository.
|
String |
getRevisionTag()
A tag that has been applied to the revision.
|
int |
hashCode() |
void |
setAsOfTimeUtc(Date asOfTimeUtc)
A Coordinated Universal Time (UTC) date and time that can be used to synchronize an enlistment to the state of the repository at that time.
|
void |
setBranch(String branch)
The name of a branch containing the revision.
|
void |
setMappedTo(ArtifactLocation mappedTo)
Specifies the location of an artifact.
|
void |
setProperties(PropertyBag properties)
Key/value pairs that provide additional information about the object.
|
void |
setRepositoryUri(URI repositoryUri)
The absolute URI of the repository.
|
void |
setRevisionId(String revisionId)
A string that uniquely and permanently identifies the revision within the repository.
|
void |
setRevisionTag(String revisionTag)
A tag that has been applied to the revision.
|
String |
toString() |
VersionControlDetails |
withAsOfTimeUtc(Date asOfTimeUtc) |
VersionControlDetails |
withBranch(String branch) |
VersionControlDetails |
withMappedTo(ArtifactLocation mappedTo) |
VersionControlDetails |
withProperties(PropertyBag properties) |
VersionControlDetails |
withRepositoryUri(URI repositoryUri) |
VersionControlDetails |
withRevisionId(String revisionId) |
VersionControlDetails |
withRevisionTag(String revisionTag) |
public URI getRepositoryUri()
public void setRepositoryUri(URI repositoryUri)
public VersionControlDetails withRepositoryUri(URI repositoryUri)
public String getRevisionId()
public void setRevisionId(String revisionId)
public VersionControlDetails withRevisionId(String revisionId)
public String getBranch()
public void setBranch(String branch)
public VersionControlDetails withBranch(String branch)
public String getRevisionTag()
public void setRevisionTag(String revisionTag)
public VersionControlDetails withRevisionTag(String revisionTag)
public Date getAsOfTimeUtc()
public void setAsOfTimeUtc(Date asOfTimeUtc)
public VersionControlDetails withAsOfTimeUtc(Date asOfTimeUtc)
public ArtifactLocation getMappedTo()
public void setMappedTo(ArtifactLocation mappedTo)
public VersionControlDetails withMappedTo(ArtifactLocation mappedTo)
public PropertyBag getProperties()
public void setProperties(PropertyBag properties)
public VersionControlDetails withProperties(PropertyBag properties)
Copyright © 2020 Contrast Security. All rights reserved.