hudson.plugins.rake
Class Rake

java.lang.Object
  extended by hudson.tasks.BuildStepCompatibilityLayer
      extended by hudson.tasks.Builder
          extended by hudson.plugins.rake.Rake
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Builder>, hudson.tasks.BuildStep

public class Rake
extends hudson.tasks.Builder

Rake plugin main class.

Author:
David Calavera

Nested Class Summary
static class Rake.RakeDescriptor
           
 
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
hudson.tasks.BuildStep.PublisherList
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
static Rake.RakeDescriptor DESCRIPTOR
           
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
Rake(String rakeInstallation, String rakeFile, String tasks, String rakeLibDir, String rakeWorkingDir, boolean silent, boolean bundleExec)
           
 
Method Summary
 Rake.RakeDescriptor getDescriptor()
           
 String getRakeFile()
           
 String getRakeInstallation()
           
 String getRakeLibDir()
           
 String getRakeWorkingDir()
           
 String getTasks()
           
 boolean isBundleExec()
           
 boolean isSilent()
           
 boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 
Methods inherited from class hudson.tasks.Builder
all, getRequiredMonitorService, prebuild
 
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectAction, getProjectActions, perform, prebuild
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hudson.tasks.BuildStep
getProjectAction, getProjectActions, prebuild
 

Field Detail

DESCRIPTOR

@Extension
public static final Rake.RakeDescriptor DESCRIPTOR
Constructor Detail

Rake

@DataBoundConstructor
public Rake(String rakeInstallation,
                                 String rakeFile,
                                 String tasks,
                                 String rakeLibDir,
                                 String rakeWorkingDir,
                                 boolean silent,
                                 boolean bundleExec)
Method Detail

perform

public boolean perform(hudson.model.AbstractBuild<?,?> build,
                       hudson.Launcher launcher,
                       hudson.model.BuildListener listener)
                throws InterruptedException
Specified by:
perform in interface hudson.tasks.BuildStep
Overrides:
perform in class hudson.tasks.BuildStepCompatibilityLayer
Throws:
InterruptedException

getDescriptor

public Rake.RakeDescriptor getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>
Overrides:
getDescriptor in class hudson.tasks.Builder

getRakeInstallation

public String getRakeInstallation()

getRakeFile

public String getRakeFile()

getRakeLibDir

public String getRakeLibDir()

getTasks

public String getTasks()

isSilent

public boolean isSilent()

isBundleExec

public boolean isBundleExec()

getRakeWorkingDir

public String getRakeWorkingDir()


Copyright © 2004-2014. All Rights Reserved.