| Package | Description |
|---|---|
| jenkins.scm.api |
The public API contract of the SCM API plugin.
|
| Modifier and Type | Method and Description |
|---|---|
SCMFile.Type |
SCMFile.getType()
The type of this object.
|
SCMFile.Type |
SCMProbeStat.getType()
The type of entity or
NONEXISTENT if the entity does not exist. |
protected abstract SCMFile.Type |
SCMFile.type()
The type of this object.
|
static SCMFile.Type |
SCMFile.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SCMFile.Type[] |
SCMFile.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static SCMProbeStat |
SCMProbeStat.fromType(SCMFile.Type type)
Creates a
SCMProbeStat from a SCMFile.Type. |
protected void |
SCMFile.type(SCMFile.Type type)
Proactively seeds the type information where that has been already obtained in a different request.
|
Copyright © 2016–2019. All rights reserved.