public interface IRepo extends IServerResource
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedDate()
Get the date the repo was created.
|
String |
getDefaultBranch() |
String |
getDescription()
Get the description associated with this repo.
|
String |
getForkedFrom() |
String |
getMirroredFrom() |
String |
getName()
Get the repo's name.
|
String |
getOwnerName()
Get the Perforce user name of the repo's owner.
|
Date |
getPushedDate()
Get the date the repo was last pushed.
|
void |
setDefaultBranch(String defaultBranch) |
void |
setDescription(String description)
Set the description associated with this repo.
|
void |
setForkedFrom(String forkedFrom) |
void |
setMirroredFrom(String mirroredFrom) |
canRefresh, canUpdate, refresh, setServer, update, update, update
String getName()
String getOwnerName()
Date getCreatedDate()
Date getPushedDate()
String getDescription()
void setDescription(String description)
description
- new repo description string.String getForkedFrom()
void setForkedFrom(String forkedFrom)
String getDefaultBranch()
void setDefaultBranch(String defaultBranch)
String getMirroredFrom()
void setMirroredFrom(String mirroredFrom)
Copyright © 2017 Perforce Software. All Rights Reserved.