Modifier and Type | Class and Description |
---|---|
class |
AbstractXmlJobcopyOperation
Abstract class for job copy operation using XML DOM.
|
class |
DisableOperation
Disables the job if the job copied from is enabled.
|
class |
EnableOperation
Enables the job if the job copied from is disabled.
|
class |
ReplaceOperation
Replace the string in the configuration.
|
Modifier and Type | Method and Description |
---|---|
static DescriptorExtensionList<JobcopyOperation,Descriptor<JobcopyOperation>> |
JobcopyOperation.all()
Return all the available JobcopyOperation whose DescriptorImpl annotated with Extension.
|
static DescriptorExtensionList<JobcopyOperation,Descriptor<JobcopyOperation>> |
JobcopyOperation.all()
Return all the available JobcopyOperation whose DescriptorImpl annotated with Extension.
|
DescriptorExtensionList<JobcopyOperation,Descriptor<JobcopyOperation>> |
AdditionalFileset.DescriptorImpl.getJobcopyOperationDescriptors()
Returns all the available JobcopyOperation.
|
DescriptorExtensionList<JobcopyOperation,Descriptor<JobcopyOperation>> |
AdditionalFileset.DescriptorImpl.getJobcopyOperationDescriptors()
Returns all the available JobcopyOperation.
|
DescriptorExtensionList<JobcopyOperation,Descriptor<JobcopyOperation>> |
JobcopyBuilder.DescriptorImpl.getJobcopyOperationDescriptors()
Returns all the available JobcopyOperation.
|
DescriptorExtensionList<JobcopyOperation,Descriptor<JobcopyOperation>> |
JobcopyBuilder.DescriptorImpl.getJobcopyOperationDescriptors()
Returns all the available JobcopyOperation.
|
List<JobcopyOperation> |
AdditionalFileset.getJobcopyOperationList()
Returns the list of operations.
|
List<JobcopyOperation> |
JobcopyBuilder.getJobcopyOperationList()
Returns the list of operations.
|
Constructor and Description |
---|
AdditionalFileset(String includeFile,
String excludeFile,
boolean overwrite,
List<JobcopyOperation> jobcopyOperationList)
Constructor to instantiate from parameters in the job configuration page.
|
JobcopyBuilder(String fromJobName,
String toJobName,
boolean overwrite,
List<JobcopyOperation> jobcopyOperationList,
List<AdditionalFileset> additionalFilesetList)
Constructor to instantiate from parameters in the job configuration page.
|
Copyright © 2016–2023. All rights reserved.