com.atlassian.distribution.scriptwriter
Class FinalMavenBuildCommand

java.lang.Object
  extended by com.atlassian.distribution.scriptwriter.FinalMavenBuildCommand

public class FinalMavenBuildCommand
extends java.lang.Object

Class representing a specific maven command to run


Constructor Summary
FinalMavenBuildCommand()
           
FinalMavenBuildCommand(java.lang.String cmdArgs, boolean useMaven3)
           
 
Method Summary
 java.lang.String getCmdArgs()
           
 MavenVersion getMavenVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FinalMavenBuildCommand

public FinalMavenBuildCommand()

FinalMavenBuildCommand

public FinalMavenBuildCommand(java.lang.String cmdArgs,
                              boolean useMaven3)
Method Detail

getMavenVersion

public MavenVersion getMavenVersion()

getCmdArgs

public java.lang.String getCmdArgs()


Copyright © 2014 Atlassian. All Rights Reserved.