- 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
-