| Method and Description |
|---|
| hudson.scm.SurroundSCM.getPassword()
Use getCredentialsId instead of this function. This was left in place to support legacy
plugins that stored the username & password.
|
| hudson.scm.SurroundSCM.getRsaKeyPath()
This was getting called.... not entirely sure why, having it always return 'null' to indicate
that the field is not being used. It was showing up in the 'Snippet Generator' for the 'checkout' command
prior to me having this return null.
When I didn't have this field, and it was not marked as @ |
| hudson.scm.SurroundSCM.getUserName()
Use getCredentialsId instead of this function. This was left in place to support legacy
plugins that stored the username & password.
|
| hudson.scm.SurroundSCMChangeLogParser.parse(AbstractBuild, File) |
| hudson.scm.SurroundSCM.setRsaKeyPath(String)
Leaving this here for when reading in old versions of the plugin we can setup the new version
of the rsaKey storage.
|
| Constructor and Description |
|---|
| hudson.scm.SurroundSCM() |
| hudson.scm.SurroundSCM(String, String, String, String, String, String, String, String)
Deprecated as of release v9, added option to include // exclude output.
|
| hudson.scm.SurroundSCM(String, String, String, String, String, String, String, String, boolean)
as of release v10, Significant updates to the Jenkins integration, including:
- Switched to @DataBoundSetter's for optional parameters
- Switched to Credential storage for usernames & rsakeys
- Updated the config page, which necessitated data structure changes.
|
| hudson.scm.SurroundSCMChangeLogSet.SurroundSCMChangeLogSetEntry(String, String, String, String, String, ChangeLogSet, String) |
| hudson.scm.SurroundSCMChangeLogSet(AbstractBuild, ?>) |
Copyright © 2016–2017. All rights reserved.