Package | Description |
---|---|
com.codicesoftware.plugins.hudson.commands.parsers | |
com.codicesoftware.plugins.hudson.model | |
com.codicesoftware.plugins.jenkins |
Modifier and Type | Method and Description |
---|---|
static List<ChangeSet> |
FindOutputParser.parseReader(ObjectSpecType specType,
hudson.FilePath path) |
Modifier and Type | Method and Description |
---|---|
ObjectSpecType |
ObjectSpec.getType() |
ObjectSpecType |
ChangeSet.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ChangeSet.setType(ObjectSpecType type) |
Constructor and Description |
---|
ChangeSet(ObjectSpecType type,
String version,
String repoName,
String repoServer,
String dateTimeStr,
String branch,
String user,
String comment,
String guid) |
ObjectSpec(ObjectSpecType specObjectType,
int id,
String repository,
String server) |
Modifier and Type | Method and Description |
---|---|
static ObjectSpecType |
ObjectSpecType.from(String type) |
ObjectSpecType |
UpdateToSpec.getObjectType() |
static ObjectSpecType |
ObjectSpecType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectSpecType[] |
ObjectSpecType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016–2023. All rights reserved.