Package flexagon.fd.model.pojos.instance
Class InstanceDetails
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model.pojos.instance.InstanceDetails
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getGroup()getName()booleanisActive()booleanUtility workflow instances include all build and deploy instances excluding SCM, ITS and CMS types.booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetActive(boolean pActive) voidvoidsetDescription(String pDescription) voidsetEnvironments(String pEnvironments) voidsetGeneric(boolean pGeneric) voidvoidsetInstanceID(Long pInstanceID) voidvoidsetSubGroup(String pSubGroup)
-
Constructor Details
-
InstanceDetails
public InstanceDetails()
-
-
Method Details
-
isDeployTarget
public boolean isDeployTarget() -
setInstanceID
-
getInstanceID
-
setCode
-
getCode
-
setName
-
getName
-
setActive
public void setActive(boolean pActive) -
isActive
public boolean isActive() -
setGeneric
public void setGeneric(boolean pGeneric) -
isGeneric
public boolean isGeneric() -
setGroup
-
getGroup
-
setSubGroup
-
getSubGroup
-
isSCMInstance
public boolean isSCMInstance() -
isTestInstance
public boolean isTestInstance() -
isIssueTrackingSystemInstance
public boolean isIssueTrackingSystemInstance() -
isChangeManagementSystemInstance
public boolean isChangeManagementSystemInstance() -
isNotSCMInstance
public boolean isNotSCMInstance() -
isNotTestInstance
public boolean isNotTestInstance() -
isNotIssueTrackingSystemInstance
public boolean isNotIssueTrackingSystemInstance() -
isNotChangeManagementSystemInstance
public boolean isNotChangeManagementSystemInstance() -
isSubVesionInstance
public boolean isSubVesionInstance() -
isGITInstance
public boolean isGITInstance() -
isCVSInstance
public boolean isCVSInstance() -
isPerforceInstance
public boolean isPerforceInstance() -
isTFSInstance
public boolean isTFSInstance() -
isDockerApiInstance
public boolean isDockerApiInstance() -
setEnvironments
-
getEnvironments
-
setDescription
-
getDescription
-
isActiveUtilityWorkflowInstance
public boolean isActiveUtilityWorkflowInstance()Utility workflow instances include all build and deploy instances excluding SCM, ITS and CMS types.- Returns:
-