Class Release2Context
java.lang.Object
flexagon.fd.model2.pipeline.execution.variables.Release2Context
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Longprotected Releaseprotected Environmentprotected Longprotected Longprotected Stringprotected PipelineStageExecutionInfoprotected List<ReleaseProjectVersion>protected List<PipelineScriptVariable>protected List<PipelineScriptVariable>protected Stringprotected Stringprotected Stringprotected Stringprotected Longprotected List<PipelineScriptVariable>protected Stringprotected List<PipelineScriptVariable>protected StageExecutionInfoprotected Long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindAllReleaseProjectVersionsForProjectId(Long pProjectId) findReleaseProjectVersion(Long pProjectId, String pPackageName) getReleaseProjectVersion(Long pProjectId, String pPackageName) booleanvoidsetActivePipelineVersion(Long pActivePipelineVersion) voidsetCoreRelease(Release pCoreRelease) voidsetEnvironment(Environment pEnvironment) voidsetEnvironment(Long pEnvironmentId) voidsetPipelineDefinitionId(Long pPipelineDefinitionId) voidsetPipelineExecutionId(Long pPipelineExecutionId) voidsetPipelineName(String pPipelineName) voidsetSnapshotCreatedBy(String pSnapshotCreatedBy) voidsetSnapshotCreatedByFullName(String pSnapshotCreatedByFullName) voidsetSnapshotDescription(String pSnapshotDescription) voidsetSnapshotDuplicateFilesFlag(String pSnapshotDuplicateFilesFlag) voidsetSnapshotId(Long pSnapshotId) voidsetSnapshotName(String pSnapshotName) voidsetStageExecutionId(Long pStageExecutionId) toString()
-
Field Details
-
mStageExecutionId
-
mPipelineExecutionId
-
mEnvironment
-
mSnapshotId
-
mSnapshotName
-
mSnapshotDuplicateFilesFlag
-
mSnapshotDescription
-
mSnapshotCreatedBy
-
mSnapshotCreatedByFullName
-
mPipelineDefinitionId
-
mPipelineName
-
mActivePipelineVersion
-
mCoreRelease
-
mReleaseProjectVersions
-
mStageExecInfo
-
mPipelineStageExecInfo
-
mReleaseVariables
-
mSnapshotVariables
-
mReleasePropertyVariables
-
mSnapshotInputs
-
-
Constructor Details
-
Release2Context
public Release2Context()
-
-
Method Details
-
toString
-
getReleaseVariables
- Throws:
SQLException
-
getSnapshotVariables
- Throws:
SQLException
-
getReleasePropertyVariables
- Throws:
SQLException
-
getSnapshotInputs
- Throws:
SQLException
-
getStageExecutionInfo
- Throws:
SQLException
-
setCoreRelease
-
getCoreRelease
-
getReleaseProjectVersions
- Throws:
SQLException
-
setEnvironment
-
setEnvironment
-
getEnvironment
-
setSnapshotId
-
getSnapshotId
-
setSnapshotName
-
getSnapshotName
-
setStageExecutionId
-
getStageExecutionId
-
setPipelineExecutionId
-
getPipelineExecutionId
-
setPipelineDefinitionId
-
getPipelineDefinitionId
-
setPipelineName
-
getPipelineName
-
setActivePipelineVersion
-
getActivePipelineVersion
-
setSnapshotDuplicateFilesFlag
-
getSnapshotDuplicateFilesFlag
-
setSnapshotDescription
-
getSnapshotDescription
-
setSnapshotCreatedBy
-
getSnapshotCreatedBy
-
setSnapshotCreatedByFullName
-
getSnapshotCreatedByFullName
-
findAllReleaseProjectVersionsForProjectId
public List<ReleaseProjectVersion> findAllReleaseProjectVersionsForProjectId(Long pProjectId) throws SQLException - Throws:
SQLException
-
findReleaseProjectVersion
public ReleaseProjectVersion findReleaseProjectVersion(Long pProjectId, String pPackageName) throws SQLException - Throws:
SQLException
-
getStageExecutionData
- Throws:
SQLException
-
getCachedStageExecutionData
- Throws:
SQLException
-
getReleaseProjectVersion
public ReleaseProjectVersion getReleaseProjectVersion(Long pProjectId, String pPackageName) throws SQLException - Throws:
SQLException
-
getEnvironmentCode
-
getEnvironmentId
-
getReleaseName
-
getReleaseDefinitionId
-
isExternaApprovalGateCompleted
- Throws:
SQLException
-