Skip navigation links
B C D G I J K L M O P S T 

B

BatchBuilder - Class in org.jenkinsci.plugins.sge
 
BatchBuilder(String, String, String, String, float, boolean) - Constructor for class org.jenkinsci.plugins.sge.BatchBuilder
 
BatchBuilder.DescriptorImpl - Class in org.jenkinsci.plugins.sge
 
BatchCloud - Class in org.jenkinsci.plugins.sge
 
BatchCloud(String, String, String, int, String, int, String, String) - Constructor for class org.jenkinsci.plugins.sge.BatchCloud
 
BatchCloud.DescriptorImpl - Class in org.jenkinsci.plugins.sge
 
BatchRetentionStrategy - Class in org.jenkinsci.plugins.sge
 
BatchRetentionStrategy(int) - Constructor for class org.jenkinsci.plugins.sge.BatchRetentionStrategy
 
BatchRetentionStrategy.DescriptorImpl - Class in org.jenkinsci.plugins.sge
 
BatchSlave - Class in org.jenkinsci.plugins.sge
Provision a batch slave.
BatchSlave(String, String, int, int, String, int, String, Secret) - Constructor for class org.jenkinsci.plugins.sge.BatchSlave
 
BatchSlave.DescriptorImpl - Class in org.jenkinsci.plugins.sge
 
BatchSystem - Class in org.jenkinsci.plugins.sge
 
BatchSystem(AbstractBuild<?, ?>, Launcher, BuildListener, String, String) - Constructor for class org.jenkinsci.plugins.sge.BatchSystem
 
build - Variable in class org.jenkinsci.plugins.sge.BatchSystem
 

C

canProvision(Label) - Method in class org.jenkinsci.plugins.sge.BatchCloud
Checks if a jobs label matches the clouds label and determines if a slave should be created.
check(SlaveComputer) - Method in class org.jenkinsci.plugins.sge.BatchRetentionStrategy
This method will be called periodically to allow this strategy to decide whether to terminate the specified Computer.
cleanUpFiles(String) - Method in class org.jenkinsci.plugins.sge.BatchSystem
cleans up the files created by the batch system
cleanUpFiles(String) - Method in class org.jenkinsci.plugins.sge.SGE
 
COMMUNICATION_FILE - Variable in class org.jenkinsci.plugins.sge.BatchSystem
 
copyFileToMaster - Variable in class org.jenkinsci.plugins.sge.BatchSystem
 
createFinishedJobOutputFile(String, int) - Method in class org.jenkinsci.plugins.sge.BatchSystem
After the job is finished, create a job output file on the slave beginning with the line after the offset through the end of the file.
createFinishedJobOutputFile(String, int) - Method in class org.jenkinsci.plugins.sge.SGE
After the job is finished, create a job output file on the slave beginning with the line after the offset through the end of the file.
createFormattedRunningJobOutputFile(String, int, int) - Method in class org.jenkinsci.plugins.sge.BatchSystem
While the job is still running, create a file on the slave that begins after the specified offset and ending with line numberOfLines (created by createJobProgressFile method)
createFormattedRunningJobOutputFile(String, int, int) - Method in class org.jenkinsci.plugins.sge.SGE
While the job is still running, create a file on the slave that begins after the specified offset and ending with line numberOfLines (created by createJobProgressFile method)
createJobProgressFile(String, String) - Method in class org.jenkinsci.plugins.sge.BatchSystem
creates the job output file of the running job in the slave
createJobProgressFile(String, String) - Method in class org.jenkinsci.plugins.sge.SGE
 

D

DescriptorImpl() - Constructor for class org.jenkinsci.plugins.sge.BatchBuilder.DescriptorImpl
 
DescriptorImpl() - Constructor for class org.jenkinsci.plugins.sge.BatchCloud.DescriptorImpl
 
DescriptorImpl() - Constructor for class org.jenkinsci.plugins.sge.BatchRetentionStrategy.DescriptorImpl
 
DescriptorImpl() - Constructor for class org.jenkinsci.plugins.sge.BatchSlave.DescriptorImpl
 
doDeleteFile(StaplerRequest, StaplerResponse, String, String) - Method in class org.jenkinsci.plugins.sge.BatchBuilder.DescriptorImpl
 
doStartUpload(StaplerRequest, StaplerResponse) - Method in class org.jenkinsci.plugins.sge.BatchBuilder.DescriptorImpl
 
doUploadFile(StaplerRequest, StaplerResponse, String) - Method in class org.jenkinsci.plugins.sge.BatchBuilder.DescriptorImpl
 

G

getCloudName() - Method in class org.jenkinsci.plugins.sge.BatchCloud
 
getDescriptor() - Method in class org.jenkinsci.plugins.sge.BatchBuilder
 
getDescriptor() - Method in class org.jenkinsci.plugins.sge.BatchCloud
 
getDescriptor() - Method in class org.jenkinsci.plugins.sge.BatchSlave
 
getDisplayName() - Method in class org.jenkinsci.plugins.sge.BatchBuilder.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.sge.BatchCloud.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.sge.BatchRetentionStrategy.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.sge.BatchSlave.DescriptorImpl
 
getHostname() - Method in class org.jenkinsci.plugins.sge.BatchCloud
 
getJenkinsInstance() - Static method in class org.jenkinsci.plugins.sge.BatchBuilder
Get the Jenkins singleton and throw a NullPointerException if it is `null`.
getJob() - Method in class org.jenkinsci.plugins.sge.BatchBuilder
 
getJobStatus(String) - Method in class org.jenkinsci.plugins.sge.BatchSystem
Get the status of the job.
getJobStatus(String) - Method in class org.jenkinsci.plugins.sge.SGE
 
getLabel() - Method in class org.jenkinsci.plugins.sge.BatchCloud
 
getPassword() - Method in class org.jenkinsci.plugins.sge.BatchCloud
 
getPort() - Method in class org.jenkinsci.plugins.sge.BatchCloud
 
getQueueType() - Method in class org.jenkinsci.plugins.sge.BatchCloud
 
getUploadedFiles() - Method in class org.jenkinsci.plugins.sge.BatchBuilder.DescriptorImpl
 
getUsername() - Method in class org.jenkinsci.plugins.sge.BatchCloud
 

I

isApplicable(Class<? extends AbstractProject>) - Method in class org.jenkinsci.plugins.sge.BatchBuilder.DescriptorImpl
 
isEndStatus(String) - Method in class org.jenkinsci.plugins.sge.BatchSystem
 
isEndStatus(String) - Method in class org.jenkinsci.plugins.sge.SGE
 
isRunningStatus(String) - Method in class org.jenkinsci.plugins.sge.BatchSystem
 
isRunningStatus(String) - Method in class org.jenkinsci.plugins.sge.SGE
 

J

jobCompletedSuccessfully(String) - Method in class org.jenkinsci.plugins.sge.BatchSystem
 
jobCompletedSuccessfully(String) - Method in class org.jenkinsci.plugins.sge.SGE
 
jobExitedWithErrors(String) - Method in class org.jenkinsci.plugins.sge.BatchSystem
 
jobExitedWithErrors(String) - Method in class org.jenkinsci.plugins.sge.SGE
 

K

killJob(String) - Method in class org.jenkinsci.plugins.sge.BatchSystem
kills the job with specified job id in the batch system
killJob(String) - Method in class org.jenkinsci.plugins.sge.SGE
 

L

launcher - Variable in class org.jenkinsci.plugins.sge.BatchSystem
 
listener - Variable in class org.jenkinsci.plugins.sge.BatchSystem
 

M

masterWorkingDirectory - Variable in class org.jenkinsci.plugins.sge.BatchSystem
 

O

org.jenkinsci.plugins.sge - package org.jenkinsci.plugins.sge
 

P

perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class org.jenkinsci.plugins.sge.BatchBuilder
 
printErrorLog() - Method in class org.jenkinsci.plugins.sge.BatchSystem
prints the error log to the slave console
printErrorLog() - Method in class org.jenkinsci.plugins.sge.SGE
 
printExitCode(String) - Method in class org.jenkinsci.plugins.sge.BatchSystem
prints the exit code to the slave console
printExitCode(String) - Method in class org.jenkinsci.plugins.sge.SGE
 
processStatus(String) - Method in class org.jenkinsci.plugins.sge.BatchSystem
executes the appropriate actions depending on the status of the job (prints the appropriate messages)
processStatus(String) - Method in class org.jenkinsci.plugins.sge.SGE
 
provision(Label, int) - Method in class org.jenkinsci.plugins.sge.BatchCloud
Creates a slave when there is a running job with an appropriate label

S

setCloudName(String) - Method in class org.jenkinsci.plugins.sge.BatchCloud
 
setHostname(String) - Method in class org.jenkinsci.plugins.sge.BatchCloud
 
setLabel(String) - Method in class org.jenkinsci.plugins.sge.BatchCloud
 
setPassword(String) - Method in class org.jenkinsci.plugins.sge.BatchCloud
 
setPort(int) - Method in class org.jenkinsci.plugins.sge.BatchCloud
 
setQueueType(String) - Method in class org.jenkinsci.plugins.sge.BatchCloud
 
setUsername(String) - Method in class org.jenkinsci.plugins.sge.BatchCloud
 
SGE - Class in org.jenkinsci.plugins.sge
Interface to the Sun Grid Engine (SGE) batch system
SGE(AbstractBuild<?, ?>, Launcher, BuildListener, String, String) - Constructor for class org.jenkinsci.plugins.sge.SGE
 
start(SlaveComputer) - Method in class org.jenkinsci.plugins.sge.BatchRetentionStrategy
 
submitJob(String, boolean, String) - Method in class org.jenkinsci.plugins.sge.BatchSystem
submits the the job to the batch system's selected queue and configures if an email should be sent after the job is done
submitJob(String, boolean, String) - Method in class org.jenkinsci.plugins.sge.SGE
Submit the job to SGE using the qsub command and return the job number as a string.

T

terminate() - Method in class org.jenkinsci.plugins.sge.BatchSlave
 
B C D G I J K L M O P S T 
Skip navigation links

Copyright © 2016–2018 Wave Computing, Inc.. All rights reserved.