Class MigrateRepoOptions
MigrateRepoOptions options for migrating repository's
this is used to interact with api v1
Inheritance
System.Object
MigrateRepoOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Dangl.GiteaOrgManager.dll
Syntax
public class MigrateRepoOptions
Properties
|
Improve this Doc
View Source
Auth_password
Declaration
public string Auth_password { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Auth_token
Declaration
public string Auth_token { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Auth_username
Declaration
public string Auth_username { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Clone_addr
Declaration
[Required(AllowEmptyStrings = true)]
public string Clone_addr { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Issues
Declaration
public bool? Issues { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Labels
Declaration
public bool? Labels { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Lfs
Declaration
public bool? Lfs { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Lfs_endpoint
Declaration
public string Lfs_endpoint { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Milestones
Declaration
public bool? Milestones { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Mirror
Declaration
public bool? Mirror { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Mirror_interval
Declaration
public string Mirror_interval { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Private
Declaration
public bool? Private { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Pull_requests
Declaration
public bool? Pull_requests { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Releases
Declaration
public bool? Releases { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Repo_name
Declaration
[Required(AllowEmptyStrings = true)]
public string Repo_name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Repo_owner
Name of User or Organisation who will own Repo after migration
Declaration
public string Repo_owner { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Service
Declaration
public MigrateRepoOptionsService? Service { get; set; }
Property Value
|
Improve this Doc
View Source
Uid
deprecated (only for backwards compatibility)
Declaration
public long? Uid { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int64> |
|
|
Improve this Doc
View Source
Wiki
Declaration
public bool? Wiki { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|