| Package | Description |
|---|---|
| jenkins.scm.api |
The public API contract of the SCM API plugin.
|
| Modifier and Type | Method and Description |
|---|---|
static SCMProbeStat |
SCMProbeStat.fromAlternativePath(String alternativePath)
Creates a
SCMProbeStat from an alternative path suggestion. |
static SCMProbeStat |
SCMProbeStat.fromType(SCMFile.Type type)
Creates a
SCMProbeStat from a SCMFile.Type. |
SCMProbeStat |
SCMSourceCriteria.Probe.stat(String path)
Checks if the path, relative to the head candidate root, exists or not.
|
abstract SCMProbeStat |
SCMProbe.stat(String path)
Checks if the path, relative to the head candidate root, exists or not.
|
Copyright © 2016–2019. All rights reserved.