Versions Compared

Key

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

...

Info

Version Details

Application Updates

Workflow Designer

Custom Project Types

Saved Query Subscription

Application Errors View

Plugin Updates

Resolved Issues

...

  • The ProjectTypeEnum has been removed due to the addition of custom project types. Any usages of ProjectTypeEnum in custom Groovy scripts will no longer work and should be replaced with String. The following methods have been removed completely and should be replaced with getProjectType (returns String):

    • ProjectStageExecutionImpl - getProjectTypeEnum()

    • ReleaseProjectVersion - getProjectTypeEnum()

...