Property | Type | Description | |
---|---|---|---|
CreateRetrieveAllUsersQueryReply | ISagaMessage[] | ||
CreateRevisionAssignableCreatedMessage | ISagaMessage | ||
CreateRevisionCreatedMessage | ISagaMessage | ||
CreateRevisionFileCreatedMessage | ISagaMessage |
Method | Description | |
---|---|---|
CreateTpUser ( string name ) : void | ||
CreateTpUser ( string name, int id ) : void | ||
CreateTpUser ( string name, string mail ) : void | ||
CreateTpUser ( string userName, string userLogin, int userId ) : void | ||
CreateTpUserWithLogin ( string login, string name, string mail ) : void | ||
GetTpUserByLogin ( string userLogin ) : Tp.SourceControl.Commands.TpUserMappingInfo | ||
GetTpUserByName ( string userName ) : Tp.SourceControl.Commands.TpUserMappingInfo | ||
MapUser ( string vcsuser, string tpuserName ) : void | ||
StartPlugin ( ) : void | ||
VcsPluginContext ( TransportMock transportMock ) : System |
Method | Description | |
---|---|---|
CreateRetrieveAllUsersQueryReply ( ) : ISagaMessage[] | ||
CreateRevisionAssignableCreatedMessage ( |
||
CreateRevisionCreatedMessage ( |
||
CreateRevisionFileCreatedMessage ( |
public CreateTpUser ( string name, int id ) : void | ||
name | string | |
id | int | |
return | void |
public CreateTpUser ( string name, string mail ) : void | ||
name | string | |
string | ||
return | void |
public CreateTpUser ( string userName, string userLogin, int userId ) : void | ||
userName | string | |
userLogin | string | |
userId | int | |
return | void |
public CreateTpUserWithLogin ( string login, string name, string mail ) : void | ||
login | string | |
name | string | |
string | ||
return | void |
public GetTpUserByLogin ( string userLogin ) : Tp.SourceControl.Commands.TpUserMappingInfo | ||
userLogin | string | |
return | Tp.SourceControl.Commands.TpUserMappingInfo |
public GetTpUserByName ( string userName ) : Tp.SourceControl.Commands.TpUserMappingInfo | ||
userName | string | |
return | Tp.SourceControl.Commands.TpUserMappingInfo |
public MapUser ( string vcsuser, string tpuserName ) : void | ||
vcsuser | string | |
tpuserName | string | |
return | void |
public VcsPluginContext ( TransportMock transportMock ) : System | ||
transportMock | TransportMock | |
return | System |