com.atlassian.bamboo.plugins.grails
Class GrailsUpgradeCommand

java.lang.Object
  extended by com.atlassian.bamboo.command.Command
      extended by com.atlassian.bamboo.plugins.grails.GrailsCommand
          extended by com.atlassian.bamboo.plugins.grails.GrailsUpgradeCommand

public class GrailsUpgradeCommand
extends GrailsCommand

Executes "grails upgrade -force" before any other command is executed


Field Summary
 
Fields inherited from class com.atlassian.bamboo.command.Command
buildLoggerManager, CBD_BUILD_COMMANDLINE, substitutionBean
 
Constructor Summary
GrailsUpgradeCommand(java.io.File workingDirectory, java.lang.String commandExecutable, java.lang.String executablePath)
           
 
Method Summary
 
Methods inherited from class com.atlassian.bamboo.plugins.grails.GrailsCommand
getCommandArguments, getCommandExecutable, getGrailsCommand, getWorkingDirectory
 
Methods inherited from class com.atlassian.bamboo.command.Command
decorateCommandLine, executeCommand, getBuildLoggerManager, getCommandLine, getCustomEnvironmentVars, getEnvironmentSetting, getSubstitutedCommandLine, getVariableSubstitutionBean, isWindowsPlatform, setBuildLoggerManager, setPluginAccessor, setVariableSubstitutionBean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrailsUpgradeCommand

public GrailsUpgradeCommand(java.io.File workingDirectory,
                            java.lang.String commandExecutable,
                            java.lang.String executablePath)


Copyright © 2011 Atlassian. All Rights Reserved.