Uses of Class
org.hudsonci.maven.model.InvocationDTO.Method

Packages that use InvocationDTO.Method
org.hudsonci.maven.model   
 

Uses of InvocationDTO.Method in org.hudsonci.maven.model
 

Fields in org.hudsonci.maven.model declared as InvocationDTO.Method
protected  InvocationDTO.Method InvocationDTO.method
           
 

Methods in org.hudsonci.maven.model that return InvocationDTO.Method
 InvocationDTO.Method ObjectFactory.createInvocationDTOMethod()
          Create an instance of InvocationDTO.Method
 InvocationDTO.Method InvocationDTO.getMethod()
          Gets the value of the method property.
 InvocationDTO.Method InvocationDTO.Method.withName(String value)
           
 InvocationDTO.Method InvocationDTO.Method.withTypes(Collection<String> values)
           
 InvocationDTO.Method InvocationDTO.Method.withTypes(String... values)
           
 

Methods in org.hudsonci.maven.model with parameters of type InvocationDTO.Method
 void InvocationDTO.setMethod(InvocationDTO.Method value)
          Sets the value of the method property.
 InvocationDTO InvocationDTO.withMethod(InvocationDTO.Method value)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.