org.jenkinsci.plugins
Class GroovyAxis

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<hudson.matrix.Axis>
      extended by hudson.matrix.Axis
          extended by org.jenkinsci.plugins.GroovyAxis
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.matrix.Axis>, Comparable<hudson.matrix.Axis>, Iterable<String>

public class GroovyAxis
extends hudson.matrix.Axis


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

GroovyAxis

@DataBoundConstructor
public GroovyAxis(String name,
                                       String groovyString,
                                       List<String> computedValues)
Method Detail

getGroovyString

public String getGroovyString()

rebuild

public List<String> rebuild(hudson.matrix.MatrixBuild.MatrixBuildExecution context)
Overrides:
rebuild in class hudson.matrix.Axis

getValues

public List<String> getValues()
Overrides:
getValues in class hudson.matrix.Axis


Copyright © 2004-2013. All Rights Reserved.