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
 
Field Summary
static Rake.RakeDescriptor DESCRIPTOR
           
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
Rake(java.lang.String rakeInstallation, java.lang.String rakeFile, java.lang.String tasks, java.lang.String rakeLibDir, boolean silent)
           
 
Method Summary
 Rake.RakeDescriptor getDescriptor()
           
 java.lang.String getRakeFile()
           
 java.lang.String getRakeInstallation()
           
 java.lang.String getRakeLibDir()
           
 java.lang.String getTasks()
           
 boolean isSilent()
           
 boolean perform(hudson.model.Build<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 
Methods inherited from class hudson.tasks.Builder
getProjectAction, prebuild
 
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, 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, perform, prebuild
 

Field Detail

DESCRIPTOR

public static final Rake.RakeDescriptor DESCRIPTOR
Constructor Detail

Rake

@DataBoundConstructor
public Rake(java.lang.String rakeInstallation,
                                 java.lang.String rakeFile,
                                 java.lang.String tasks,
                                 java.lang.String rakeLibDir,
                                 boolean silent)
Method Detail

perform

public boolean perform(hudson.model.Build<?,?> build,
                       hudson.Launcher launcher,
                       hudson.model.BuildListener listener)
                throws java.lang.InterruptedException
Overrides:
perform in class hudson.tasks.BuildStepCompatibilityLayer
Throws:
java.lang.InterruptedException

getDescriptor

public Rake.RakeDescriptor getDescriptor()

getRakeInstallation

public java.lang.String getRakeInstallation()

getRakeFile

public java.lang.String getRakeFile()

getRakeLibDir

public java.lang.String getRakeLibDir()

getTasks

public java.lang.String getTasks()

isSilent

public boolean isSilent()


Copyright © 2008. All Rights Reserved.