|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.model.AbstractDescribableImpl<hudson.matrix.Axis>
hudson.matrix.Axis
org.jenkinsci.plugins.GroovyAxis
public class GroovyAxis
| Nested Class Summary | |
|---|---|
static class |
GroovyAxis.DescriptorImpl
|
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Field Summary |
|---|
| Fields inherited from class hudson.matrix.Axis |
|---|
name, values |
| Constructor Summary | |
|---|---|
GroovyAxis(String name,
String groovyString,
List<String> computedValues)
|
|
| Method Summary | |
|---|---|
String |
getGroovyString()
|
List<String> |
getValues()
|
List<String> |
rebuild(hudson.matrix.MatrixBuild.MatrixBuildExecution context)
|
| Methods inherited from class hudson.matrix.Axis |
|---|
addBuildVariable, all, compareTo, getDescriptor, getName, getValueString, indexOf, isSystem, iterator, parsePrefixed, readResolve, size, toString, value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@DataBoundConstructor
public GroovyAxis(String name,
String groovyString,
List<String> computedValues)
| Method Detail |
|---|
public String getGroovyString()
public List<String> rebuild(hudson.matrix.MatrixBuild.MatrixBuildExecution context)
rebuild in class hudson.matrix.Axispublic List<String> getValues()
getValues in class hudson.matrix.Axis
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||