Classes
Class | Description | |
---|---|---|
![]() | AppBuildFailed |
A message which is sent from the BuildService in the case that the build of a request app has
failed.
View code on GitHub |
![]() | AppBuildMessage |
A message sent from the BuildService which informs about the specific compilation state.
View code on GitHub |
![]() | AppBuildProgress |
A message sent from the BuildService which informs about the current build progress.
View code on GitHub |
![]() | AppBuildRequest |
A message sent to the BuildService which tell it what kind of app it has to build.
View code on GitHub |
![]() | AppBuildRequest NoPackedCodeDataSpecified | |
![]() | AppBuildRequest NoProjectNameSpecified | |
![]() | AppBuildRequest NoSolutionFileNameSpecified | |
![]() | AppBuildResult |
Result of the BuildService after it finished building the request app.
View code on GitHub |
![]() | ChangeMetaData |
Request to change meta data of a content file in a project
View code on GitHub |
![]() | ChangeProjectRequest |
Request to change project from the client to the server. Server sends back SetProject
View code on GitHub |
![]() | CreateProject |
Request to create Content Project in Content Service, command to create code project on client
View code on GitHub |
![]() | DeleteProject | |
![]() | PlatformNameExtensions | |
![]() | PlatformNameExtensions UnsupportedPlatformPackageFileExtension | |
![]() | ProjectAlreadyExists | |
![]() | ProjectError | |
![]() | ProjectInfoRequest | |
![]() | ProjectInfoResult | |
![]() | ProjectNamesRequest |
Request all accessible project names for the current user
View code on GitHub |
![]() | ProjectNamesResult |
Names of accessible projects for the currently logged in user
View code on GitHub |
![]() | RequestContent |
Used by Content Plugins to request required content data of another ContentType from Client
View code on GitHub |
![]() | SupportedPlatformsRequest | |
![]() | SupportedPlatformsResult |
A message which is sent to the BuildService to know which Platforms are supported.
View code on GitHub |
Interfaces
Interface | Description | |
---|---|---|
![]() | BuildServiceMessage |
Enumerations
Enumeration | Description | |
---|---|---|
![]() | AppBuildMessageType | |
![]() | PlatformName |
All possible platforms we can build for, important for the builder and launcher plugins.
View code on GitHub |