Package flexagon.fd.model2.pojo
Class ReleaseEventDataObject
java.lang.Object
FlexDataObject
flexagon.fd.model2.pojo.ReleaseEventDataObject
public class ReleaseEventDataObject
extends FlexDataObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCreatedByUser(graphql.schema.DataFetchingEnvironment environment) getUpdatedByUser(graphql.schema.DataFetchingEnvironment environment) voidsetActionBy(String pActionBy) voidsetActionOn(Timestamp pActionOn) voidsetActionType(String pActionType) voidsetActiveOn(Timestamp pActiveOn) voidsetCheckCount(Long pCheckCount) voidsetCreatedBy(String pCreatedBy) voidsetCreatedOn(Timestamp pCreatedOn) voidsetEnvironmentId(Long pEnvironmentId) voidsetEventType(String pEventType) voidsetParentStageStepExecId(Long pParentStageStepExecId) voidsetPipelineExecId(Long pPipelineExecId) voidsetPipelineStageExecId(Long pPipelineStageExecId) voidsetPipelineStageGateExecId(Long pPipelineStageGateExecId) voidsetPipelineStageStepExecId(Long pPipelineStageStepExecId) voidsetPipelineStageStepId(Long pPipelineStageStepId) voidsetRelDefinitionId(Long pRelDefinitionId) voidsetReleaseEventId(Long pReleaseEventId) voidsetRelSnapshotId(Long pRelSnapshotId) voidvoidsetUpdatedBy(String pUpdatedBy) voidsetUpdatedOn(Timestamp pUpdatedOn) voidsetVersionNumber(Integer pVersionNumber) toString()
-
Constructor Details
-
ReleaseEventDataObject
public ReleaseEventDataObject()
-
-
Method Details
-
toString
-
getReleaseEventId
-
setReleaseEventId
-
getEventType
-
setEventType
-
getPipelineStageExecId
-
setPipelineStageExecId
-
getPipelineStageGateExecId
-
setPipelineStageGateExecId
-
getPipelineStageStepExecId
-
setPipelineStageStepExecId
-
getRelDefinitionId
-
setRelDefinitionId
-
getRelSnapshotId
-
setRelSnapshotId
-
setTaskId
-
getTaskId
-
getCreatedOn
-
setCreatedOn
-
getCreatedBy
-
setCreatedBy
-
getCreatedByUser
public CompletableFuture<FlxUserDataObject> getCreatedByUser(graphql.schema.DataFetchingEnvironment environment) -
getUpdatedOn
-
setUpdatedOn
-
getUpdatedBy
-
setUpdatedBy
-
getUpdatedByUser
public CompletableFuture<FlxUserDataObject> getUpdatedByUser(graphql.schema.DataFetchingEnvironment environment) -
getVersionNumber
-
setVersionNumber
-
setActiveOn
-
getActiveOn
-
setEnvironmentId
-
getEnvironmentId
-
setPipelineExecId
-
getPipelineExecId
-
setActionType
-
getActionType
-
setActionOn
-
getActionOn
-
setActionBy
-
getActionBy
-
setCheckCount
-
getCheckCount
-
setPipelineStageStepId
-
getPipelineStageStepId
-
setParentStageStepExecId
-
getParentStageStepExecId
-