Package com.sas.lsaf.execution.job
Class JobPublishCheckinLocation
java.lang.Object
com.sas.lsaf.execution.job.JobPublishCheckinLocation
- All Implemented Interfaces:
Serializable
The class that represents the folders to check in and the method to check in their content. These locations must also
be specified as part of
JobPublishSetup.- Since:
- 2.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.Constructor.JobPublishCheckinLocation(String path, boolean includeSubfolders) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleangetPath()Gets the path to the folder to check in when the job completes.inthashCode()booleanIndicates whether to include the child folders and their content when the job completes.voidsetIncludeSubfolders(boolean includeSubfolders) Sets whether to include the child folder content to check in when the job completes.voidSets the path to the folder to check in when the job completes.toString()
-
Constructor Details
-
JobPublishCheckinLocation
public JobPublishCheckinLocation()Constructor. -
JobPublishCheckinLocation
Constructor.- Parameters:
path- The path to the folder to check in when the job completes.
-
JobPublishCheckinLocation
Constructor.- Parameters:
path- The path to the folder to check in when the job completes.includeSubfolders- Indicates whether to include child folder content to check in when the job completes.
-
-
Method Details
-
getPath
Gets the path to the folder to check in when the job completes.- Returns:
- The path to the folder to check in.
-
setPath
Sets the path to the folder to check in when the job completes.- Parameters:
path- The path to the folder to check in.
-
isIncludeSubfolders
public boolean isIncludeSubfolders()Indicates whether to include the child folders and their content when the job completes.- Returns:
- Indicates whether to include the child folder content.
-
setIncludeSubfolders
public void setIncludeSubfolders(boolean includeSubfolders) Sets whether to include the child folder content to check in when the job completes. The default is false.- Parameters:
includeSubfolders- Indicates whether to include the child folder content.
-
hashCode
public int hashCode() -
equals
-
toString
-