Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Response

Attributes
AttributeTypeDescription
projectIdLongId of the project.
projectNameString
This is the name
Name of the project.
applicationIdString
This is the type of
Id of the application the project is in.
projectPathStringFully qualified project path.
isActiveBoolean
This is a
Boolean that tracks whether or not the project is active. Null input defaults to true.
descriptionString
This is the group
Description of the project.
partialDeploymentBoolean
This is
Whether the
subgroup of the
project allows partial deployments. Null input defaults to false.
priorityInteger
This is the description This is the id of the active version of the workflow. Must be a valid project type
Deploy priority of the project.
projectType
String
ProjectTypeEnumType of project. Possible values are GENERAL, EBS, PARTIAL_FILE, PARTIAL_JDBC, OracleForms, ORACLE_DB, ORACLE_BI, ORACLE_APEX, MFT, SALESFORCE, UTILITY, MDS, or GENERIC.
scmType
String
SCMTypeEnumThis specifies the source control management system used by this project. Must be a valid source control management system. Possible values are SVN, GIT, CVS, TFVC, PERF, CCUCM, PVCS, FILE, or NONE.
priorityScopeStringThis specifies the priority scope of the current project. Either
'
Global
'
,
'
Folder
'
, or
'Application'
Application.
buildInfoProjectBuildInfoBuild info for the project. See more info about the ProjectBuildInfo object below.
deployInfoProjectDeployInfoDeploy info for the project. See more info about the ProjectDeployInfo object below.
utilityExecutionInfoUtilityProjectExecutionInfoExecution info for a utility project. See more info about the UtilityProjectExecutionInfo below.
streamsList<Long>List of ids which identify the project streams associated with this project.
mainStreamNameStringName of the main stream for the project.
scmConfigurationProjectSCMPojoSee more info about the ProjectSCMPojo object below.

ProjectBuildInfo

AttributeTypeDescription
buildWorkflowIdLong
This Long specifies the id
Id of the build workflow used by this project.
buildInstanceIdLong
This id
Id of the
build instance used by this project.
instance where this project is built.

ProjectDeployInfo

AttributeTypeDescription
deployWorkflowIdLongId of the deployment workflow used by this project.
deployInstanceIdsList<Long>Id of each of the instances where the project can be deployed.

UtilityProjectExecutionInfo

AttributeTypeDescription
utilityWorkflowIdLong
This id specifies
Id of the utility workflow used by this project.
utilityInstanceIdsList<Long>
This id specifies
Id of each of the utility instance
used by
where this project can be run.
deployWorkflowId

ProjectSCMPojo

AttributeTypeDescription
sourcesList<ProjectSCMConfig>List of SCM configuration sources. See more info about the ProjectSCMConfig object below.

ProjectSCMConfig

AttributeTypeDescription
instanceIdLong
This id specifies the deployment workflow used by this project.deployInstanceIdsList<Long>This is a list of id's which identify the deployment instances for this project.streamsList<Long>This is a list of id's which identify the Project Streams associated with this project
SCM instance id for this source.
configValuesList<ProjectSCMConfigValue>Configuration values for each SCM source. See more info about the ProjectSCMConfigValue object below.
sourceNumberIntegerNumber for the source. Source numbers start at 1 and increment for each source after that.

ProjectSCMConfigValue

AttributeTypeDescription
configNameStringName of the configuration attribute.
configValueStringValue of the configuration attribute.