public class ScmUrlImportDescription
extends java.lang.Object
EXPERIMENTAL. This class has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. Please do not use this API without consulting with the Team team.
| Constructor and Description |
|---|
ScmUrlImportDescription(java.lang.String url,
java.lang.String project) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProject() |
java.lang.Object |
getProperty(java.lang.String key)
Returns the specified client property, or
null if none. |
java.net.URI |
getUri() |
java.lang.String |
getUrl()
SCM URL
|
void |
setProperty(java.lang.String key,
java.lang.Object value)
Sets or removes a client property.
|
void |
setUrl(java.lang.String url) |
public ScmUrlImportDescription(java.lang.String url,
java.lang.String project)
public java.lang.String getProject()
public java.lang.String getUrl()
public java.net.URI getUri()
public void setUrl(java.lang.String url)
public void setProperty(java.lang.String key,
java.lang.Object value)
key - property keyvalue - property value or null to remove the propertypublic java.lang.Object getProperty(java.lang.String key)
null if none.key - property keynull
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.