public class CondorGlideIN extends Abstract
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
STYLE_NAME
The name of the style being implemented.
|
mCredentialFactory, mLogger, mProps, mSiteStore
VERSION
Constructor and Description |
---|
CondorGlideIN()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
apply(Job job)
Applies the style to the job to be run in a condor glide in environment.
|
apply, applyCredentialsForJobSubmission, applyCredentialsForLocalExec, applyCredentialsForRemoteExec, complainForCredential, errorMessage, initialize
public static final java.lang.String STYLE_NAME
public void apply(Job job) throws CondorStyleException
job
- the job on which the style needs to be applied.CondorStyleException
- in case of any error occuring code generation.