public class Scm extends Object implements Serializable, Cloneable, InputLocationTracker
<scm>
元素包含项目的 SCM(源代码控制管理)所需的信息。构造函数和描述 |
---|
Scm() |
修饰符和类型 | 方法及说明 |
---|---|
Scm |
clone()
方法克隆。
|
String |
getChildScmConnectionInheritAppendPath()
当孩子从 scm 连接继承时获取,是否附加路径?注意:虽然此字段的类型是
String 出于技术原因,但语义类型实际上是
Boolean
默认值: true
自:Maven 3.6.1。 |
String |
getChildScmDeveloperConnectionInheritAppendPath()
当孩子从 scm 开发者连接继承时获取,是否附加路径?注意:虽然此字段的类型是
String 出于技术原因,但语义类型实际上是
Boolean
默认值: true
自:Maven 3.6.1。 |
String |
getChildScmUrlInheritAppendPath()
获取孩子何时从 scm url 继承,是否附加路径?注意:虽然此字段的类型是
String 出于技术原因,但语义类型实际上是
Boolean
默认值: true
自:Maven 3.6.1。 |
String |
getConnection()
获取描述存储库以及如何连接到存储库的源代码控制管理系统 URL。
|
String |
getDeveloperConnection()
得到就像
connection ,但对于开发人员,即 |
InputLocation |
getLocation(Object key)
获取输入源中指定字段的位置。
|
String |
getTag()
获取当前代码的标签。
|
String |
getUrl()
获取项目的可浏览 SCM 存储库的 URL,例如 ViewVC 或 Fisheye。
|
boolean |
isChildScmConnectionInheritAppendPath() |
boolean |
isChildScmDeveloperConnectionInheritAppendPath() |
boolean |
isChildScmUrlInheritAppendPath() |
void |
setChildScmConnectionInheritAppendPath(boolean childScmConnectionInheritAppendPath) |
void |
setChildScmConnectionInheritAppendPath(String childScmConnectionInheritAppendPath)
当孩子从 scm 连接继承时设置,是否附加路径?注意:虽然此字段的类型是
String 出于技术原因,但语义类型实际上是
Boolean
默认值: true
自:Maven 3.6.1。 |
void |
setChildScmDeveloperConnectionInheritAppendPath(boolean childScmDeveloperConnectionInheritAppendPath) |
void |
setChildScmDeveloperConnectionInheritAppendPath(String childScmDeveloperConnectionInheritAppendPath)
当孩子从 scm 开发者连接继承时设置,附加路径与否?注意:虽然此字段的类型是
String 出于技术原因,但语义类型实际上是
Boolean
默认值: true
自:Maven 3.6.1。 |
void |
setChildScmUrlInheritAppendPath(boolean childScmUrlInheritAppendPath) |
void |
setChildScmUrlInheritAppendPath(String childScmUrlInheritAppendPath)
当孩子从 scm url 继承时设置,是否附加路径?注意:虽然此字段的类型是
String 出于技术原因,但语义类型实际上是
Boolean
默认值: true
自:Maven 3.6.1。 |
void |
setConnection(String connection)
设置描述存储库以及如何连接到存储库的源代码控制管理系统 URL。
|
void |
setDeveloperConnection(String developerConnection)
设置就像
connection ,但对于开发人员,即 |
void |
setLocation(Object key,
InputLocation location)
设置指定字段的位置。
|
void |
setOtherLocation(Object key,
InputLocation location) |
void |
setTag(String tag)
设置当前代码的标签。
|
void |
setUrl(String url)
将 URL 设置为项目的可浏览 SCM 存储库,例如 ViewVC 或 Fisheye。
|
public String getChildScmConnectionInheritAppendPath()
String
出于技术原因,但语义类型实际上是
Boolean
true
public String getChildScmDeveloperConnectionInheritAppendPath()
String
出于技术原因,但语义类型实际上是
Boolean
true
public String getChildScmUrlInheritAppendPath()
String
出于技术原因,但语义类型实际上是
Boolean
true
public String getConnection()
child.scm.connection.inherit.append.path="false"
public String getDeveloperConnection()
connection
,但对于开发人员,即这个 scm 连接不会是只读的。
child.scm.developerConnection.inherit.append.path="false"
public InputLocation getLocation(Object key)
InputLocationTracker
getLocation
在界面中 InputLocationTracker
key
-public void setLocation(Object key, InputLocation location)
InputLocationTracker
setLocation
在界面中 InputLocationTracker
key
-location
-public void setOtherLocation(Object key, InputLocation location)
key
-location
-public String getTag()
public String getUrl()
child.scm.url.inherit.append.path="false"
public void setChildScmConnectionInheritAppendPath(String childScmConnectionInheritAppendPath)
String
出于技术原因,但语义类型实际上是
Boolean
true
childScmConnectionInheritAppendPath
-public void setChildScmDeveloperConnectionInheritAppendPath(String childScmDeveloperConnectionInheritAppendPath)
String
出于技术原因,但语义类型实际上是
Boolean
true
childScmDeveloperConnectionInheritAppendPath
-public void setChildScmUrlInheritAppendPath(String childScmUrlInheritAppendPath)
String
出于技术原因,但语义类型实际上是
Boolean
true
childScmUrlInheritAppendPath
-public void setConnection(String connection)
child.scm.connection.inherit.append.path="false"
connection
-public void setDeveloperConnection(String developerConnection)
connection
,但是对于开发人员来说,即这个 scm 连接不会是只读的。
child.scm.developerConnection.inherit.append.path="false"
developerConnection
-public void setTag(String tag)
tag
-public void setUrl(String url)
child.scm.url.inherit.append.path="false"
url
-public boolean isChildScmConnectionInheritAppendPath()
public void setChildScmConnectionInheritAppendPath(boolean childScmConnectionInheritAppendPath)
public boolean isChildScmDeveloperConnectionInheritAppendPath()
public void setChildScmDeveloperConnectionInheritAppendPath(boolean childScmDeveloperConnectionInheritAppendPath)
public boolean isChildScmUrlInheritAppendPath()
public void setChildScmUrlInheritAppendPath(boolean childScmUrlInheritAppendPath)
版权所有 © 2001–2022 Apache 软件基金会。版权所有。