Property | Type | Description | |
---|---|---|---|
ApproveRelease | void | ||
CheckIsAdmin | void | ||
CheckIsSiteAdmin | void | ||
CreateAppRelease | void | ||
DeleteProject | void | ||
GetAdmin | |||
GetBaseUrl | string | ||
GetBuildLogUrl | string | ||
GetProjectUrl | string | ||
GetUsersToNotify | IEnumerable |
||
GetUsersToNotify | IEnumerable |
||
ReadAddinInfo | AddinInfo | ||
RejectRelease | void | ||
ResetProjectFlags | void | ||
SaveFile | void | ||
SetProjectFlags | void | ||
SetSourceStatus | void | ||
SetSourceStatus | void | ||
UpdateAppRelease | void | ||
UpdateAppReleaseFile | void | ||
UpdateAppReleaseFileFromUrl | void | ||
UpdateProjectFlags | void | ||
UploadRelease | |||
UserModel | MySql.Data.MySqlClient |
Method | Description | |
---|---|---|
AddProjectOwner ( int projectId, int userId ) : void | ||
BindDownloadInfo ( Cydin.Models.Release rel ) : void | ||
CanManageProject ( Cydin.Models.Project pr ) : bool | ||
CanManageProject ( int projectId ) : bool | ||
CleanSources ( int sourceTagId ) : void | ||
CreateProject ( Cydin.Models.Project p ) : void | ||
CreateRelease ( Cydin.Models.Release rel ) : void | ||
CreateSource ( Cydin.Models.VcsSource source ) : void | ||
CreateSourceTag ( |
||
DeleteAppRelease ( int id ) : void | ||
DeleteRelease ( Cydin.Models.Release rel ) : void | ||
DeleteSource ( int id ) : void | ||
DeleteSourceTag ( |
||
Dispose ( ) : void | ||
GetAppRelease ( int id ) : |
||
GetAppReleaseByVersion ( string version ) : |
||
GetAppReleases ( ) : IEnumerable |
||
GetApplication ( int id ) : Application | ||
GetApplicationAdministrators ( ) : IEnumerable |
||
GetApplicationNotifications ( ) : List |
||
GetApplications ( ) : IEnumerable |
||
GetCurrent ( ) : |
||
GetCurrentAppName ( ) : string | ||
GetDevStatusItems ( DevStatus current ) : List |
||
GetForUser ( string login, string password, int appId ) : |
||
GetPendingReleases ( string status ) : IEnumerable |
||
GetProject ( int id ) : Cydin.Models.Project | ||
GetProjectByName ( string name ) : Cydin.Models.Project | ||
GetProjectNotifications ( int projectId ) : List |
||
GetProjectOwners ( Cydin.Models.Project p ) : IEnumerable |
||
GetProjectReleases ( int projectId ) : IEnumerable |
||
GetProjectSourceTags ( int projectId ) : IEnumerable |
||
GetProjectSources ( int projectId ) : IEnumerable |
||
GetProjects ( ) : IEnumerable |
||
GetPublishedRelease ( |
||
GetRecentReleases ( ) : IEnumerable |
||
GetRelease ( int releaseId ) : Cydin.Models.Release | ||
GetReleases ( ) : IEnumerable |
||
GetSettings ( ) : Cydin.Properties.Settings | ||
GetSource ( int sourceId ) : Cydin.Models.VcsSource | ||
GetSourceTag ( int sourceTagId ) : |
||
GetSourceTags ( ) : IEnumerable |
||
GetSources ( int projectId ) : IEnumerable |
||
GetUser ( int id ) : Cydin.Models.User | ||
GetUserProjects ( ) : IEnumerable |
||
GetVcsSource ( int id ) : Cydin.Models.VcsSource | ||
GetVcsSourceTags ( int sourceId ) : IEnumerable |
||
PublishRelease ( int sourceId ) : Cydin.Models.Release | ||
RemoveProjectOwner ( int projectId, int userId ) : void | ||
ResetUserPermission ( ApplicationPermission perm ) : void | ||
SendMail ( string subject, string body, ApplicationNotification notif ) : void | ||
SendMail ( string subject, string body, ProjectNotification notif, int projectId ) : void | ||
SendMail ( string subject, string body, int projectId ) : void | ||
SetApplicationNotification ( ApplicationNotification notif, bool enable ) : void | ||
SetApplicationNotification ( ProjectNotification notif, bool enable ) : void | ||
SetProjectNotification ( ProjectNotification notif, int projectId, bool enable ) : void | ||
SetPublished ( Cydin.Models.Release rel ) : void | ||
SetSiteNotification ( SiteNotification notif, bool enable ) : void | ||
SetSourceTagStatus ( |
||
SetUserApplicationPermission ( int userId, ApplicationPermission perms, bool enable ) : void | ||
SetUserPermission ( ApplicationPermission perm ) : void | ||
UpdateProject ( Cydin.Models.Project p ) : void | ||
UpdateSettings ( Cydin.Properties.Settings s ) : void | ||
UpdateSource ( Cydin.Models.VcsSource s, bool rebuild ) : void | ||
UpdateSourceTag ( |
||
UpdateUser ( Cydin.Models.User user ) : void | ||
UploadRelease ( int projectId, System.Web.HttpPostedFileBase file, string appVersion, string platforms ) : |
||
UploadRelease ( int projectId, byte fileData, string appVersion, string platforms ) : |
||
ValidateProject ( int projectId ) : void |
Method | Description | |
---|---|---|
ApproveRelease ( int id ) : void | ||
CheckIsAdmin ( ) : void | ||
CheckIsSiteAdmin ( ) : void | ||
CreateAppRelease ( |
||
DeleteProject ( int id ) : void | ||
GetAdmin ( int applicationId ) : |
||
GetBaseUrl ( ) : string | ||
GetBuildLogUrl ( int stagId ) : string | ||
GetProjectUrl ( int projectId ) : string | ||
GetUsersToNotify ( ApplicationNotification notif ) : IEnumerable |
||
GetUsersToNotify ( int projectId, ProjectNotification notif ) : IEnumerable |
||
ReadAddinInfo ( string file ) : AddinInfo | ||
RejectRelease ( int id ) : void | ||
ResetProjectFlags ( int id, ProjectFlag flags ) : void | ||
SaveFile ( Stream inStream, string path ) : void | ||
SetProjectFlags ( int id, ProjectFlag flags ) : void | ||
SetSourceStatus ( int id, string status ) : void | ||
SetSourceStatus ( int id, string status, string message ) : void | ||
UpdateAppRelease ( |
||
UpdateAppReleaseFile ( |
||
UpdateAppReleaseFileFromUrl ( |
||
UpdateProjectFlags ( int id, ProjectFlag flags ) : void | ||
UploadRelease ( int projectId, System.Web.HttpPostedFileBase file, byte fileData, string appVersion, string platforms ) : |
||
UserModel ( ) : MySql.Data.MySqlClient |
public AddProjectOwner ( int projectId, int userId ) : void | ||
projectId | int | |
userId | int | |
return | void |
public BindDownloadInfo ( Cydin.Models.Release rel ) : void | ||
rel | Cydin.Models.Release | |
return | void |
public CanManageProject ( Cydin.Models.Project pr ) : bool | ||
pr | Cydin.Models.Project | |
return | bool |
public CanManageProject ( int projectId ) : bool | ||
projectId | int | |
return | bool |
public CleanSources ( int sourceTagId ) : void | ||
sourceTagId | int | |
return | void |
public CreateProject ( Cydin.Models.Project p ) : void | ||
p | Cydin.Models.Project | |
return | void |
public CreateRelease ( Cydin.Models.Release rel ) : void | ||
rel | Cydin.Models.Release | |
return | void |
public CreateSource ( Cydin.Models.VcsSource source ) : void | ||
source | Cydin.Models.VcsSource | |
return | void |
public CreateSourceTag ( |
||
stag | ||
return | void |
public DeleteRelease ( Cydin.Models.Release rel ) : void | ||
rel | Cydin.Models.Release | |
return | void |
public DeleteSourceTag ( |
||
stag | ||
return | void |
public GetAppReleaseByVersion ( string version ) : |
||
version | string | |
return |
public GetApplication ( int id ) : Application | ||
id | int | |
return | Application |
public GetApplicationAdministrators ( ) : IEnumerable |
||
return | IEnumerable |
public GetApplicationNotifications ( ) : List |
||
return | List |
public GetDevStatusItems ( DevStatus current ) : List |
||
current | DevStatus | |
return | List |
public static GetForUser ( string login, string password, int appId ) : |
||
login | string | |
password | string | |
appId | int | |
return |
public GetPendingReleases ( string status ) : IEnumerable |
||
status | string | |
return | IEnumerable |
public GetProject ( int id ) : Cydin.Models.Project | ||
id | int | |
return | Cydin.Models.Project |
public GetProjectByName ( string name ) : Cydin.Models.Project | ||
name | string | |
return | Cydin.Models.Project |
public GetProjectNotifications ( int projectId ) : List |
||
projectId | int | |
return | List |
public GetProjectOwners ( Cydin.Models.Project p ) : IEnumerable |
||
p | Cydin.Models.Project | |
return | IEnumerable |
public GetProjectReleases ( int projectId ) : IEnumerable |
||
projectId | int | |
return | IEnumerable |
public GetProjectSourceTags ( int projectId ) : IEnumerable |
||
projectId | int | |
return | IEnumerable |
public GetProjectSources ( int projectId ) : IEnumerable |
||
projectId | int | |
return | IEnumerable |
public GetPublishedRelease ( |
||
st | ||
return | Cydin.Models.Release |
public GetRelease ( int releaseId ) : Cydin.Models.Release | ||
releaseId | int | |
return | Cydin.Models.Release |
public static GetSettings ( ) : Cydin.Properties.Settings | ||
return | Cydin.Properties.Settings |
public GetSource ( int sourceId ) : Cydin.Models.VcsSource | ||
sourceId | int | |
return | Cydin.Models.VcsSource |
public GetSourceTag ( int sourceTagId ) : |
||
sourceTagId | int | |
return |
public GetSources ( int projectId ) : IEnumerable |
||
projectId | int | |
return | IEnumerable |
public GetUser ( int id ) : Cydin.Models.User | ||
id | int | |
return | Cydin.Models.User |
public GetVcsSource ( int id ) : Cydin.Models.VcsSource | ||
id | int | |
return | Cydin.Models.VcsSource |
public GetVcsSourceTags ( int sourceId ) : IEnumerable |
||
sourceId | int | |
return | IEnumerable |
public PublishRelease ( int sourceId ) : Cydin.Models.Release | ||
sourceId | int | |
return | Cydin.Models.Release |
public RemoveProjectOwner ( int projectId, int userId ) : void | ||
projectId | int | |
userId | int | |
return | void |
public ResetUserPermission ( ApplicationPermission perm ) : void | ||
perm | ApplicationPermission | |
return | void |
public SendMail ( string subject, string body, ApplicationNotification notif ) : void | ||
subject | string | |
body | string | |
notif | ApplicationNotification | |
return | void |
public SendMail ( string subject, string body, ProjectNotification notif, int projectId ) : void | ||
subject | string | |
body | string | |
notif | ProjectNotification | |
projectId | int | |
return | void |
public SendMail ( string subject, string body, int projectId ) : void | ||
subject | string | |
body | string | |
projectId | int | |
return | void |
public SetApplicationNotification ( ApplicationNotification notif, bool enable ) : void | ||
notif | ApplicationNotification | |
enable | bool | |
return | void |
public SetApplicationNotification ( ProjectNotification notif, bool enable ) : void | ||
notif | ProjectNotification | |
enable | bool | |
return | void |
public SetProjectNotification ( ProjectNotification notif, int projectId, bool enable ) : void | ||
notif | ProjectNotification | |
projectId | int | |
enable | bool | |
return | void |
public SetPublished ( Cydin.Models.Release rel ) : void | ||
rel | Cydin.Models.Release | |
return | void |
public SetSiteNotification ( SiteNotification notif, bool enable ) : void | ||
notif | SiteNotification | |
enable | bool | |
return | void |
public SetSourceTagStatus ( |
||
stag | ||
status | string | |
return | void |
public SetUserApplicationPermission ( int userId, ApplicationPermission perms, bool enable ) : void | ||
userId | int | |
perms | ApplicationPermission | |
enable | bool | |
return | void |
public SetUserPermission ( ApplicationPermission perm ) : void | ||
perm | ApplicationPermission | |
return | void |
public UpdateProject ( Cydin.Models.Project p ) : void | ||
p | Cydin.Models.Project | |
return | void |
public UpdateSettings ( Cydin.Properties.Settings s ) : void | ||
s | Cydin.Properties.Settings | |
return | void |
public UpdateSource ( Cydin.Models.VcsSource s, bool rebuild ) : void | ||
s | Cydin.Models.VcsSource | |
rebuild | bool | |
return | void |
public UpdateSourceTag ( |
||
stag | ||
return | void |
public UpdateUser ( Cydin.Models.User user ) : void | ||
user | Cydin.Models.User | |
return | void |
public UploadRelease ( int projectId, System.Web.HttpPostedFileBase file, string appVersion, string platforms ) : |
||
projectId | int | |
file | System.Web.HttpPostedFileBase | |
appVersion | string | |
platforms | string | |
return |
public UploadRelease ( int projectId, byte fileData, string appVersion, string platforms ) : |
||
projectId | int | |
fileData | byte | |
appVersion | string | |
platforms | string | |
return |
public ValidateProject ( int projectId ) : void | ||
projectId | int | |
return | void |