public class MavenScm extends Object
MavenBuild.| Modifier and Type | Class and Description |
|---|---|
static class |
MavenScm.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnection()
Return the source control management system URL that describes the repository and
how to connect to the repository.
|
String |
getDeveloperConnection()
Just like
connection, but for developers, i.e. |
String |
getTag()
The tag of current code.
|
String |
getUrl()
The URL to the project's browsable SCM repository.
|
boolean |
isEmpty() |
public boolean isEmpty()
public String getConnection()
public String getDeveloperConnection()
connection, but for developers, i.e. this scm connection
will not be read only.public String getTag()
public String getUrl()
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.