- canProvision(Label) - Method in class org.jenkinsci.plugins.lsf.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.lsf.BatchRetentionStrategy
-
Checks if the slave computer needs to be terminated and terminates if
needed
- cleanUpFiles(AbstractBuild<?, ?>, Launcher, BuildListener, String, String) - Method in class org.jenkinsci.plugins.lsf.BatchBuilder
-
cleans up the temporary files in the master and the slave
- cleanUpFiles(String) - Method in class org.jenkinsci.plugins.lsf.BatchSystem
-
cleans up the files created by the batch system
- cleanUpFiles(String) - Method in class org.jenkinsci.plugins.lsf.LSF
-
- COMMUNICATION_FILE - Variable in class org.jenkinsci.plugins.lsf.BatchSystem
-
- copyFileToMaster - Variable in class org.jenkinsci.plugins.lsf.BatchSystem
-
- createFinishedJobOutputFile(String, int) - Method in class org.jenkinsci.plugins.lsf.BatchSystem
-
creates the final job output file of the finished job in the slave
- createFinishedJobOutputFile(String, int) - Method in class org.jenkinsci.plugins.lsf.LSF
-
- createFormattedRunningJobOutputFile(String, int, int) - Method in class org.jenkinsci.plugins.lsf.BatchSystem
-
creates a formatted job output file of the running job in the slave from
the specified output file (created by createJobProgressFile method)
- createFormattedRunningJobOutputFile(String, int, int) - Method in class org.jenkinsci.plugins.lsf.LSF
-
- createJobProgressFile(String, String) - Method in class org.jenkinsci.plugins.lsf.BatchSystem
-
creates the job output file of the running job in the slave
- createJobProgressFile(String, String) - Method in class org.jenkinsci.plugins.lsf.LSF
-