public class RepositoryInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
RepositoryInfo() |
RepositoryInfo(RepositoryInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getBranch()
Get 分支名
|
String |
getRepo()
Get 仓库名
|
String |
getSource()
Get git source
|
void |
setBranch(String Branch)
Set 分支名
|
void |
setRepo(String Repo)
Set 仓库名
|
void |
setSource(String Source)
Set git source
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RepositoryInfo()
public RepositoryInfo(RepositoryInfo source)
public String getSource()
public void setSource(String Source)
Source
- git sourcepublic String getRepo()
public void setRepo(String Repo)
Repo
- 仓库名public String getBranch()
public void setBranch(String Branch)
Branch
- 分支名Copyright © 2025. All rights reserved.