Uses of Class
org.hudsonci.maven.model.state.ArtifactOperationDTO

Packages that use ArtifactOperationDTO
org.hudsonci.maven.model.state   
 

Uses of ArtifactOperationDTO in org.hudsonci.maven.model.state
 

Fields in org.hudsonci.maven.model.state declared as ArtifactOperationDTO
protected  ArtifactOperationDTO ArtifactActionDTO.operation
           
 

Methods in org.hudsonci.maven.model.state that return ArtifactOperationDTO
static ArtifactOperationDTO ArtifactOperationDTO.fromValue(String v)
           
 ArtifactOperationDTO ArtifactActionDTO.getOperation()
          Gets the value of the operation property.
static ArtifactOperationDTO ArtifactOperationDTO.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ArtifactOperationDTO[] ArtifactOperationDTO.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hudsonci.maven.model.state with parameters of type ArtifactOperationDTO
 void ArtifactActionDTO.setOperation(ArtifactOperationDTO value)
          Sets the value of the operation property.
 ArtifactActionDTO ArtifactActionDTO.withOperation(ArtifactOperationDTO value)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.