Class Release
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.pipeline.execution.variables.Release
- All Implemented Interfaces:
Serializable
The Class Release.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreturns the description for the releasereturns the internal id of the releasereturns the name of the releasevoidsetDescription(String pDescription) Sets the description.voidsetReleaseDefinitionId(Long pReleaseDefinitionId) Sets the release definition id.voidsetReleaseName(String pReleaseName) Sets the release name.toString()Returns the non-secured class variables as comma separated for logging purpose.
-
Constructor Details
-
Release
public Release()
-
-
Method Details
-
setReleaseName
Sets the release name.- Parameters:
pReleaseName- the new release name
-
getReleaseName
returns the name of the release- Returns:
- the release name
-
setReleaseDefinitionId
Sets the release definition id.- Parameters:
pReleaseDefinitionId- the new release definition id
-
getReleaseDefinitionId
returns the internal id of the release- Returns:
- the release definition id
-
setDescription
Sets the description.- Parameters:
pDescription- the new description
-
getDescription
returns the description for the release- Returns:
- the description
-
toString
Returns the non-secured class variables as comma separated for logging purpose.
-