java.lang.Object
com.github.copilot.rpc.CloudSessionRepository
GitHub repository metadata to associate with a cloud session.
- Since:
- 1.5.0
-
Constructor Details
-
CloudSessionRepository
public CloudSessionRepository()
-
-
Method Details
-
getOwner
Gets the repository owner.- Returns:
- the repository owner
-
setOwner
Sets the repository owner.- Parameters:
owner- the repository owner- Returns:
- this instance for method chaining
-
getName
Gets the repository name.- Returns:
- the repository name
-
setName
Sets the repository name.- Parameters:
name- the repository name- Returns:
- this instance for method chaining
-
getBranch
Gets the optional branch name.- Returns:
- the branch name, or
nullif not set
-
setBranch
Sets the optional branch name.- Parameters:
branch- the branch name- Returns:
- this instance for method chaining
-