public abstract class EdgeOperation extends Object
Modifier and Type | Field and Description |
---|---|
protected hudson.model.AbstractProject<?,?> |
source |
protected hudson.model.AbstractProject<?,?> |
target |
Constructor and Description |
---|
EdgeOperation(String sourceJobName,
String targetJobName) |
Modifier and Type | Method and Description |
---|---|
static String |
normalizeChildProjectValue(String actualValue)
Removes double commas and also trailing and leading commas.
|
abstract void |
perform() |
protected final hudson.model.AbstractProject<?,?> source
protected final hudson.model.AbstractProject<?,?> target
public static String normalizeChildProjectValue(String actualValue)
actualValue
- the actual value to be normalizedpublic abstract void perform() throws IOException
IOException
Copyright © 2016–2020. All rights reserved.