com.atlassian.bamboo.installer
Class SetEnvironmentVariableAction

java.lang.Object
  extended by com.install4j.api.CustomAction
      extended by com.install4j.api.InstallAction
          extended by com.atlassian.bamboo.installer.SetEnvironmentVariableAction

public class SetEnvironmentVariableAction
extends com.install4j.api.InstallAction


Constructor Summary
SetEnvironmentVariableAction()
           
 
Method Summary
 int getPercentOfTotalInstallation()
           
 boolean performAction(com.install4j.api.InstallerWizardContext context, com.install4j.api.ProgressInterface progressInterface)
           
 boolean performUnattendedAction(com.install4j.api.InstallerContext context)
           
 
Methods inherited from class com.install4j.api.InstallAction
cancel, performFirstRunAction, rollback, rollbackUnattended
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetEnvironmentVariableAction

public SetEnvironmentVariableAction()
Method Detail

performAction

public boolean performAction(com.install4j.api.InstallerWizardContext context,
                             com.install4j.api.ProgressInterface progressInterface)
                      throws com.install4j.api.UserCanceledException
Overrides:
performAction in class com.install4j.api.InstallAction
Throws:
com.install4j.api.UserCanceledException

performUnattendedAction

public boolean performUnattendedAction(com.install4j.api.InstallerContext context)
Overrides:
performUnattendedAction in class com.install4j.api.InstallAction

getPercentOfTotalInstallation

public int getPercentOfTotalInstallation()
Specified by:
getPercentOfTotalInstallation in class com.install4j.api.CustomAction


Copyright © 2010 Atlassian. All Rights Reserved.