public class OtherPipelineImpl extends Object implements OtherPipeline
Constructor and Description |
---|
OtherPipelineImpl(File dir) |
Modifier and Type | Method and Description |
---|---|
File |
getMasterConfig()
Get the MASTER_*.properties file for a given pipeline.
|
File |
getPipeDir()
Get the File object representing the top level of the pipeline folder.
|
String |
getPipelineId() |
File |
getPipelineStatusFlag()
The current status flag.
|
String |
getProjectName() |
boolean |
isModuleDir(File dir) |
boolean |
isPrecheckPipeline()
Determine if a given pipeline was run in precheck mode, ie using the
parameter.
|
protected File |
setMasterConfig()
Used to initial set the masterProps file object.
|
protected String |
setPipelineId() |
protected String |
setProjectName() |
public OtherPipelineImpl(File dir) throws InvalidPipelineException
InvalidPipelineException
public File getMasterConfig()
OtherPipeline
getMasterConfig
in interface OtherPipeline
public File getPipeDir()
OtherPipeline
getPipeDir
in interface OtherPipeline
public String getPipelineId()
getPipelineId
in interface OtherPipeline
public File getPipelineStatusFlag()
OtherPipeline
getPipelineStatusFlag
in interface OtherPipeline
public String getProjectName()
getProjectName
in interface OtherPipeline
public boolean isModuleDir(File dir)
isModuleDir
in interface OtherPipeline
public boolean isPrecheckPipeline()
OtherPipeline
isPrecheckPipeline
in interface OtherPipeline
protected File setMasterConfig() throws InvalidPipelineException
InvalidPipelineException
protected String setProjectName()
protected String setPipelineId()