| Package | Description |
|---|---|
| jenkins.plugins.git |
| Modifier and Type | Method and Description |
|---|---|
static GitSCMTelescope.ReferenceType |
GitSCMTelescope.ReferenceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GitSCMTelescope.ReferenceType[] |
GitSCMTelescope.ReferenceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Iterable<jenkins.scm.api.SCMRevision> |
GitSCMTelescope.getRevisions(String remote,
com.cloudbees.plugins.credentials.common.StandardCredentials credentials,
Set<GitSCMTelescope.ReferenceType> referenceTypes)
Retrieves the current revisions of the specified repository.
|
Copyright © 2007–2021. All rights reserved.