Documentation
¶
Index ¶
- Constants
- func CreateRetryClientNewWithOptions(retryConditionCallback aurestclientapi.RetryConditionCallback, ...) func(client aurestclientapi.Client) aurestclientapi.Client
- func CreateSetupLoggingNewWithOptions(...) func(client aurestclientapi.Client) aurestclientapi.Client
- func IsHttpError(err error) bool
- func NewError(message string, status int) error
- func NewErrorWrap(err error, status int) error
- type ApiClient
- type ApplicationUser
- type BuildsAndDeploymentsAPI
- type BuildsAndDeploymentsAPIAddAnnotationsRequest
- func (r *BuildsAndDeploymentsAPIAddAnnotationsRequest) Execute() (aurestclientapi.ParsedResponse, error)
- func (r *BuildsAndDeploymentsAPIAddAnnotationsRequest) RestBulkAddInsightAnnotationRequest(restBulkAddInsightAnnotationRequest RestBulkAddInsightAnnotationRequest) *BuildsAndDeploymentsAPIAddAnnotationsRequest
- type BuildsAndDeploymentsAPIAddRequest
- type BuildsAndDeploymentsAPICreateOrUpdateDeploymentRequest
- func (r *BuildsAndDeploymentsAPICreateOrUpdateDeploymentRequest) Execute() (RestDeployment, aurestclientapi.ParsedResponse, error)
- func (r *BuildsAndDeploymentsAPICreateOrUpdateDeploymentRequest) RestDeploymentSetRequest(restDeploymentSetRequest RestDeploymentSetRequest) *BuildsAndDeploymentsAPICreateOrUpdateDeploymentRequest
- type BuildsAndDeploymentsAPICreateRequiredBuildsMergeCheckRequest
- func (r *BuildsAndDeploymentsAPICreateRequiredBuildsMergeCheckRequest) Execute() (RestRequiredBuildCondition, aurestclientapi.ParsedResponse, error)
- func (r *BuildsAndDeploymentsAPICreateRequiredBuildsMergeCheckRequest) RestRequiredBuildConditionSetRequest(restRequiredBuildConditionSetRequest RestRequiredBuildConditionSetRequest) *BuildsAndDeploymentsAPICreateRequiredBuildsMergeCheckRequest
- type BuildsAndDeploymentsAPIDelete1Request
- func (r *BuildsAndDeploymentsAPIDelete1Request) DeploymentSequenceNumber(deploymentSequenceNumber string) *BuildsAndDeploymentsAPIDelete1Request
- func (r *BuildsAndDeploymentsAPIDelete1Request) EnvironmentKey(environmentKey string) *BuildsAndDeploymentsAPIDelete1Request
- func (r *BuildsAndDeploymentsAPIDelete1Request) Execute() (aurestclientapi.ParsedResponse, error)
- func (r *BuildsAndDeploymentsAPIDelete1Request) Key(key string) *BuildsAndDeploymentsAPIDelete1Request
- type BuildsAndDeploymentsAPIDeleteACodeInsightsReportRequest
- type BuildsAndDeploymentsAPIDeleteAnnotationsRequest
- type BuildsAndDeploymentsAPIDeleteRequest
- type BuildsAndDeploymentsAPIDeleteRequiredBuildsMergeCheckRequest
- type BuildsAndDeploymentsAPIGet1Request
- func (r *BuildsAndDeploymentsAPIGet1Request) DeploymentSequenceNumber(deploymentSequenceNumber string) *BuildsAndDeploymentsAPIGet1Request
- func (r *BuildsAndDeploymentsAPIGet1Request) EnvironmentKey(environmentKey string) *BuildsAndDeploymentsAPIGet1Request
- func (r *BuildsAndDeploymentsAPIGet1Request) Execute() (RestDeployment, aurestclientapi.ParsedResponse, error)
- func (r *BuildsAndDeploymentsAPIGet1Request) Key(key string) *BuildsAndDeploymentsAPIGet1Request
- type BuildsAndDeploymentsAPIGetACodeInsightsReportRequest
- type BuildsAndDeploymentsAPIGetAnnotations1Request
- type BuildsAndDeploymentsAPIGetAnnotationsRequest
- func (r *BuildsAndDeploymentsAPIGetAnnotationsRequest) Execute() (RestInsightAnnotationsResponse, aurestclientapi.ParsedResponse, error)
- func (r *BuildsAndDeploymentsAPIGetAnnotationsRequest) ExternalId(externalId string) *BuildsAndDeploymentsAPIGetAnnotationsRequest
- func (r *BuildsAndDeploymentsAPIGetAnnotationsRequest) Key(key string) *BuildsAndDeploymentsAPIGetAnnotationsRequest
- func (r *BuildsAndDeploymentsAPIGetAnnotationsRequest) Path(path string) *BuildsAndDeploymentsAPIGetAnnotationsRequest
- func (r *BuildsAndDeploymentsAPIGetAnnotationsRequest) Severity(severity string) *BuildsAndDeploymentsAPIGetAnnotationsRequest
- func (r *BuildsAndDeploymentsAPIGetAnnotationsRequest) Type_(type_ string) *BuildsAndDeploymentsAPIGetAnnotationsRequest
- type BuildsAndDeploymentsAPIGetBuildStatusStatsRequest
- type BuildsAndDeploymentsAPIGetMultipleBuildStatusStatsRequest
- type BuildsAndDeploymentsAPIGetPageOfRequiredBuildsMergeChecksRequest
- func (r *BuildsAndDeploymentsAPIGetPageOfRequiredBuildsMergeChecksRequest) Execute() (GetPageOfRequiredBuildsMergeChecks200Response, aurestclientapi.ParsedResponse, ...)
- func (r *BuildsAndDeploymentsAPIGetPageOfRequiredBuildsMergeChecksRequest) Limit(limit float32) *BuildsAndDeploymentsAPIGetPageOfRequiredBuildsMergeChecksRequest
- func (r *BuildsAndDeploymentsAPIGetPageOfRequiredBuildsMergeChecksRequest) Start(start float32) *BuildsAndDeploymentsAPIGetPageOfRequiredBuildsMergeChecksRequest
- type BuildsAndDeploymentsAPIGetReportsRequest
- func (r *BuildsAndDeploymentsAPIGetReportsRequest) Execute() (GetReports200Response, aurestclientapi.ParsedResponse, error)
- func (r *BuildsAndDeploymentsAPIGetReportsRequest) Limit(limit float32) *BuildsAndDeploymentsAPIGetReportsRequest
- func (r *BuildsAndDeploymentsAPIGetReportsRequest) Start(start float32) *BuildsAndDeploymentsAPIGetReportsRequest
- type BuildsAndDeploymentsAPIGetRequest
- type BuildsAndDeploymentsAPIRepository
- func (a *BuildsAndDeploymentsAPIRepository) Add(ctx context.Context, projectKey string, commitId string, repositorySlug string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) AddAnnotations(ctx context.Context, projectKey string, commitId string, repositorySlug string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) AddAnnotationsExecute(r *BuildsAndDeploymentsAPIAddAnnotationsRequest) (aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) AddAnnotationsRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string, ...) BuildsAndDeploymentsAPIAddAnnotationsRequest
- func (a *BuildsAndDeploymentsAPIRepository) AddExecute(r *BuildsAndDeploymentsAPIAddRequest) (aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) AddRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) BuildsAndDeploymentsAPIAddRequest
- func (a *BuildsAndDeploymentsAPIRepository) CreateOrUpdateDeployment(ctx context.Context, projectKey string, commitId string, repositorySlug string, ...) (RestDeployment, aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) CreateOrUpdateDeploymentExecute(r *BuildsAndDeploymentsAPICreateOrUpdateDeploymentRequest) (RestDeployment, aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) CreateOrUpdateDeploymentRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) BuildsAndDeploymentsAPICreateOrUpdateDeploymentRequest
- func (a *BuildsAndDeploymentsAPIRepository) CreateRequiredBuildsMergeCheck(ctx context.Context, projectKey string, repositorySlug string, ...) (RestRequiredBuildCondition, aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) CreateRequiredBuildsMergeCheckExecute(r *BuildsAndDeploymentsAPICreateRequiredBuildsMergeCheckRequest) (RestRequiredBuildCondition, aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) CreateRequiredBuildsMergeCheckRequest(ctx context.Context, projectKey string, repositorySlug string) BuildsAndDeploymentsAPICreateRequiredBuildsMergeCheckRequest
- func (a *BuildsAndDeploymentsAPIRepository) Delete(ctx context.Context, projectKey string, commitId string, repositorySlug string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) Delete1(ctx context.Context, projectKey string, commitId string, repositorySlug string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) Delete1Execute(r *BuildsAndDeploymentsAPIDelete1Request) (aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) Delete1Request(ctx context.Context, projectKey string, commitId string, repositorySlug string) BuildsAndDeploymentsAPIDelete1Request
- func (a *BuildsAndDeploymentsAPIRepository) DeleteACodeInsightsReport(ctx context.Context, projectKey string, commitId string, repositorySlug string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) DeleteACodeInsightsReportExecute(r *BuildsAndDeploymentsAPIDeleteACodeInsightsReportRequest) (aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) DeleteACodeInsightsReportRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string, ...) BuildsAndDeploymentsAPIDeleteACodeInsightsReportRequest
- func (a *BuildsAndDeploymentsAPIRepository) DeleteAnnotations(ctx context.Context, projectKey string, commitId string, repositorySlug string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) DeleteAnnotationsExecute(r *BuildsAndDeploymentsAPIDeleteAnnotationsRequest) (aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) DeleteAnnotationsRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string, ...) BuildsAndDeploymentsAPIDeleteAnnotationsRequest
- func (a *BuildsAndDeploymentsAPIRepository) DeleteExecute(r *BuildsAndDeploymentsAPIDeleteRequest) (aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) DeleteRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) BuildsAndDeploymentsAPIDeleteRequest
- func (a *BuildsAndDeploymentsAPIRepository) DeleteRequiredBuildsMergeCheck(ctx context.Context, projectKey string, id int64, repositorySlug string) (aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) DeleteRequiredBuildsMergeCheckExecute(r *BuildsAndDeploymentsAPIDeleteRequiredBuildsMergeCheckRequest) (aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) DeleteRequiredBuildsMergeCheckRequest(ctx context.Context, projectKey string, id int64, repositorySlug string) BuildsAndDeploymentsAPIDeleteRequiredBuildsMergeCheckRequest
- func (a *BuildsAndDeploymentsAPIRepository) Get(ctx context.Context, projectKey string, commitId string, repositorySlug string, ...) (RestBuildStatus, aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) Get1(ctx context.Context, projectKey string, commitId string, repositorySlug string, ...) (RestDeployment, aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) Get1Execute(r *BuildsAndDeploymentsAPIGet1Request) (RestDeployment, aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) Get1Request(ctx context.Context, projectKey string, commitId string, repositorySlug string) BuildsAndDeploymentsAPIGet1Request
- func (a *BuildsAndDeploymentsAPIRepository) GetACodeInsightsReport(ctx context.Context, projectKey string, commitId string, repositorySlug string, ...) (RestInsightReport, aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) GetACodeInsightsReportExecute(r *BuildsAndDeploymentsAPIGetACodeInsightsReportRequest) (RestInsightReport, aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) GetACodeInsightsReportRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string, ...) BuildsAndDeploymentsAPIGetACodeInsightsReportRequest
- func (a *BuildsAndDeploymentsAPIRepository) GetAnnotations(ctx context.Context, projectKey string, commitId string, repositorySlug string, ...) (RestInsightAnnotationsResponse, aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) GetAnnotations1(ctx context.Context, projectKey string, commitId string, repositorySlug string, ...) (RestInsightAnnotationsResponse, aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) GetAnnotations1Execute(r *BuildsAndDeploymentsAPIGetAnnotations1Request) (RestInsightAnnotationsResponse, aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) GetAnnotations1Request(ctx context.Context, projectKey string, commitId string, repositorySlug string, ...) BuildsAndDeploymentsAPIGetAnnotations1Request
- func (a *BuildsAndDeploymentsAPIRepository) GetAnnotationsExecute(r *BuildsAndDeploymentsAPIGetAnnotationsRequest) (RestInsightAnnotationsResponse, aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) GetAnnotationsRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) BuildsAndDeploymentsAPIGetAnnotationsRequest
- func (a *BuildsAndDeploymentsAPIRepository) GetBuildStatusStats(ctx context.Context, commitId string, includeUnique bool) (RestBuildStats, aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) GetBuildStatusStatsExecute(r *BuildsAndDeploymentsAPIGetBuildStatusStatsRequest) (RestBuildStats, aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) GetBuildStatusStatsRequest(ctx context.Context, commitId string) BuildsAndDeploymentsAPIGetBuildStatusStatsRequest
- func (a *BuildsAndDeploymentsAPIRepository) GetExecute(r *BuildsAndDeploymentsAPIGetRequest) (RestBuildStatus, aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) GetMultipleBuildStatusStats(ctx context.Context, requestBody []string) (interface{}, aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) GetMultipleBuildStatusStatsExecute(r *BuildsAndDeploymentsAPIGetMultipleBuildStatusStatsRequest) (interface{}, aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) GetMultipleBuildStatusStatsRequest(ctx context.Context) BuildsAndDeploymentsAPIGetMultipleBuildStatusStatsRequest
- func (a *BuildsAndDeploymentsAPIRepository) GetPageOfRequiredBuildsMergeChecks(ctx context.Context, projectKey string, repositorySlug string, start float32, ...) (GetPageOfRequiredBuildsMergeChecks200Response, aurestclientapi.ParsedResponse, ...)
- func (a *BuildsAndDeploymentsAPIRepository) GetPageOfRequiredBuildsMergeChecksExecute(r *BuildsAndDeploymentsAPIGetPageOfRequiredBuildsMergeChecksRequest) (GetPageOfRequiredBuildsMergeChecks200Response, aurestclientapi.ParsedResponse, ...)
- func (a *BuildsAndDeploymentsAPIRepository) GetPageOfRequiredBuildsMergeChecksRequest(ctx context.Context, projectKey string, repositorySlug string) BuildsAndDeploymentsAPIGetPageOfRequiredBuildsMergeChecksRequest
- func (a *BuildsAndDeploymentsAPIRepository) GetReports(ctx context.Context, projectKey string, commitId string, repositorySlug string, ...) (GetReports200Response, aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) GetReportsExecute(r *BuildsAndDeploymentsAPIGetReportsRequest) (GetReports200Response, aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) GetReportsRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) BuildsAndDeploymentsAPIGetReportsRequest
- func (a *BuildsAndDeploymentsAPIRepository) GetRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) BuildsAndDeploymentsAPIGetRequest
- func (a *BuildsAndDeploymentsAPIRepository) SetACodeInsightsReport(ctx context.Context, projectKey string, commitId string, repositorySlug string, ...) (RestInsightReport, aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) SetACodeInsightsReportExecute(r *BuildsAndDeploymentsAPISetACodeInsightsReportRequest) (RestInsightReport, aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) SetACodeInsightsReportRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string, ...) BuildsAndDeploymentsAPISetACodeInsightsReportRequest
- func (a *BuildsAndDeploymentsAPIRepository) SetAnnotation(ctx context.Context, projectKey string, externalId string, commitId string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) SetAnnotationExecute(r *BuildsAndDeploymentsAPISetAnnotationRequest) (aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) SetAnnotationRequest(ctx context.Context, projectKey string, externalId string, commitId string, ...) BuildsAndDeploymentsAPISetAnnotationRequest
- func (a *BuildsAndDeploymentsAPIRepository) UpdateRequiredBuildsMergeCheck(ctx context.Context, projectKey string, id int64, repositorySlug string, ...) (RestRequiredBuildCondition, aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) UpdateRequiredBuildsMergeCheckExecute(r *BuildsAndDeploymentsAPIUpdateRequiredBuildsMergeCheckRequest) (RestRequiredBuildCondition, aurestclientapi.ParsedResponse, error)
- func (a *BuildsAndDeploymentsAPIRepository) UpdateRequiredBuildsMergeCheckRequest(ctx context.Context, projectKey string, id int64, repositorySlug string) BuildsAndDeploymentsAPIUpdateRequiredBuildsMergeCheckRequest
- type BuildsAndDeploymentsAPISetACodeInsightsReportRequest
- func (r *BuildsAndDeploymentsAPISetACodeInsightsReportRequest) Execute() (RestInsightReport, aurestclientapi.ParsedResponse, error)
- func (r *BuildsAndDeploymentsAPISetACodeInsightsReportRequest) RestSetInsightReportRequest(restSetInsightReportRequest RestSetInsightReportRequest) *BuildsAndDeploymentsAPISetACodeInsightsReportRequest
- type BuildsAndDeploymentsAPISetAnnotationRequest
- func (r *BuildsAndDeploymentsAPISetAnnotationRequest) Execute() (aurestclientapi.ParsedResponse, error)
- func (r *BuildsAndDeploymentsAPISetAnnotationRequest) RestSingleAddInsightAnnotationRequest(restSingleAddInsightAnnotationRequest RestSingleAddInsightAnnotationRequest) *BuildsAndDeploymentsAPISetAnnotationRequest
- type BuildsAndDeploymentsAPIUpdateRequiredBuildsMergeCheckRequest
- func (r *BuildsAndDeploymentsAPIUpdateRequiredBuildsMergeCheckRequest) Execute() (RestRequiredBuildCondition, aurestclientapi.ParsedResponse, error)
- func (r *BuildsAndDeploymentsAPIUpdateRequiredBuildsMergeCheckRequest) RestRequiredBuildConditionSetRequest(restRequiredBuildConditionSetRequest RestRequiredBuildConditionSetRequest) *BuildsAndDeploymentsAPIUpdateRequiredBuildsMergeCheckRequest
- type ClientConfig
- type Context
- type DismissRetentionConfigReviewNotification401Response
- type ExampleFiles
- type ExampleJsonLastModifiedCallback
- type ExampleMultipartFormData
- type ExampleSettings
- type ExtendedClient
- type FindByCommit200Response
- type GetActivities200Response
- type GetBranches200Response
- type GetChanges1200Response
- type GetComments200Response
- type GetCommits200Response
- type GetConfigurations200Response
- type GetContent1200Response
- type GetContent1200ResponseLinesInner
- type GetLikers200Response
- type GetPageOfRequiredBuildsMergeChecks200Response
- type GetPullRequests1200Response
- type GetRefChangeActivity200Response
- type GetReports200Response
- type GetRepositoriesRecentlyAccessed200Response
- type GetRepositoryHooks1200Response
- type GetRestrictions1200Response
- type GetReviewerGroups1200Response
- type GetTags200Response
- type HttpError
- type IError
- type Impl
- func (r *Impl) CreatePullRequestComment(ctx context.Context, projectKey, repoSlug, pullRequestID, text string) error
- func (r *Impl) GetChangedFilesOnPullRequest(ctx context.Context, repoPath, repoName, pullRequestID, toRef string) ([]repository.File, string, error)
- func (r *Impl) GetUser(ctx context.Context, username string) (string, error)
- func (r *Impl) SetCommitStatus(ctx context.Context, projectKey, repoSlug, commitID, url string, ...) error
- func (r *Impl) SetCommitStatusFailed(ctx context.Context, projectKey, repoSlug, commitID, url string, ...) error
- func (r *Impl) SetCommitStatusInProgress(ctx context.Context, projectKey, repoSlug, commitID, url string, ...) error
- func (r *Impl) SetCommitStatusSucceeded(ctx context.Context, projectKey, repoSlug, commitID, url string, ...) error
- type ListParticipants200Response
- type PullRequestsAPI
- type PullRequestsAPIApplySuggestionRequest
- type PullRequestsAPIApproveRequest
- type PullRequestsAPIAssignParticipantRoleRequest
- type PullRequestsAPICanMergeRequest
- type PullRequestsAPICanRebaseRequest
- type PullRequestsAPICancelAutoMergeRequest
- type PullRequestsAPICreate1Request
- type PullRequestsAPICreate2Request
- type PullRequestsAPICreateComment1Request
- type PullRequestsAPICreateComment2Request
- type PullRequestsAPICreatePullRequestCondition1Request
- func (r *PullRequestsAPICreatePullRequestCondition1Request) Execute() (RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
- func (r *PullRequestsAPICreatePullRequestCondition1Request) RestDefaultReviewersRequest(restDefaultReviewersRequest RestDefaultReviewersRequest) *PullRequestsAPICreatePullRequestCondition1Request
- type PullRequestsAPICreatePullRequestConditionRequest
- func (r *PullRequestsAPICreatePullRequestConditionRequest) Execute() (RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
- func (r *PullRequestsAPICreatePullRequestConditionRequest) RestDefaultReviewersRequest(restDefaultReviewersRequest RestDefaultReviewersRequest) *PullRequestsAPICreatePullRequestConditionRequest
- type PullRequestsAPICreateRequest
- type PullRequestsAPIDeclineRequest
- func (r *PullRequestsAPIDeclineRequest) Execute() (RestPullRequest, aurestclientapi.ParsedResponse, error)
- func (r *PullRequestsAPIDeclineRequest) RestPullRequestDeclineRequest(restPullRequestDeclineRequest RestPullRequestDeclineRequest) *PullRequestsAPIDeclineRequest
- func (r *PullRequestsAPIDeclineRequest) Version(version string) *PullRequestsAPIDeclineRequest
- type PullRequestsAPIDelete3Request
- type PullRequestsAPIDelete6Request
- type PullRequestsAPIDelete7Request
- type PullRequestsAPIDeleteComment1Request
- type PullRequestsAPIDeleteComment2Request
- type PullRequestsAPIDeletePullRequestCondition1Request
- type PullRequestsAPIDeletePullRequestConditionRequest
- type PullRequestsAPIDiscardReviewRequest
- type PullRequestsAPIFinishReviewRequest
- func (r *PullRequestsAPIFinishReviewRequest) Execute() (aurestclientapi.ParsedResponse, error)
- func (r *PullRequestsAPIFinishReviewRequest) RestPullRequestFinishReviewRequest(restPullRequestFinishReviewRequest RestPullRequestFinishReviewRequest) *PullRequestsAPIFinishReviewRequest
- func (r *PullRequestsAPIFinishReviewRequest) Version(version string) *PullRequestsAPIFinishReviewRequest
- type PullRequestsAPIGet3Request
- type PullRequestsAPIGetActivitiesRequest
- func (r *PullRequestsAPIGetActivitiesRequest) Execute() (GetActivities200Response, aurestclientapi.ParsedResponse, error)
- func (r *PullRequestsAPIGetActivitiesRequest) FromId(fromId string) *PullRequestsAPIGetActivitiesRequest
- func (r *PullRequestsAPIGetActivitiesRequest) FromType(fromType string) *PullRequestsAPIGetActivitiesRequest
- func (r *PullRequestsAPIGetActivitiesRequest) Limit(limit float32) *PullRequestsAPIGetActivitiesRequest
- func (r *PullRequestsAPIGetActivitiesRequest) Start(start float32) *PullRequestsAPIGetActivitiesRequest
- type PullRequestsAPIGetAutoMergeRequestRequest
- type PullRequestsAPIGetComment1Request
- type PullRequestsAPIGetComment2Request
- type PullRequestsAPIGetComments1Request
- func (r *PullRequestsAPIGetComments1Request) Count(count string) *PullRequestsAPIGetComments1Request
- func (r *PullRequestsAPIGetComments1Request) Execute() (GetComments200Response, aurestclientapi.ParsedResponse, error)
- func (r *PullRequestsAPIGetComments1Request) Limit(limit float32) *PullRequestsAPIGetComments1Request
- func (r *PullRequestsAPIGetComments1Request) Start(start float32) *PullRequestsAPIGetComments1Request
- func (r *PullRequestsAPIGetComments1Request) State(state []string) *PullRequestsAPIGetComments1Request
- func (r *PullRequestsAPIGetComments1Request) States(states string) *PullRequestsAPIGetComments1Request
- type PullRequestsAPIGetComments2Request
- func (r *PullRequestsAPIGetComments2Request) AnchorState(anchorState string) *PullRequestsAPIGetComments2Request
- func (r *PullRequestsAPIGetComments2Request) DiffType(diffType []string) *PullRequestsAPIGetComments2Request
- func (r *PullRequestsAPIGetComments2Request) DiffTypes(diffTypes string) *PullRequestsAPIGetComments2Request
- func (r *PullRequestsAPIGetComments2Request) Execute() (GetComments200Response, aurestclientapi.ParsedResponse, error)
- func (r *PullRequestsAPIGetComments2Request) FromHash(fromHash string) *PullRequestsAPIGetComments2Request
- func (r *PullRequestsAPIGetComments2Request) Limit(limit float32) *PullRequestsAPIGetComments2Request
- func (r *PullRequestsAPIGetComments2Request) Path(path string) *PullRequestsAPIGetComments2Request
- func (r *PullRequestsAPIGetComments2Request) Start(start float32) *PullRequestsAPIGetComments2Request
- func (r *PullRequestsAPIGetComments2Request) State(state []string) *PullRequestsAPIGetComments2Request
- func (r *PullRequestsAPIGetComments2Request) States(states string) *PullRequestsAPIGetComments2Request
- func (r *PullRequestsAPIGetComments2Request) ToHash(toHash string) *PullRequestsAPIGetComments2Request
- type PullRequestsAPIGetCommitMessageSuggestionRequest
- type PullRequestsAPIGetCommits1Request
- func (r *PullRequestsAPIGetCommits1Request) AvatarScheme(avatarScheme string) *PullRequestsAPIGetCommits1Request
- func (r *PullRequestsAPIGetCommits1Request) AvatarSize(avatarSize string) *PullRequestsAPIGetCommits1Request
- func (r *PullRequestsAPIGetCommits1Request) Execute() (GetCommits200Response, aurestclientapi.ParsedResponse, error)
- func (r *PullRequestsAPIGetCommits1Request) Limit(limit float32) *PullRequestsAPIGetCommits1Request
- func (r *PullRequestsAPIGetCommits1Request) Start(start float32) *PullRequestsAPIGetCommits1Request
- func (r *PullRequestsAPIGetCommits1Request) WithCounts(withCounts string) *PullRequestsAPIGetCommits1Request
- type PullRequestsAPIGetMergeBase1Request
- type PullRequestsAPIGetMergeConfigRequest
- type PullRequestsAPIGetPageRequest
- func (r *PullRequestsAPIGetPageRequest) At(at string) *PullRequestsAPIGetPageRequest
- func (r *PullRequestsAPIGetPageRequest) Direction(direction string) *PullRequestsAPIGetPageRequest
- func (r *PullRequestsAPIGetPageRequest) Draft(draft string) *PullRequestsAPIGetPageRequest
- func (r *PullRequestsAPIGetPageRequest) Execute() (GetPullRequests1200Response, aurestclientapi.ParsedResponse, error)
- func (r *PullRequestsAPIGetPageRequest) FilterText(filterText string) *PullRequestsAPIGetPageRequest
- func (r *PullRequestsAPIGetPageRequest) Limit(limit float32) *PullRequestsAPIGetPageRequest
- func (r *PullRequestsAPIGetPageRequest) Order(order string) *PullRequestsAPIGetPageRequest
- func (r *PullRequestsAPIGetPageRequest) Start(start float32) *PullRequestsAPIGetPageRequest
- func (r *PullRequestsAPIGetPageRequest) State(state string) *PullRequestsAPIGetPageRequest
- func (r *PullRequestsAPIGetPageRequest) WithAttributes(withAttributes string) *PullRequestsAPIGetPageRequest
- func (r *PullRequestsAPIGetPageRequest) WithProperties(withProperties string) *PullRequestsAPIGetPageRequest
- type PullRequestsAPIGetPullRequestConditions1Request
- type PullRequestsAPIGetPullRequestConditionsRequest
- type PullRequestsAPIGetPullRequestsRequest
- func (r *PullRequestsAPIGetPullRequestsRequest) Execute() (GetPullRequests1200Response, aurestclientapi.ParsedResponse, error)
- func (r *PullRequestsAPIGetPullRequestsRequest) Limit(limit float32) *PullRequestsAPIGetPullRequestsRequest
- func (r *PullRequestsAPIGetPullRequestsRequest) Start(start float32) *PullRequestsAPIGetPullRequestsRequest
- type PullRequestsAPIGetReviewRequest
- func (r *PullRequestsAPIGetReviewRequest) Execute() (GetComments200Response, aurestclientapi.ParsedResponse, error)
- func (r *PullRequestsAPIGetReviewRequest) Limit(limit float32) *PullRequestsAPIGetReviewRequest
- func (r *PullRequestsAPIGetReviewRequest) Start(start float32) *PullRequestsAPIGetReviewRequest
- type PullRequestsAPIGetReviewerGroup1Request
- type PullRequestsAPIGetReviewerGroupRequest
- type PullRequestsAPIGetReviewerGroups1Request
- func (r *PullRequestsAPIGetReviewerGroups1Request) Execute() (GetReviewerGroups1200Response, aurestclientapi.ParsedResponse, error)
- func (r *PullRequestsAPIGetReviewerGroups1Request) Limit(limit float32) *PullRequestsAPIGetReviewerGroups1Request
- func (r *PullRequestsAPIGetReviewerGroups1Request) Start(start float32) *PullRequestsAPIGetReviewerGroups1Request
- type PullRequestsAPIGetReviewerGroupsRequest
- func (r *PullRequestsAPIGetReviewerGroupsRequest) Execute() (GetReviewerGroups1200Response, aurestclientapi.ParsedResponse, error)
- func (r *PullRequestsAPIGetReviewerGroupsRequest) Limit(limit float32) *PullRequestsAPIGetReviewerGroupsRequest
- func (r *PullRequestsAPIGetReviewerGroupsRequest) Start(start float32) *PullRequestsAPIGetReviewerGroupsRequest
- type PullRequestsAPIGetReviewersRequest
- func (r *PullRequestsAPIGetReviewersRequest) Execute() ([]RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
- func (r *PullRequestsAPIGetReviewersRequest) SourceRefId(sourceRefId string) *PullRequestsAPIGetReviewersRequest
- func (r *PullRequestsAPIGetReviewersRequest) SourceRepoId(sourceRepoId string) *PullRequestsAPIGetReviewersRequest
- func (r *PullRequestsAPIGetReviewersRequest) TargetRefId(targetRefId string) *PullRequestsAPIGetReviewersRequest
- func (r *PullRequestsAPIGetReviewersRequest) TargetRepoId(targetRepoId string) *PullRequestsAPIGetReviewersRequest
- type PullRequestsAPIGetUsersRequest
- type PullRequestsAPIListParticipantsRequest
- func (r *PullRequestsAPIListParticipantsRequest) Execute() (ListParticipants200Response, aurestclientapi.ParsedResponse, error)
- func (r *PullRequestsAPIListParticipantsRequest) Limit(limit float32) *PullRequestsAPIListParticipantsRequest
- func (r *PullRequestsAPIListParticipantsRequest) Start(start float32) *PullRequestsAPIListParticipantsRequest
- type PullRequestsAPIMergeRequest
- func (r *PullRequestsAPIMergeRequest) Execute() (RestPullRequest, aurestclientapi.ParsedResponse, error)
- func (r *PullRequestsAPIMergeRequest) RestPullRequestMergeRequest(restPullRequestMergeRequest RestPullRequestMergeRequest) *PullRequestsAPIMergeRequest
- func (r *PullRequestsAPIMergeRequest) Version(version string) *PullRequestsAPIMergeRequest
- type PullRequestsAPIReact1Request
- type PullRequestsAPIRebaseRequest
- type PullRequestsAPIReopenRequest
- func (r *PullRequestsAPIReopenRequest) Execute() (RestPullRequest, aurestclientapi.ParsedResponse, error)
- func (r *PullRequestsAPIReopenRequest) RestPullRequestReopenRequest(restPullRequestReopenRequest RestPullRequestReopenRequest) *PullRequestsAPIReopenRequest
- func (r *PullRequestsAPIReopenRequest) Version(version string) *PullRequestsAPIReopenRequest
- type PullRequestsAPIRepository
- func (a *PullRequestsAPIRepository) ApplySuggestion(ctx context.Context, projectKey string, commentId string, pullRequestId string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) ApplySuggestionExecute(r *PullRequestsAPIApplySuggestionRequest) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) ApplySuggestionRequest(ctx context.Context, projectKey string, commentId string, pullRequestId string, ...) PullRequestsAPIApplySuggestionRequest
- func (a *PullRequestsAPIRepository) Approve(ctx context.Context, projectKey string, pullRequestId string, ...) (RestPullRequestParticipant, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) ApproveExecute(r *PullRequestsAPIApproveRequest) (RestPullRequestParticipant, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) ApproveRequest(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPIApproveRequest
- func (a *PullRequestsAPIRepository) AssignParticipantRole(ctx context.Context, projectKey string, pullRequestId string, ...) (RestPullRequestParticipant, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) AssignParticipantRoleExecute(r *PullRequestsAPIAssignParticipantRoleRequest) (RestPullRequestParticipant, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) AssignParticipantRoleRequest(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPIAssignParticipantRoleRequest
- func (a *PullRequestsAPIRepository) CanMerge(ctx context.Context, projectKey string, pullRequestId string, ...) (RestPullRequestMergeability, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) CanMergeExecute(r *PullRequestsAPICanMergeRequest) (RestPullRequestMergeability, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) CanMergeRequest(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPICanMergeRequest
- func (a *PullRequestsAPIRepository) CanRebase(ctx context.Context, projectKey string, pullRequestId string, ...) (RestPullRequestRebaseability, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) CanRebaseExecute(r *PullRequestsAPICanRebaseRequest) (RestPullRequestRebaseability, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) CanRebaseRequest(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPICanRebaseRequest
- func (a *PullRequestsAPIRepository) CancelAutoMerge(ctx context.Context, projectKey string, pullRequestId string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) CancelAutoMergeExecute(r *PullRequestsAPICancelAutoMergeRequest) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) CancelAutoMergeRequest(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPICancelAutoMergeRequest
- func (a *PullRequestsAPIRepository) Create(ctx context.Context, projectKey string, repositorySlug string, ...) (RestPullRequest, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) Create1(ctx context.Context, projectKey string, restReviewerGroup RestReviewerGroup) (RestReviewerGroup, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) Create1Execute(r *PullRequestsAPICreate1Request) (RestReviewerGroup, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) Create1Request(ctx context.Context, projectKey string) PullRequestsAPICreate1Request
- func (a *PullRequestsAPIRepository) Create2(ctx context.Context, projectKey string, repositorySlug string, ...) (RestReviewerGroup, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) Create2Execute(r *PullRequestsAPICreate2Request) (RestReviewerGroup, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) Create2Request(ctx context.Context, projectKey string, repositorySlug string) PullRequestsAPICreate2Request
- func (a *PullRequestsAPIRepository) CreateComment1(ctx context.Context, projectKey string, pullRequestId string, ...) (RestComment, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) CreateComment1Execute(r *PullRequestsAPICreateComment1Request) (RestComment, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) CreateComment1Request(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPICreateComment1Request
- func (a *PullRequestsAPIRepository) CreateComment2(ctx context.Context, projectKey string, pullRequestId string, ...) (RestComment, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) CreateComment2Execute(r *PullRequestsAPICreateComment2Request) (RestComment, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) CreateComment2Request(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPICreateComment2Request
- func (a *PullRequestsAPIRepository) CreateExecute(r *PullRequestsAPICreateRequest) (RestPullRequest, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) CreatePullRequestCondition(ctx context.Context, projectKey string, ...) (RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) CreatePullRequestCondition1(ctx context.Context, projectKey string, repositorySlug string, ...) (RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) CreatePullRequestCondition1Execute(r *PullRequestsAPICreatePullRequestCondition1Request) (RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) CreatePullRequestCondition1Request(ctx context.Context, projectKey string, repositorySlug string) PullRequestsAPICreatePullRequestCondition1Request
- func (a *PullRequestsAPIRepository) CreatePullRequestConditionExecute(r *PullRequestsAPICreatePullRequestConditionRequest) (RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) CreatePullRequestConditionRequest(ctx context.Context, projectKey string) PullRequestsAPICreatePullRequestConditionRequest
- func (a *PullRequestsAPIRepository) CreateRequest(ctx context.Context, projectKey string, repositorySlug string) PullRequestsAPICreateRequest
- func (a *PullRequestsAPIRepository) Decline(ctx context.Context, projectKey string, pullRequestId string, ...) (RestPullRequest, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) DeclineExecute(r *PullRequestsAPIDeclineRequest) (RestPullRequest, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) DeclineRequest(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPIDeclineRequest
- func (a *PullRequestsAPIRepository) Delete3(ctx context.Context, projectKey string, pullRequestId string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) Delete3Execute(r *PullRequestsAPIDelete3Request) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) Delete3Request(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPIDelete3Request
- func (a *PullRequestsAPIRepository) Delete6(ctx context.Context, projectKey string, id string) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) Delete6Execute(r *PullRequestsAPIDelete6Request) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) Delete6Request(ctx context.Context, projectKey string, id string) PullRequestsAPIDelete6Request
- func (a *PullRequestsAPIRepository) Delete7(ctx context.Context, projectKey string, id string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) Delete7Execute(r *PullRequestsAPIDelete7Request) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) Delete7Request(ctx context.Context, projectKey string, id string, repositorySlug string) PullRequestsAPIDelete7Request
- func (a *PullRequestsAPIRepository) DeleteComment1(ctx context.Context, projectKey string, commentId string, pullRequestId string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) DeleteComment1Execute(r *PullRequestsAPIDeleteComment1Request) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) DeleteComment1Request(ctx context.Context, projectKey string, commentId string, pullRequestId string, ...) PullRequestsAPIDeleteComment1Request
- func (a *PullRequestsAPIRepository) DeleteComment2(ctx context.Context, projectKey string, commentId string, pullRequestId string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) DeleteComment2Execute(r *PullRequestsAPIDeleteComment2Request) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) DeleteComment2Request(ctx context.Context, projectKey string, commentId string, pullRequestId string, ...) PullRequestsAPIDeleteComment2Request
- func (a *PullRequestsAPIRepository) DeletePullRequestCondition(ctx context.Context, projectKey string, id string) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) DeletePullRequestCondition1(ctx context.Context, projectKey string, id int32, repositorySlug string) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) DeletePullRequestCondition1Execute(r *PullRequestsAPIDeletePullRequestCondition1Request) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) DeletePullRequestCondition1Request(ctx context.Context, projectKey string, id int32, repositorySlug string) PullRequestsAPIDeletePullRequestCondition1Request
- func (a *PullRequestsAPIRepository) DeletePullRequestConditionExecute(r *PullRequestsAPIDeletePullRequestConditionRequest) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) DeletePullRequestConditionRequest(ctx context.Context, projectKey string, id string) PullRequestsAPIDeletePullRequestConditionRequest
- func (a *PullRequestsAPIRepository) DiscardReview(ctx context.Context, projectKey string, pullRequestId string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) DiscardReviewExecute(r *PullRequestsAPIDiscardReviewRequest) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) DiscardReviewRequest(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPIDiscardReviewRequest
- func (a *PullRequestsAPIRepository) FinishReview(ctx context.Context, projectKey string, pullRequestId string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) FinishReviewExecute(r *PullRequestsAPIFinishReviewRequest) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) FinishReviewRequest(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPIFinishReviewRequest
- func (a *PullRequestsAPIRepository) Get3(ctx context.Context, projectKey string, pullRequestId string, ...) (RestPullRequest, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) Get3Execute(r *PullRequestsAPIGet3Request) (RestPullRequest, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) Get3Request(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPIGet3Request
- func (a *PullRequestsAPIRepository) GetActivities(ctx context.Context, projectKey string, pullRequestId string, ...) (GetActivities200Response, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetActivitiesExecute(r *PullRequestsAPIGetActivitiesRequest) (GetActivities200Response, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetActivitiesRequest(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPIGetActivitiesRequest
- func (a *PullRequestsAPIRepository) GetAutoMergeRequest(ctx context.Context, projectKey string, pullRequestId string, ...) (RestAutoMergeRequest, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetAutoMergeRequestExecute(r *PullRequestsAPIGetAutoMergeRequestRequest) (RestAutoMergeRequest, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetAutoMergeRequestRequest(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPIGetAutoMergeRequestRequest
- func (a *PullRequestsAPIRepository) GetComment1(ctx context.Context, projectKey string, commentId string, pullRequestId string, ...) (RestComment, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetComment1Execute(r *PullRequestsAPIGetComment1Request) (RestComment, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetComment1Request(ctx context.Context, projectKey string, commentId string, pullRequestId string, ...) PullRequestsAPIGetComment1Request
- func (a *PullRequestsAPIRepository) GetComment2(ctx context.Context, projectKey string, commentId string, pullRequestId string, ...) (RestComment, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetComment2Execute(r *PullRequestsAPIGetComment2Request) (RestComment, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetComment2Request(ctx context.Context, projectKey string, commentId string, pullRequestId string, ...) PullRequestsAPIGetComment2Request
- func (a *PullRequestsAPIRepository) GetComments1(ctx context.Context, projectKey string, pullRequestId string, ...) (GetComments200Response, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetComments1Execute(r *PullRequestsAPIGetComments1Request) (GetComments200Response, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetComments1Request(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPIGetComments1Request
- func (a *PullRequestsAPIRepository) GetComments2(ctx context.Context, projectKey string, pullRequestId string, ...) (GetComments200Response, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetComments2Execute(r *PullRequestsAPIGetComments2Request) (GetComments200Response, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetComments2Request(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPIGetComments2Request
- func (a *PullRequestsAPIRepository) GetCommitMessageSuggestion(ctx context.Context, projectKey string, pullRequestId string, ...) (RestCommitMessageSuggestion, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetCommitMessageSuggestionExecute(r *PullRequestsAPIGetCommitMessageSuggestionRequest) (RestCommitMessageSuggestion, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetCommitMessageSuggestionRequest(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPIGetCommitMessageSuggestionRequest
- func (a *PullRequestsAPIRepository) GetCommits1(ctx context.Context, projectKey string, pullRequestId string, ...) (GetCommits200Response, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetCommits1Execute(r *PullRequestsAPIGetCommits1Request) (GetCommits200Response, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetCommits1Request(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPIGetCommits1Request
- func (a *PullRequestsAPIRepository) GetMergeBase1(ctx context.Context, projectKey string, pullRequestId string, ...) (RestCommit, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetMergeBase1Execute(r *PullRequestsAPIGetMergeBase1Request) (RestCommit, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetMergeBase1Request(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPIGetMergeBase1Request
- func (a *PullRequestsAPIRepository) GetMergeConfig(ctx context.Context, scmId string) (RestPullRequestMergeConfig, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetMergeConfigExecute(r *PullRequestsAPIGetMergeConfigRequest) (RestPullRequestMergeConfig, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetMergeConfigRequest(ctx context.Context, scmId string) PullRequestsAPIGetMergeConfigRequest
- func (a *PullRequestsAPIRepository) GetPage(ctx context.Context, projectKey string, repositorySlug string, ...) (GetPullRequests1200Response, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetPageExecute(r *PullRequestsAPIGetPageRequest) (GetPullRequests1200Response, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetPageRequest(ctx context.Context, projectKey string, repositorySlug string) PullRequestsAPIGetPageRequest
- func (a *PullRequestsAPIRepository) GetPullRequestConditions(ctx context.Context, projectKey string) ([]RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetPullRequestConditions1(ctx context.Context, projectKey string, repositorySlug string) ([]RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetPullRequestConditions1Execute(r *PullRequestsAPIGetPullRequestConditions1Request) ([]RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetPullRequestConditions1Request(ctx context.Context, projectKey string, repositorySlug string) PullRequestsAPIGetPullRequestConditions1Request
- func (a *PullRequestsAPIRepository) GetPullRequestConditionsExecute(r *PullRequestsAPIGetPullRequestConditionsRequest) ([]RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetPullRequestConditionsRequest(ctx context.Context, projectKey string) PullRequestsAPIGetPullRequestConditionsRequest
- func (a *PullRequestsAPIRepository) GetPullRequests(ctx context.Context, projectKey string, commitId string, repositorySlug string, ...) (GetPullRequests1200Response, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetPullRequestsExecute(r *PullRequestsAPIGetPullRequestsRequest) (GetPullRequests1200Response, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetPullRequestsRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) PullRequestsAPIGetPullRequestsRequest
- func (a *PullRequestsAPIRepository) GetReview(ctx context.Context, projectKey string, pullRequestId string, ...) (GetComments200Response, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetReviewExecute(r *PullRequestsAPIGetReviewRequest) (GetComments200Response, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetReviewRequest(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPIGetReviewRequest
- func (a *PullRequestsAPIRepository) GetReviewerGroup(ctx context.Context, projectKey string, id string) (RestReviewerGroup, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetReviewerGroup1(ctx context.Context, projectKey string, id string, repositorySlug string) (RestReviewerGroup, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetReviewerGroup1Execute(r *PullRequestsAPIGetReviewerGroup1Request) (RestReviewerGroup, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetReviewerGroup1Request(ctx context.Context, projectKey string, id string, repositorySlug string) PullRequestsAPIGetReviewerGroup1Request
- func (a *PullRequestsAPIRepository) GetReviewerGroupExecute(r *PullRequestsAPIGetReviewerGroupRequest) (RestReviewerGroup, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetReviewerGroupRequest(ctx context.Context, projectKey string, id string) PullRequestsAPIGetReviewerGroupRequest
- func (a *PullRequestsAPIRepository) GetReviewerGroups(ctx context.Context, projectKey string, start float32, limit float32) (GetReviewerGroups1200Response, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetReviewerGroups1(ctx context.Context, projectKey string, repositorySlug string, start float32, ...) (GetReviewerGroups1200Response, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetReviewerGroups1Execute(r *PullRequestsAPIGetReviewerGroups1Request) (GetReviewerGroups1200Response, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetReviewerGroups1Request(ctx context.Context, projectKey string, repositorySlug string) PullRequestsAPIGetReviewerGroups1Request
- func (a *PullRequestsAPIRepository) GetReviewerGroupsExecute(r *PullRequestsAPIGetReviewerGroupsRequest) (GetReviewerGroups1200Response, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetReviewerGroupsRequest(ctx context.Context, projectKey string) PullRequestsAPIGetReviewerGroupsRequest
- func (a *PullRequestsAPIRepository) GetReviewers(ctx context.Context, projectKey string, repositorySlug string, ...) ([]RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetReviewersExecute(r *PullRequestsAPIGetReviewersRequest) ([]RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetReviewersRequest(ctx context.Context, projectKey string, repositorySlug string) PullRequestsAPIGetReviewersRequest
- func (a *PullRequestsAPIRepository) GetUsers(ctx context.Context, projectKey string, id string, repositorySlug string) ([]RestApplicationUser, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetUsersExecute(r *PullRequestsAPIGetUsersRequest) ([]RestApplicationUser, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) GetUsersRequest(ctx context.Context, projectKey string, id string, repositorySlug string) PullRequestsAPIGetUsersRequest
- func (a *PullRequestsAPIRepository) ListParticipants(ctx context.Context, projectKey string, pullRequestId string, ...) (ListParticipants200Response, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) ListParticipantsExecute(r *PullRequestsAPIListParticipantsRequest) (ListParticipants200Response, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) ListParticipantsRequest(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPIListParticipantsRequest
- func (a *PullRequestsAPIRepository) Merge(ctx context.Context, projectKey string, pullRequestId string, ...) (RestPullRequest, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) MergeExecute(r *PullRequestsAPIMergeRequest) (RestPullRequest, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) MergeRequest(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPIMergeRequest
- func (a *PullRequestsAPIRepository) React1(ctx context.Context, projectKey string, commentId string, pullRequestId string, ...) (RestUserReaction, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) React1Execute(r *PullRequestsAPIReact1Request) (RestUserReaction, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) React1Request(ctx context.Context, projectKey string, commentId string, pullRequestId string, ...) PullRequestsAPIReact1Request
- func (a *PullRequestsAPIRepository) Rebase(ctx context.Context, projectKey string, pullRequestId string, ...) (RestPullRequestRebaseResult, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) RebaseExecute(r *PullRequestsAPIRebaseRequest) (RestPullRequestRebaseResult, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) RebaseRequest(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPIRebaseRequest
- func (a *PullRequestsAPIRepository) Reopen(ctx context.Context, projectKey string, pullRequestId string, ...) (RestPullRequest, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) ReopenExecute(r *PullRequestsAPIReopenRequest) (RestPullRequest, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) ReopenRequest(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPIReopenRequest
- func (a *PullRequestsAPIRepository) Search(ctx context.Context, projectKey string, repositorySlug string, filter string, ...) (GetLikers200Response, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) SearchExecute(r *PullRequestsAPISearchRequest) (GetLikers200Response, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) SearchRequest(ctx context.Context, projectKey string, repositorySlug string) PullRequestsAPISearchRequest
- func (a *PullRequestsAPIRepository) SetMergeConfig(ctx context.Context, scmId string, ...) (RestPullRequestMergeConfig, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) SetMergeConfigExecute(r *PullRequestsAPISetMergeConfigRequest) (RestPullRequestMergeConfig, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) SetMergeConfigRequest(ctx context.Context, scmId string) PullRequestsAPISetMergeConfigRequest
- func (a *PullRequestsAPIRepository) StreamChanges1(ctx context.Context, projectKey string, pullRequestId string, ...) (RestChange, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) StreamChanges1Execute(r *PullRequestsAPIStreamChanges1Request) (RestChange, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) StreamChanges1Request(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPIStreamChanges1Request
- func (a *PullRequestsAPIRepository) StreamDiff2(ctx context.Context, path string, projectKey string, pullRequestId string, ...) (StreamDiff1200Response, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) StreamDiff2Execute(r *PullRequestsAPIStreamDiff2Request) (StreamDiff1200Response, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) StreamDiff2Request(ctx context.Context, path string, projectKey string, pullRequestId string, ...) PullRequestsAPIStreamDiff2Request
- func (a *PullRequestsAPIRepository) StreamPatch1(ctx context.Context, projectKey string, pullRequestId string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) StreamPatch1Execute(r *PullRequestsAPIStreamPatch1Request) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) StreamPatch1Request(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPIStreamPatch1Request
- func (a *PullRequestsAPIRepository) StreamRawDiff2(ctx context.Context, projectKey string, pullRequestId string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) StreamRawDiff2Execute(r *PullRequestsAPIStreamRawDiff2Request) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) StreamRawDiff2Request(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPIStreamRawDiff2Request
- func (a *PullRequestsAPIRepository) TryAutoMerge(ctx context.Context, projectKey string, pullRequestId string, ...) (RestAutoMergeProcessingResult, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) TryAutoMergeExecute(r *PullRequestsAPITryAutoMergeRequest) (RestAutoMergeProcessingResult, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) TryAutoMergeRequest(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPITryAutoMergeRequest
- func (a *PullRequestsAPIRepository) UnReact1(ctx context.Context, projectKey string, commentId string, pullRequestId string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) UnReact1Execute(r *PullRequestsAPIUnReact1Request) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) UnReact1Request(ctx context.Context, projectKey string, commentId string, pullRequestId string, ...) PullRequestsAPIUnReact1Request
- func (a *PullRequestsAPIRepository) UnassignParticipantRole(ctx context.Context, projectKey string, userSlug string, pullRequestId string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) UnassignParticipantRole1(ctx context.Context, projectKey string, pullRequestId string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) UnassignParticipantRole1Execute(r *PullRequestsAPIUnassignParticipantRole1Request) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) UnassignParticipantRole1Request(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPIUnassignParticipantRole1Request
- func (a *PullRequestsAPIRepository) UnassignParticipantRoleExecute(r *PullRequestsAPIUnassignParticipantRoleRequest) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) UnassignParticipantRoleRequest(ctx context.Context, projectKey string, userSlug string, pullRequestId string, ...) PullRequestsAPIUnassignParticipantRoleRequest
- func (a *PullRequestsAPIRepository) Unwatch1(ctx context.Context, projectKey string, pullRequestId string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) Unwatch1Execute(r *PullRequestsAPIUnwatch1Request) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) Unwatch1Request(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPIUnwatch1Request
- func (a *PullRequestsAPIRepository) Update(ctx context.Context, projectKey string, pullRequestId string, ...) (RestPullRequest, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) Update1(ctx context.Context, projectKey string, id string, ...) (RestReviewerGroup, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) Update1Execute(r *PullRequestsAPIUpdate1Request) (RestReviewerGroup, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) Update1Request(ctx context.Context, projectKey string, id string) PullRequestsAPIUpdate1Request
- func (a *PullRequestsAPIRepository) Update2(ctx context.Context, projectKey string, id string, repositorySlug string, ...) (RestReviewerGroup, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) Update2Execute(r *PullRequestsAPIUpdate2Request) (RestReviewerGroup, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) Update2Request(ctx context.Context, projectKey string, id string, repositorySlug string) PullRequestsAPIUpdate2Request
- func (a *PullRequestsAPIRepository) UpdateComment1(ctx context.Context, projectKey string, commentId string, pullRequestId string, ...) (RestComment, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) UpdateComment1Execute(r *PullRequestsAPIUpdateComment1Request) (RestComment, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) UpdateComment1Request(ctx context.Context, projectKey string, commentId string, pullRequestId string, ...) PullRequestsAPIUpdateComment1Request
- func (a *PullRequestsAPIRepository) UpdateComment2(ctx context.Context, projectKey string, commentId string, pullRequestId string, ...) (RestComment, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) UpdateComment2Execute(r *PullRequestsAPIUpdateComment2Request) (RestComment, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) UpdateComment2Request(ctx context.Context, projectKey string, commentId string, pullRequestId string, ...) PullRequestsAPIUpdateComment2Request
- func (a *PullRequestsAPIRepository) UpdateExecute(r *PullRequestsAPIUpdateRequest) (RestPullRequest, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) UpdatePullRequestCondition(ctx context.Context, projectKey string, id string, ...) (RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) UpdatePullRequestCondition1(ctx context.Context, projectKey string, id string, repositorySlug string, ...) (RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) UpdatePullRequestCondition1Execute(r *PullRequestsAPIUpdatePullRequestCondition1Request) (RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) UpdatePullRequestCondition1Request(ctx context.Context, projectKey string, id string, repositorySlug string) PullRequestsAPIUpdatePullRequestCondition1Request
- func (a *PullRequestsAPIRepository) UpdatePullRequestConditionExecute(r *PullRequestsAPIUpdatePullRequestConditionRequest) (RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) UpdatePullRequestConditionRequest(ctx context.Context, projectKey string, id string) PullRequestsAPIUpdatePullRequestConditionRequest
- func (a *PullRequestsAPIRepository) UpdateRequest(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPIUpdateRequest
- func (a *PullRequestsAPIRepository) UpdateStatus(ctx context.Context, projectKey string, userSlug string, pullRequestId string, ...) (RestPullRequestParticipant, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) UpdateStatusExecute(r *PullRequestsAPIUpdateStatusRequest) (RestPullRequestParticipant, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) UpdateStatusRequest(ctx context.Context, projectKey string, userSlug string, pullRequestId string, ...) PullRequestsAPIUpdateStatusRequest
- func (a *PullRequestsAPIRepository) Watch1(ctx context.Context, projectKey string, pullRequestId string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) Watch1Execute(r *PullRequestsAPIWatch1Request) (aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) Watch1Request(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPIWatch1Request
- func (a *PullRequestsAPIRepository) WithdrawApproval(ctx context.Context, projectKey string, pullRequestId string, ...) (RestPullRequestParticipant, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) WithdrawApprovalExecute(r *PullRequestsAPIWithdrawApprovalRequest) (RestPullRequestParticipant, aurestclientapi.ParsedResponse, error)
- func (a *PullRequestsAPIRepository) WithdrawApprovalRequest(ctx context.Context, projectKey string, pullRequestId string, ...) PullRequestsAPIWithdrawApprovalRequest
- type PullRequestsAPISearchRequest
- func (r *PullRequestsAPISearchRequest) Direction(direction string) *PullRequestsAPISearchRequest
- func (r *PullRequestsAPISearchRequest) Execute() (GetLikers200Response, aurestclientapi.ParsedResponse, error)
- func (r *PullRequestsAPISearchRequest) Filter(filter string) *PullRequestsAPISearchRequest
- func (r *PullRequestsAPISearchRequest) Limit(limit float32) *PullRequestsAPISearchRequest
- func (r *PullRequestsAPISearchRequest) Role(role string) *PullRequestsAPISearchRequest
- func (r *PullRequestsAPISearchRequest) Start(start float32) *PullRequestsAPISearchRequest
- type PullRequestsAPISetMergeConfigRequest
- type PullRequestsAPIStreamChanges1Request
- func (r *PullRequestsAPIStreamChanges1Request) ChangeScope(changeScope string) *PullRequestsAPIStreamChanges1Request
- func (r *PullRequestsAPIStreamChanges1Request) Execute() (RestChange, aurestclientapi.ParsedResponse, error)
- func (r *PullRequestsAPIStreamChanges1Request) Limit(limit float32) *PullRequestsAPIStreamChanges1Request
- func (r *PullRequestsAPIStreamChanges1Request) SinceId(sinceId string) *PullRequestsAPIStreamChanges1Request
- func (r *PullRequestsAPIStreamChanges1Request) Start(start float32) *PullRequestsAPIStreamChanges1Request
- func (r *PullRequestsAPIStreamChanges1Request) UntilId(untilId string) *PullRequestsAPIStreamChanges1Request
- func (r *PullRequestsAPIStreamChanges1Request) WithComments(withComments string) *PullRequestsAPIStreamChanges1Request
- type PullRequestsAPIStreamDiff2Request
- func (r *PullRequestsAPIStreamDiff2Request) AvatarScheme(avatarScheme string) *PullRequestsAPIStreamDiff2Request
- func (r *PullRequestsAPIStreamDiff2Request) AvatarSize(avatarSize string) *PullRequestsAPIStreamDiff2Request
- func (r *PullRequestsAPIStreamDiff2Request) ContextLines(contextLines string) *PullRequestsAPIStreamDiff2Request
- func (r *PullRequestsAPIStreamDiff2Request) DiffType(diffType string) *PullRequestsAPIStreamDiff2Request
- func (r *PullRequestsAPIStreamDiff2Request) Execute() (StreamDiff1200Response, aurestclientapi.ParsedResponse, error)
- func (r *PullRequestsAPIStreamDiff2Request) Limit(limit float32) *PullRequestsAPIStreamDiff2Request
- func (r *PullRequestsAPIStreamDiff2Request) SinceId(sinceId string) *PullRequestsAPIStreamDiff2Request
- func (r *PullRequestsAPIStreamDiff2Request) SrcPath(srcPath string) *PullRequestsAPIStreamDiff2Request
- func (r *PullRequestsAPIStreamDiff2Request) Start(start float32) *PullRequestsAPIStreamDiff2Request
- func (r *PullRequestsAPIStreamDiff2Request) UntilId(untilId string) *PullRequestsAPIStreamDiff2Request
- func (r *PullRequestsAPIStreamDiff2Request) Whitespace(whitespace string) *PullRequestsAPIStreamDiff2Request
- func (r *PullRequestsAPIStreamDiff2Request) WithComments(withComments string) *PullRequestsAPIStreamDiff2Request
- type PullRequestsAPIStreamPatch1Request
- type PullRequestsAPIStreamRawDiff2Request
- func (r *PullRequestsAPIStreamRawDiff2Request) ContextLines(contextLines string) *PullRequestsAPIStreamRawDiff2Request
- func (r *PullRequestsAPIStreamRawDiff2Request) Execute() (aurestclientapi.ParsedResponse, error)
- func (r *PullRequestsAPIStreamRawDiff2Request) Whitespace(whitespace string) *PullRequestsAPIStreamRawDiff2Request
- type PullRequestsAPITryAutoMergeRequest
- type PullRequestsAPIUnReact1Request
- type PullRequestsAPIUnassignParticipantRole1Request
- type PullRequestsAPIUnassignParticipantRoleRequest
- type PullRequestsAPIUnwatch1Request
- type PullRequestsAPIUpdate1Request
- type PullRequestsAPIUpdate2Request
- type PullRequestsAPIUpdateComment1Request
- type PullRequestsAPIUpdateComment2Request
- type PullRequestsAPIUpdatePullRequestCondition1Request
- func (r *PullRequestsAPIUpdatePullRequestCondition1Request) Execute() (RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
- func (r *PullRequestsAPIUpdatePullRequestCondition1Request) UpdatePullRequestCondition1Request(updatePullRequestCondition1Request UpdatePullRequestCondition1Request) *PullRequestsAPIUpdatePullRequestCondition1Request
- type PullRequestsAPIUpdatePullRequestConditionRequest
- func (r *PullRequestsAPIUpdatePullRequestConditionRequest) Execute() (RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
- func (r *PullRequestsAPIUpdatePullRequestConditionRequest) RestDefaultReviewersRequest(restDefaultReviewersRequest RestDefaultReviewersRequest) *PullRequestsAPIUpdatePullRequestConditionRequest
- type PullRequestsAPIUpdateRequest
- type PullRequestsAPIUpdateStatusRequest
- func (r *PullRequestsAPIUpdateStatusRequest) Execute() (RestPullRequestParticipant, aurestclientapi.ParsedResponse, error)
- func (r *PullRequestsAPIUpdateStatusRequest) RestPullRequestAssignStatusRequest(restPullRequestAssignStatusRequest RestPullRequestAssignStatusRequest) *PullRequestsAPIUpdateStatusRequest
- func (r *PullRequestsAPIUpdateStatusRequest) Version(version string) *PullRequestsAPIUpdateStatusRequest
- type PullRequestsAPIWatch1Request
- type PullRequestsAPIWithdrawApprovalRequest
- type RepositoryAPI
- type RepositoryAPIAddLabelRequest
- type RepositoryAPICreateBranchForRepositoryRequest
- type RepositoryAPICreateBranchRequest
- type RepositoryAPICreateCommentRequest
- func (r *RepositoryAPICreateCommentRequest) Execute() (RestComment, aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPICreateCommentRequest) RestComment(restComment RestComment) *RepositoryAPICreateCommentRequest
- func (r *RepositoryAPICreateCommentRequest) Since(since string) *RepositoryAPICreateCommentRequest
- type RepositoryAPICreateRestrictions1Request
- type RepositoryAPICreateTagForRepositoryRequest
- type RepositoryAPICreateTagRequest
- type RepositoryAPICreateWebhook1Request
- type RepositoryAPIDelete5Request
- type RepositoryAPIDeleteAttachmentMetadataRequest
- type RepositoryAPIDeleteAttachmentRequest
- type RepositoryAPIDeleteAutoDeclineSettings1Request
- type RepositoryAPIDeleteBranchRequest
- type RepositoryAPIDeleteCommentRequest
- type RepositoryAPIDeleteRepositoryHookRequest
- type RepositoryAPIDeleteRestriction1Request
- type RepositoryAPIDeleteTagRequest
- type RepositoryAPIDeleteWebhook1Request
- type RepositoryAPIDisableHook1Request
- type RepositoryAPIEditFileRequest
- type RepositoryAPIEnableHook1Request
- type RepositoryAPIFindBranchesRequest
- func (r *RepositoryAPIFindBranchesRequest) Execute() (FindByCommit200Response, aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPIFindBranchesRequest) FilterText(filterText string) *RepositoryAPIFindBranchesRequest
- func (r *RepositoryAPIFindBranchesRequest) Limit(limit float32) *RepositoryAPIFindBranchesRequest
- func (r *RepositoryAPIFindBranchesRequest) Start(start float32) *RepositoryAPIFindBranchesRequest
- type RepositoryAPIFindByCommitRequest
- func (r *RepositoryAPIFindByCommitRequest) Execute() (FindByCommit200Response, aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPIFindByCommitRequest) Limit(limit float32) *RepositoryAPIFindByCommitRequest
- func (r *RepositoryAPIFindByCommitRequest) Start(start float32) *RepositoryAPIFindByCommitRequest
- type RepositoryAPIFindWebhooks1Request
- type RepositoryAPIGet5Request
- type RepositoryAPIGetAllLabelsForRepositoryRequest
- type RepositoryAPIGetArchiveRequest
- func (r *RepositoryAPIGetArchiveRequest) At(at string) *RepositoryAPIGetArchiveRequest
- func (r *RepositoryAPIGetArchiveRequest) Execute() (aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPIGetArchiveRequest) Filename(filename string) *RepositoryAPIGetArchiveRequest
- func (r *RepositoryAPIGetArchiveRequest) Format(format string) *RepositoryAPIGetArchiveRequest
- func (r *RepositoryAPIGetArchiveRequest) Path(path string) *RepositoryAPIGetArchiveRequest
- func (r *RepositoryAPIGetArchiveRequest) Prefix(prefix string) *RepositoryAPIGetArchiveRequest
- type RepositoryAPIGetAttachmentMetadataRequest
- type RepositoryAPIGetAttachmentRequest
- func (r *RepositoryAPIGetAttachmentRequest) Execute() (aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPIGetAttachmentRequest) Range_(range_ string) *RepositoryAPIGetAttachmentRequest
- func (r *RepositoryAPIGetAttachmentRequest) UserAgent(userAgent string) *RepositoryAPIGetAttachmentRequest
- type RepositoryAPIGetAutoDeclineSettings1Request
- type RepositoryAPIGetBranchesRequest
- func (r *RepositoryAPIGetBranchesRequest) Base(base string) *RepositoryAPIGetBranchesRequest
- func (r *RepositoryAPIGetBranchesRequest) BoostMatches(boostMatches bool) *RepositoryAPIGetBranchesRequest
- func (r *RepositoryAPIGetBranchesRequest) Details(details bool) *RepositoryAPIGetBranchesRequest
- func (r *RepositoryAPIGetBranchesRequest) Execute() (GetBranches200Response, aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPIGetBranchesRequest) FilterText(filterText string) *RepositoryAPIGetBranchesRequest
- func (r *RepositoryAPIGetBranchesRequest) Limit(limit float32) *RepositoryAPIGetBranchesRequest
- func (r *RepositoryAPIGetBranchesRequest) OrderBy(orderBy string) *RepositoryAPIGetBranchesRequest
- func (r *RepositoryAPIGetBranchesRequest) Start(start float32) *RepositoryAPIGetBranchesRequest
- type RepositoryAPIGetChanges1Request
- func (r *RepositoryAPIGetChanges1Request) Execute() (GetChanges1200Response, aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPIGetChanges1Request) Limit(limit float32) *RepositoryAPIGetChanges1Request
- func (r *RepositoryAPIGetChanges1Request) Since(since string) *RepositoryAPIGetChanges1Request
- func (r *RepositoryAPIGetChanges1Request) Start(start float32) *RepositoryAPIGetChanges1Request
- func (r *RepositoryAPIGetChanges1Request) Until(until string) *RepositoryAPIGetChanges1Request
- type RepositoryAPIGetChangesRequest
- func (r *RepositoryAPIGetChangesRequest) Execute() (GetChanges1200Response, aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPIGetChangesRequest) Limit(limit float32) *RepositoryAPIGetChangesRequest
- func (r *RepositoryAPIGetChangesRequest) Since(since string) *RepositoryAPIGetChangesRequest
- func (r *RepositoryAPIGetChangesRequest) Start(start float32) *RepositoryAPIGetChangesRequest
- func (r *RepositoryAPIGetChangesRequest) WithComments(withComments string) *RepositoryAPIGetChangesRequest
- type RepositoryAPIGetCommentRequest
- type RepositoryAPIGetCommentsRequest
- func (r *RepositoryAPIGetCommentsRequest) Execute() (GetComments200Response, aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPIGetCommentsRequest) Limit(limit float32) *RepositoryAPIGetCommentsRequest
- func (r *RepositoryAPIGetCommentsRequest) Path(path string) *RepositoryAPIGetCommentsRequest
- func (r *RepositoryAPIGetCommentsRequest) Since(since string) *RepositoryAPIGetCommentsRequest
- func (r *RepositoryAPIGetCommentsRequest) Start(start float32) *RepositoryAPIGetCommentsRequest
- type RepositoryAPIGetCommitRequest
- type RepositoryAPIGetCommitsRequest
- func (r *RepositoryAPIGetCommitsRequest) AvatarScheme(avatarScheme string) *RepositoryAPIGetCommitsRequest
- func (r *RepositoryAPIGetCommitsRequest) AvatarSize(avatarSize string) *RepositoryAPIGetCommitsRequest
- func (r *RepositoryAPIGetCommitsRequest) Execute() (GetCommits200Response, aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPIGetCommitsRequest) FollowRenames(followRenames string) *RepositoryAPIGetCommitsRequest
- func (r *RepositoryAPIGetCommitsRequest) IgnoreMissing(ignoreMissing string) *RepositoryAPIGetCommitsRequest
- func (r *RepositoryAPIGetCommitsRequest) Limit(limit float32) *RepositoryAPIGetCommitsRequest
- func (r *RepositoryAPIGetCommitsRequest) Merges(merges string) *RepositoryAPIGetCommitsRequest
- func (r *RepositoryAPIGetCommitsRequest) Path(path string) *RepositoryAPIGetCommitsRequest
- func (r *RepositoryAPIGetCommitsRequest) Since(since string) *RepositoryAPIGetCommitsRequest
- func (r *RepositoryAPIGetCommitsRequest) Start(start float32) *RepositoryAPIGetCommitsRequest
- func (r *RepositoryAPIGetCommitsRequest) Until(until string) *RepositoryAPIGetCommitsRequest
- func (r *RepositoryAPIGetCommitsRequest) WithCounts(withCounts string) *RepositoryAPIGetCommitsRequest
- type RepositoryAPIGetConfigurations1Request
- func (r *RepositoryAPIGetConfigurations1Request) Execute() (GetConfigurations200Response, aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPIGetConfigurations1Request) Limit(limit float32) *RepositoryAPIGetConfigurations1Request
- func (r *RepositoryAPIGetConfigurations1Request) Start(start float32) *RepositoryAPIGetConfigurations1Request
- type RepositoryAPIGetContent1Request
- func (r *RepositoryAPIGetContent1Request) At(at string) *RepositoryAPIGetContent1Request
- func (r *RepositoryAPIGetContent1Request) Blame(blame string) *RepositoryAPIGetContent1Request
- func (r *RepositoryAPIGetContent1Request) Execute() (GetContent1200Response, aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPIGetContent1Request) FilePathCompatibleExecute() (GetContent1200Response, aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPIGetContent1Request) NoContent(noContent string) *RepositoryAPIGetContent1Request
- func (r *RepositoryAPIGetContent1Request) Size(size string) *RepositoryAPIGetContent1Request
- func (r *RepositoryAPIGetContent1Request) Type_(type_ string) *RepositoryAPIGetContent1Request
- type RepositoryAPIGetContentRequest
- func (r *RepositoryAPIGetContentRequest) At(at string) *RepositoryAPIGetContentRequest
- func (r *RepositoryAPIGetContentRequest) Blame(blame string) *RepositoryAPIGetContentRequest
- func (r *RepositoryAPIGetContentRequest) Execute() (aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPIGetContentRequest) NoContent(noContent string) *RepositoryAPIGetContentRequest
- func (r *RepositoryAPIGetContentRequest) Size(size string) *RepositoryAPIGetContentRequest
- func (r *RepositoryAPIGetContentRequest) Type_(type_ string) *RepositoryAPIGetContentRequest
- type RepositoryAPIGetDefaultBranch1Request
- type RepositoryAPIGetLatestInvocation1Request
- func (r *RepositoryAPIGetLatestInvocation1Request) Event(event string) *RepositoryAPIGetLatestInvocation1Request
- func (r *RepositoryAPIGetLatestInvocation1Request) Execute() (RestDetailedInvocation, aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPIGetLatestInvocation1Request) Outcome(outcome string) *RepositoryAPIGetLatestInvocation1Request
- type RepositoryAPIGetMergeBaseRequest
- type RepositoryAPIGetPullRequestSettings1Request
- type RepositoryAPIGetRefChangeActivityRequest
- func (r *RepositoryAPIGetRefChangeActivityRequest) Execute() (GetRefChangeActivity200Response, aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPIGetRefChangeActivityRequest) Limit(limit float32) *RepositoryAPIGetRefChangeActivityRequest
- func (r *RepositoryAPIGetRefChangeActivityRequest) Ref(ref string) *RepositoryAPIGetRefChangeActivityRequest
- func (r *RepositoryAPIGetRefChangeActivityRequest) Start(start float32) *RepositoryAPIGetRefChangeActivityRequest
- type RepositoryAPIGetRepositories1Request
- func (r *RepositoryAPIGetRepositories1Request) Archived(archived string) *RepositoryAPIGetRepositories1Request
- func (r *RepositoryAPIGetRepositories1Request) Execute() (GetRepositoriesRecentlyAccessed200Response, aurestclientapi.ParsedResponse, ...)
- func (r *RepositoryAPIGetRepositories1Request) Limit(limit float32) *RepositoryAPIGetRepositories1Request
- func (r *RepositoryAPIGetRepositories1Request) Name(name string) *RepositoryAPIGetRepositories1Request
- func (r *RepositoryAPIGetRepositories1Request) Permission(permission string) *RepositoryAPIGetRepositories1Request
- func (r *RepositoryAPIGetRepositories1Request) Projectkey(projectkey string) *RepositoryAPIGetRepositories1Request
- func (r *RepositoryAPIGetRepositories1Request) Projectname(projectname string) *RepositoryAPIGetRepositories1Request
- func (r *RepositoryAPIGetRepositories1Request) Start(start float32) *RepositoryAPIGetRepositories1Request
- func (r *RepositoryAPIGetRepositories1Request) State(state string) *RepositoryAPIGetRepositories1Request
- func (r *RepositoryAPIGetRepositories1Request) Visibility(visibility string) *RepositoryAPIGetRepositories1Request
- type RepositoryAPIGetRepositoriesRecentlyAccessedRequest
- func (r *RepositoryAPIGetRepositoriesRecentlyAccessedRequest) Execute() (GetRepositoriesRecentlyAccessed200Response, aurestclientapi.ParsedResponse, ...)
- func (r *RepositoryAPIGetRepositoriesRecentlyAccessedRequest) Limit(limit float32) *RepositoryAPIGetRepositoriesRecentlyAccessedRequest
- func (r *RepositoryAPIGetRepositoriesRecentlyAccessedRequest) Permission(permission string) *RepositoryAPIGetRepositoriesRecentlyAccessedRequest
- func (r *RepositoryAPIGetRepositoriesRecentlyAccessedRequest) Start(start float32) *RepositoryAPIGetRepositoriesRecentlyAccessedRequest
- type RepositoryAPIGetRepositoryHook1Request
- type RepositoryAPIGetRepositoryHooks1Request
- func (r *RepositoryAPIGetRepositoryHooks1Request) Execute() (GetRepositoryHooks1200Response, aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPIGetRepositoryHooks1Request) Limit(limit float32) *RepositoryAPIGetRepositoryHooks1Request
- func (r *RepositoryAPIGetRepositoryHooks1Request) Start(start float32) *RepositoryAPIGetRepositoryHooks1Request
- func (r *RepositoryAPIGetRepositoryHooks1Request) Type_(type_ string) *RepositoryAPIGetRepositoryHooks1Request
- type RepositoryAPIGetRestriction1Request
- type RepositoryAPIGetRestrictions1Request
- func (r *RepositoryAPIGetRestrictions1Request) Execute() (GetRestrictions1200Response, aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPIGetRestrictions1Request) Limit(limit float32) *RepositoryAPIGetRestrictions1Request
- func (r *RepositoryAPIGetRestrictions1Request) MatcherId(matcherId string) *RepositoryAPIGetRestrictions1Request
- func (r *RepositoryAPIGetRestrictions1Request) MatcherType(matcherType string) *RepositoryAPIGetRestrictions1Request
- func (r *RepositoryAPIGetRestrictions1Request) Start(start float32) *RepositoryAPIGetRestrictions1Request
- func (r *RepositoryAPIGetRestrictions1Request) Type_(type_ string) *RepositoryAPIGetRestrictions1Request
- type RepositoryAPIGetSettings1Request
- type RepositoryAPIGetStatistics1Request
- type RepositoryAPIGetStatisticsSummary1Request
- type RepositoryAPIGetStatusRequest
- type RepositoryAPIGetTagRequest
- type RepositoryAPIGetTagsRequest
- func (r *RepositoryAPIGetTagsRequest) Execute() (GetTags200Response, aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPIGetTagsRequest) FilterText(filterText string) *RepositoryAPIGetTagsRequest
- func (r *RepositoryAPIGetTagsRequest) Limit(limit float32) *RepositoryAPIGetTagsRequest
- func (r *RepositoryAPIGetTagsRequest) OrderBy(orderBy string) *RepositoryAPIGetTagsRequest
- func (r *RepositoryAPIGetTagsRequest) Start(start float32) *RepositoryAPIGetTagsRequest
- type RepositoryAPIGetWebhook1Request
- type RepositoryAPIReactRequest
- type RepositoryAPIRemoveConfiguration1Request
- type RepositoryAPIRemoveLabelRequest
- type RepositoryAPIRepository
- func (a *RepositoryAPIRepository) AddLabel(ctx context.Context, projectKey string, repositorySlug string, ...) (RestLabel, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) AddLabelExecute(r *RepositoryAPIAddLabelRequest) (RestLabel, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) AddLabelRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIAddLabelRequest
- func (a *RepositoryAPIRepository) CreateBranch(ctx context.Context, projectKey string, repositorySlug string, ...) (RestBranch, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) CreateBranchExecute(r *RepositoryAPICreateBranchRequest) (RestBranch, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) CreateBranchForRepository(ctx context.Context, projectKey string, repositorySlug string, ...) (RestBranch, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) CreateBranchForRepositoryExecute(r *RepositoryAPICreateBranchForRepositoryRequest) (RestBranch, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) CreateBranchForRepositoryRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPICreateBranchForRepositoryRequest
- func (a *RepositoryAPIRepository) CreateBranchRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPICreateBranchRequest
- func (a *RepositoryAPIRepository) CreateComment(ctx context.Context, projectKey string, commitId string, repositorySlug string, ...) (RestComment, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) CreateCommentExecute(r *RepositoryAPICreateCommentRequest) (RestComment, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) CreateCommentRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) RepositoryAPICreateCommentRequest
- func (a *RepositoryAPIRepository) CreateRestrictions1(ctx context.Context, projectKey string, repositorySlug string, ...) (RestRefRestriction, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) CreateRestrictions1Execute(r *RepositoryAPICreateRestrictions1Request) (RestRefRestriction, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) CreateRestrictions1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPICreateRestrictions1Request
- func (a *RepositoryAPIRepository) CreateTag(ctx context.Context, projectKey string, repositorySlug string, ...) (RestTag, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) CreateTagExecute(r *RepositoryAPICreateTagRequest) (RestTag, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) CreateTagForRepository(ctx context.Context, projectKey string, repositorySlug string, ...) (RestTag, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) CreateTagForRepositoryExecute(r *RepositoryAPICreateTagForRepositoryRequest) (RestTag, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) CreateTagForRepositoryRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPICreateTagForRepositoryRequest
- func (a *RepositoryAPIRepository) CreateTagRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPICreateTagRequest
- func (a *RepositoryAPIRepository) CreateWebhook1(ctx context.Context, projectKey string, repositorySlug string, ...) (RestWebhook, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) CreateWebhook1Execute(r *RepositoryAPICreateWebhook1Request) (RestWebhook, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) CreateWebhook1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPICreateWebhook1Request
- func (a *RepositoryAPIRepository) Delete5(ctx context.Context, projectKey string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) Delete5Execute(r *RepositoryAPIDelete5Request) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) Delete5Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIDelete5Request
- func (a *RepositoryAPIRepository) DeleteAttachment(ctx context.Context, projectKey string, attachmentId string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) DeleteAttachmentExecute(r *RepositoryAPIDeleteAttachmentRequest) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) DeleteAttachmentMetadata(ctx context.Context, projectKey string, attachmentId string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) DeleteAttachmentMetadataExecute(r *RepositoryAPIDeleteAttachmentMetadataRequest) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) DeleteAttachmentMetadataRequest(ctx context.Context, projectKey string, attachmentId string, ...) RepositoryAPIDeleteAttachmentMetadataRequest
- func (a *RepositoryAPIRepository) DeleteAttachmentRequest(ctx context.Context, projectKey string, attachmentId string, ...) RepositoryAPIDeleteAttachmentRequest
- func (a *RepositoryAPIRepository) DeleteAutoDeclineSettings1(ctx context.Context, projectKey string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) DeleteAutoDeclineSettings1Execute(r *RepositoryAPIDeleteAutoDeclineSettings1Request) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) DeleteAutoDeclineSettings1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIDeleteAutoDeclineSettings1Request
- func (a *RepositoryAPIRepository) DeleteBranch(ctx context.Context, projectKey string, repositorySlug string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) DeleteBranchExecute(r *RepositoryAPIDeleteBranchRequest) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) DeleteBranchRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIDeleteBranchRequest
- func (a *RepositoryAPIRepository) DeleteComment(ctx context.Context, projectKey string, commentId string, commitId string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) DeleteCommentExecute(r *RepositoryAPIDeleteCommentRequest) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) DeleteCommentRequest(ctx context.Context, projectKey string, commentId string, commitId string, ...) RepositoryAPIDeleteCommentRequest
- func (a *RepositoryAPIRepository) DeleteRepositoryHook(ctx context.Context, projectKey string, hookKey string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) DeleteRepositoryHookExecute(r *RepositoryAPIDeleteRepositoryHookRequest) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) DeleteRepositoryHookRequest(ctx context.Context, projectKey string, hookKey string, repositorySlug string) RepositoryAPIDeleteRepositoryHookRequest
- func (a *RepositoryAPIRepository) DeleteRestriction1(ctx context.Context, projectKey string, id string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) DeleteRestriction1Execute(r *RepositoryAPIDeleteRestriction1Request) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) DeleteRestriction1Request(ctx context.Context, projectKey string, id string, repositorySlug string) RepositoryAPIDeleteRestriction1Request
- func (a *RepositoryAPIRepository) DeleteTag(ctx context.Context, projectKey string, name string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) DeleteTagExecute(r *RepositoryAPIDeleteTagRequest) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) DeleteTagRequest(ctx context.Context, projectKey string, name string, repositorySlug string) RepositoryAPIDeleteTagRequest
- func (a *RepositoryAPIRepository) DeleteWebhook1(ctx context.Context, projectKey string, webhookId string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) DeleteWebhook1Execute(r *RepositoryAPIDeleteWebhook1Request) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) DeleteWebhook1Request(ctx context.Context, projectKey string, webhookId string, ...) RepositoryAPIDeleteWebhook1Request
- func (a *RepositoryAPIRepository) DisableHook1(ctx context.Context, projectKey string, hookKey string, repositorySlug string) (RestRepositoryHook, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) DisableHook1Execute(r *RepositoryAPIDisableHook1Request) (RestRepositoryHook, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) DisableHook1Request(ctx context.Context, projectKey string, hookKey string, repositorySlug string) RepositoryAPIDisableHook1Request
- func (a *RepositoryAPIRepository) EditFile(ctx context.Context, path string, projectKey string, repositorySlug string, ...) (RestCommit, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) EditFileExecute(r *RepositoryAPIEditFileRequest) (RestCommit, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) EditFileRequest(ctx context.Context, path string, projectKey string, repositorySlug string) RepositoryAPIEditFileRequest
- func (a *RepositoryAPIRepository) EnableHook1(ctx context.Context, projectKey string, hookKey string, repositorySlug string) (RestRepositoryHook, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) EnableHook1Execute(r *RepositoryAPIEnableHook1Request) (RestRepositoryHook, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) EnableHook1Request(ctx context.Context, projectKey string, hookKey string, repositorySlug string) RepositoryAPIEnableHook1Request
- func (a *RepositoryAPIRepository) FindBranches(ctx context.Context, projectKey string, repositorySlug string, ...) (FindByCommit200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) FindBranchesExecute(r *RepositoryAPIFindBranchesRequest) (FindByCommit200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) FindBranchesRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIFindBranchesRequest
- func (a *RepositoryAPIRepository) FindByCommit(ctx context.Context, projectKey string, commitId string, repositorySlug string, ...) (FindByCommit200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) FindByCommitExecute(r *RepositoryAPIFindByCommitRequest) (FindByCommit200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) FindByCommitRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) RepositoryAPIFindByCommitRequest
- func (a *RepositoryAPIRepository) FindWebhooks1(ctx context.Context, projectKey string, repositorySlug string, event string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) FindWebhooks1Execute(r *RepositoryAPIFindWebhooks1Request) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) FindWebhooks1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIFindWebhooks1Request
- func (a *RepositoryAPIRepository) Get5(ctx context.Context, projectKey string, repositorySlug string) (RestAutoMergeRestrictedSettings, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) Get5Execute(r *RepositoryAPIGet5Request) (RestAutoMergeRestrictedSettings, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) Get5Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGet5Request
- func (a *RepositoryAPIRepository) GetAllLabelsForRepository(ctx context.Context, projectKey string, repositorySlug string) (RestLabel, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetAllLabelsForRepositoryExecute(r *RepositoryAPIGetAllLabelsForRepositoryRequest) (RestLabel, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetAllLabelsForRepositoryRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetAllLabelsForRepositoryRequest
- func (a *RepositoryAPIRepository) GetArchive(ctx context.Context, projectKey string, repositorySlug string, path string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetArchiveExecute(r *RepositoryAPIGetArchiveRequest) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetArchiveRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetArchiveRequest
- func (a *RepositoryAPIRepository) GetAttachment(ctx context.Context, projectKey string, attachmentId string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetAttachmentExecute(r *RepositoryAPIGetAttachmentRequest) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetAttachmentMetadata(ctx context.Context, projectKey string, attachmentId string, ...) (RestAttachmentMetadata, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetAttachmentMetadataExecute(r *RepositoryAPIGetAttachmentMetadataRequest) (RestAttachmentMetadata, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetAttachmentMetadataRequest(ctx context.Context, projectKey string, attachmentId string, ...) RepositoryAPIGetAttachmentMetadataRequest
- func (a *RepositoryAPIRepository) GetAttachmentRequest(ctx context.Context, projectKey string, attachmentId string, ...) RepositoryAPIGetAttachmentRequest
- func (a *RepositoryAPIRepository) GetAutoDeclineSettings1(ctx context.Context, projectKey string, repositorySlug string) (RestAutoDeclineSettings, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetAutoDeclineSettings1Execute(r *RepositoryAPIGetAutoDeclineSettings1Request) (RestAutoDeclineSettings, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetAutoDeclineSettings1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetAutoDeclineSettings1Request
- func (a *RepositoryAPIRepository) GetBranches(ctx context.Context, projectKey string, repositorySlug string, ...) (GetBranches200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetBranchesExecute(r *RepositoryAPIGetBranchesRequest) (GetBranches200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetBranchesRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetBranchesRequest
- func (a *RepositoryAPIRepository) GetChanges(ctx context.Context, projectKey string, commitId string, repositorySlug string, ...) (GetChanges1200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetChanges1(ctx context.Context, projectKey string, repositorySlug string, until string, ...) (GetChanges1200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetChanges1Execute(r *RepositoryAPIGetChanges1Request) (GetChanges1200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetChanges1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetChanges1Request
- func (a *RepositoryAPIRepository) GetChangesExecute(r *RepositoryAPIGetChangesRequest) (GetChanges1200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetChangesRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) RepositoryAPIGetChangesRequest
- func (a *RepositoryAPIRepository) GetComment(ctx context.Context, projectKey string, commentId string, commitId string, ...) (RestComment, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetCommentExecute(r *RepositoryAPIGetCommentRequest) (RestComment, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetCommentRequest(ctx context.Context, projectKey string, commentId string, commitId string, ...) RepositoryAPIGetCommentRequest
- func (a *RepositoryAPIRepository) GetComments(ctx context.Context, projectKey string, commitId string, repositorySlug string, ...) (GetComments200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetCommentsExecute(r *RepositoryAPIGetCommentsRequest) (GetComments200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetCommentsRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) RepositoryAPIGetCommentsRequest
- func (a *RepositoryAPIRepository) GetCommit(ctx context.Context, projectKey string, commitId string, repositorySlug string, ...) (RestCommit, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetCommitExecute(r *RepositoryAPIGetCommitRequest) (RestCommit, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetCommitRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) RepositoryAPIGetCommitRequest
- func (a *RepositoryAPIRepository) GetCommits(ctx context.Context, projectKey string, repositorySlug string, ...) (GetCommits200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetCommitsExecute(r *RepositoryAPIGetCommitsRequest) (GetCommits200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetCommitsRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetCommitsRequest
- func (a *RepositoryAPIRepository) GetConfigurations1(ctx context.Context, projectKey string, repositorySlug string, start float32, ...) (GetConfigurations200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetConfigurations1Execute(r *RepositoryAPIGetConfigurations1Request) (GetConfigurations200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetConfigurations1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetConfigurations1Request
- func (a *RepositoryAPIRepository) GetContent(ctx context.Context, projectKey string, repositorySlug string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetContent1(ctx context.Context, path string, projectKey string, repositorySlug string, ...) (GetContent1200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetContent1Execute(r *RepositoryAPIGetContent1Request) (GetContent1200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetContent1Request(ctx context.Context, path string, projectKey string, repositorySlug string) RepositoryAPIGetContent1Request
- func (a *RepositoryAPIRepository) GetContentExecute(r *RepositoryAPIGetContentRequest) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetContentRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetContentRequest
- func (a *RepositoryAPIRepository) GetDefaultBranch1(ctx context.Context, projectKey string, repositorySlug string) (RestBranch, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetDefaultBranch1Execute(r *RepositoryAPIGetDefaultBranch1Request) (RestBranch, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetDefaultBranch1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetDefaultBranch1Request
- func (a *RepositoryAPIRepository) GetLatestInvocation1(ctx context.Context, projectKey string, webhookId string, ...) (RestDetailedInvocation, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetLatestInvocation1Execute(r *RepositoryAPIGetLatestInvocation1Request) (RestDetailedInvocation, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetLatestInvocation1Request(ctx context.Context, projectKey string, webhookId string, ...) RepositoryAPIGetLatestInvocation1Request
- func (a *RepositoryAPIRepository) GetMergeBase(ctx context.Context, projectKey string, commitId string, repositorySlug string, ...) (RestCommit, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetMergeBaseExecute(r *RepositoryAPIGetMergeBaseRequest) (RestCommit, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetMergeBaseRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) RepositoryAPIGetMergeBaseRequest
- func (a *RepositoryAPIRepository) GetPullRequestSettings1(ctx context.Context, projectKey string, repositorySlug string) (RestRepositoryPullRequestSettings, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetPullRequestSettings1Execute(r *RepositoryAPIGetPullRequestSettings1Request) (RestRepositoryPullRequestSettings, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetPullRequestSettings1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetPullRequestSettings1Request
- func (a *RepositoryAPIRepository) GetRefChangeActivity(ctx context.Context, projectKey string, repositorySlug string, ref string, ...) (GetRefChangeActivity200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetRefChangeActivityExecute(r *RepositoryAPIGetRefChangeActivityRequest) (GetRefChangeActivity200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetRefChangeActivityRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetRefChangeActivityRequest
- func (a *RepositoryAPIRepository) GetRepositories1(ctx context.Context, archived string, projectname string, projectkey string, ...) (GetRepositoriesRecentlyAccessed200Response, aurestclientapi.ParsedResponse, ...)
- func (a *RepositoryAPIRepository) GetRepositories1Execute(r *RepositoryAPIGetRepositories1Request) (GetRepositoriesRecentlyAccessed200Response, aurestclientapi.ParsedResponse, ...)
- func (a *RepositoryAPIRepository) GetRepositories1Request(ctx context.Context) RepositoryAPIGetRepositories1Request
- func (a *RepositoryAPIRepository) GetRepositoriesRecentlyAccessed(ctx context.Context, permission string, start float32, limit float32) (GetRepositoriesRecentlyAccessed200Response, aurestclientapi.ParsedResponse, ...)
- func (a *RepositoryAPIRepository) GetRepositoriesRecentlyAccessedExecute(r *RepositoryAPIGetRepositoriesRecentlyAccessedRequest) (GetRepositoriesRecentlyAccessed200Response, aurestclientapi.ParsedResponse, ...)
- func (a *RepositoryAPIRepository) GetRepositoriesRecentlyAccessedRequest(ctx context.Context) RepositoryAPIGetRepositoriesRecentlyAccessedRequest
- func (a *RepositoryAPIRepository) GetRepositoryHook1(ctx context.Context, projectKey string, hookKey string, repositorySlug string) (RestRepositoryHook, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetRepositoryHook1Execute(r *RepositoryAPIGetRepositoryHook1Request) (RestRepositoryHook, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetRepositoryHook1Request(ctx context.Context, projectKey string, hookKey string, repositorySlug string) RepositoryAPIGetRepositoryHook1Request
- func (a *RepositoryAPIRepository) GetRepositoryHooks1(ctx context.Context, projectKey string, repositorySlug string, type_ string, ...) (GetRepositoryHooks1200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetRepositoryHooks1Execute(r *RepositoryAPIGetRepositoryHooks1Request) (GetRepositoryHooks1200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetRepositoryHooks1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetRepositoryHooks1Request
- func (a *RepositoryAPIRepository) GetRestriction1(ctx context.Context, projectKey string, id string, repositorySlug string) (RestRefRestriction, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetRestriction1Execute(r *RepositoryAPIGetRestriction1Request) (RestRefRestriction, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetRestriction1Request(ctx context.Context, projectKey string, id string, repositorySlug string) RepositoryAPIGetRestriction1Request
- func (a *RepositoryAPIRepository) GetRestrictions1(ctx context.Context, projectKey string, repositorySlug string, ...) (GetRestrictions1200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetRestrictions1Execute(r *RepositoryAPIGetRestrictions1Request) (GetRestrictions1200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetRestrictions1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetRestrictions1Request
- func (a *RepositoryAPIRepository) GetSettings1(ctx context.Context, projectKey string, hookKey string, repositorySlug string) (ExampleSettings, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetSettings1Execute(r *RepositoryAPIGetSettings1Request) (ExampleSettings, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetSettings1Request(ctx context.Context, projectKey string, hookKey string, repositorySlug string) RepositoryAPIGetSettings1Request
- func (a *RepositoryAPIRepository) GetStatistics1(ctx context.Context, projectKey string, webhookId string, ...) (interface{}, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetStatistics1Execute(r *RepositoryAPIGetStatistics1Request) (interface{}, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetStatistics1Request(ctx context.Context, projectKey string, webhookId string, ...) RepositoryAPIGetStatistics1Request
- func (a *RepositoryAPIRepository) GetStatisticsSummary1(ctx context.Context, projectKey string, webhookId string, ...) (interface{}, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetStatisticsSummary1Execute(r *RepositoryAPIGetStatisticsSummary1Request) (interface{}, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetStatisticsSummary1Request(ctx context.Context, projectKey string, webhookId string, ...) RepositoryAPIGetStatisticsSummary1Request
- func (a *RepositoryAPIRepository) GetStatus(ctx context.Context, projectKey string, repositorySlug string, at string) (RestRefSyncStatus, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetStatusExecute(r *RepositoryAPIGetStatusRequest) (RestRefSyncStatus, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetStatusRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetStatusRequest
- func (a *RepositoryAPIRepository) GetTag(ctx context.Context, projectKey string, name string, repositorySlug string) (RestTag, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetTagExecute(r *RepositoryAPIGetTagRequest) (RestTag, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetTagRequest(ctx context.Context, projectKey string, name string, repositorySlug string) RepositoryAPIGetTagRequest
- func (a *RepositoryAPIRepository) GetTags(ctx context.Context, projectKey string, repositorySlug string, orderBy string, ...) (GetTags200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetTagsExecute(r *RepositoryAPIGetTagsRequest) (GetTags200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetTagsRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetTagsRequest
- func (a *RepositoryAPIRepository) GetWebhook1(ctx context.Context, projectKey string, webhookId string, ...) (RestWebhook, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetWebhook1Execute(r *RepositoryAPIGetWebhook1Request) (RestWebhook, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) GetWebhook1Request(ctx context.Context, projectKey string, webhookId string, ...) RepositoryAPIGetWebhook1Request
- func (a *RepositoryAPIRepository) React(ctx context.Context, projectKey string, commentId string, commitId string, ...) (RestUserReaction, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) ReactExecute(r *RepositoryAPIReactRequest) (RestUserReaction, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) ReactRequest(ctx context.Context, projectKey string, commentId string, commitId string, ...) RepositoryAPIReactRequest
- func (a *RepositoryAPIRepository) RemoveConfiguration1(ctx context.Context, projectKey string, scriptId string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) RemoveConfiguration1Execute(r *RepositoryAPIRemoveConfiguration1Request) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) RemoveConfiguration1Request(ctx context.Context, projectKey string, scriptId string, repositorySlug string) RepositoryAPIRemoveConfiguration1Request
- func (a *RepositoryAPIRepository) RemoveLabel(ctx context.Context, projectKey string, labelName string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) RemoveLabelExecute(r *RepositoryAPIRemoveLabelRequest) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) RemoveLabelRequest(ctx context.Context, projectKey string, labelName string, ...) RepositoryAPIRemoveLabelRequest
- func (a *RepositoryAPIRepository) SaveAttachmentMetadata(ctx context.Context, projectKey string, attachmentId string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) SaveAttachmentMetadataExecute(r *RepositoryAPISaveAttachmentMetadataRequest) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) SaveAttachmentMetadataRequest(ctx context.Context, projectKey string, attachmentId string, ...) RepositoryAPISaveAttachmentMetadataRequest
- func (a *RepositoryAPIRepository) SearchWebhooks(ctx context.Context, projectKey string, repositorySlug string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) SearchWebhooksExecute(r *RepositoryAPISearchWebhooksRequest) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) SearchWebhooksRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPISearchWebhooksRequest
- func (a *RepositoryAPIRepository) Set1(ctx context.Context, projectKey string, repositorySlug string, ...) (RestAutoMergeRestrictedSettings, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) Set1Execute(r *RepositoryAPISet1Request) (RestAutoMergeRestrictedSettings, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) Set1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPISet1Request
- func (a *RepositoryAPIRepository) SetAutoDeclineSettings1(ctx context.Context, projectKey string, repositorySlug string, ...) (RestAutoDeclineSettings, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) SetAutoDeclineSettings1Execute(r *RepositoryAPISetAutoDeclineSettings1Request) (RestAutoDeclineSettings, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) SetAutoDeclineSettings1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPISetAutoDeclineSettings1Request
- func (a *RepositoryAPIRepository) SetConfiguration1(ctx context.Context, projectKey string, scriptId string, repositorySlug string, ...) (RestHookScriptConfig, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) SetConfiguration1Execute(r *RepositoryAPISetConfiguration1Request) (RestHookScriptConfig, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) SetConfiguration1Request(ctx context.Context, projectKey string, scriptId string, repositorySlug string) RepositoryAPISetConfiguration1Request
- func (a *RepositoryAPIRepository) SetDefaultBranch1(ctx context.Context, projectKey string, repositorySlug string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) SetDefaultBranch1Execute(r *RepositoryAPISetDefaultBranch1Request) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) SetDefaultBranch1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPISetDefaultBranch1Request
- func (a *RepositoryAPIRepository) SetEnabled(ctx context.Context, projectKey string, repositorySlug string, ...) (RestRefSyncStatus, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) SetEnabledExecute(r *RepositoryAPISetEnabledRequest) (RestRefSyncStatus, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) SetEnabledRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPISetEnabledRequest
- func (a *RepositoryAPIRepository) SetSettings1(ctx context.Context, projectKey string, hookKey string, repositorySlug string, ...) (ExampleSettings, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) SetSettings1Execute(r *RepositoryAPISetSettings1Request) (ExampleSettings, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) SetSettings1Request(ctx context.Context, projectKey string, hookKey string, repositorySlug string) RepositoryAPISetSettings1Request
- func (a *RepositoryAPIRepository) Stream(ctx context.Context, projectKey string, repositorySlug string, at string) (ExampleFiles, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) Stream1(ctx context.Context, path string, projectKey string, repositorySlug string, ...) (ExampleFiles, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) Stream1Execute(r *RepositoryAPIStream1Request) (ExampleFiles, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) Stream1Request(ctx context.Context, path string, projectKey string, repositorySlug string) RepositoryAPIStream1Request
- func (a *RepositoryAPIRepository) StreamChanges(ctx context.Context, projectKey string, repositorySlug string, fromRepo string, ...) (GetChanges1200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) StreamChangesExecute(r *RepositoryAPIStreamChangesRequest) (GetChanges1200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) StreamChangesRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIStreamChangesRequest
- func (a *RepositoryAPIRepository) StreamCommits(ctx context.Context, projectKey string, repositorySlug string, fromRepo string, ...) (GetCommits200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) StreamCommitsExecute(r *RepositoryAPIStreamCommitsRequest) (GetCommits200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) StreamCommitsRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIStreamCommitsRequest
- func (a *RepositoryAPIRepository) StreamDiff(ctx context.Context, commitId string, repositorySlug string, path string, ...) (RestDiff, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) StreamDiff1(ctx context.Context, path string, projectKey string, repositorySlug string, ...) (StreamDiff1200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) StreamDiff1Execute(r *RepositoryAPIStreamDiff1Request) (StreamDiff1200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) StreamDiff1Request(ctx context.Context, path string, projectKey string, repositorySlug string) RepositoryAPIStreamDiff1Request
- func (a *RepositoryAPIRepository) StreamDiffExecute(r *RepositoryAPIStreamDiffRequest) (RestDiff, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) StreamDiffRequest(ctx context.Context, commitId string, repositorySlug string, path string, ...) RepositoryAPIStreamDiffRequest
- func (a *RepositoryAPIRepository) StreamExecute(r *RepositoryAPIStreamRequest) (ExampleFiles, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) StreamFiles(ctx context.Context, projectKey string, repositorySlug string, at string, ...) (StreamFiles200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) StreamFiles1(ctx context.Context, path string, projectKey string, repositorySlug string, ...) (StreamFiles200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) StreamFiles1Execute(r *RepositoryAPIStreamFiles1Request) (StreamFiles200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) StreamFiles1Request(ctx context.Context, path string, projectKey string, repositorySlug string) RepositoryAPIStreamFiles1Request
- func (a *RepositoryAPIRepository) StreamFilesExecute(r *RepositoryAPIStreamFilesRequest) (StreamFiles200Response, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) StreamFilesRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIStreamFilesRequest
- func (a *RepositoryAPIRepository) StreamPatch(ctx context.Context, projectKey string, repositorySlug string, until string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) StreamPatchExecute(r *RepositoryAPIStreamPatchRequest) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) StreamPatchRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIStreamPatchRequest
- func (a *RepositoryAPIRepository) StreamRaw(ctx context.Context, path string, projectKey string, repositorySlug string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) StreamRawDiff(ctx context.Context, projectKey string, repositorySlug string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) StreamRawDiff1(ctx context.Context, path string, projectKey string, repositorySlug string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) StreamRawDiff1Execute(r *RepositoryAPIStreamRawDiff1Request) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) StreamRawDiff1Request(ctx context.Context, path string, projectKey string, repositorySlug string) RepositoryAPIStreamRawDiff1Request
- func (a *RepositoryAPIRepository) StreamRawDiffExecute(r *RepositoryAPIStreamRawDiffRequest) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) StreamRawDiffRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIStreamRawDiffRequest
- func (a *RepositoryAPIRepository) StreamRawExecute(r *RepositoryAPIStreamRawRequest) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) StreamRawRequest(ctx context.Context, path string, projectKey string, repositorySlug string) RepositoryAPIStreamRawRequest
- func (a *RepositoryAPIRepository) StreamRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIStreamRequest
- func (a *RepositoryAPIRepository) Synchronize(ctx context.Context, projectKey string, repositorySlug string, ...) (RestRejectedRef, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) SynchronizeExecute(r *RepositoryAPISynchronizeRequest) (RestRejectedRef, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) SynchronizeRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPISynchronizeRequest
- func (a *RepositoryAPIRepository) TestWebhook1(ctx context.Context, projectKey string, repositorySlug string, ...) (interface{}, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) TestWebhook1Execute(r *RepositoryAPITestWebhook1Request) (interface{}, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) TestWebhook1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPITestWebhook1Request
- func (a *RepositoryAPIRepository) UnReact(ctx context.Context, projectKey string, commentId string, commitId string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) UnReactExecute(r *RepositoryAPIUnReactRequest) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) UnReactRequest(ctx context.Context, projectKey string, commentId string, commitId string, ...) RepositoryAPIUnReactRequest
- func (a *RepositoryAPIRepository) Unwatch(ctx context.Context, projectKey string, commitId string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) Unwatch2(ctx context.Context, projectKey string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) Unwatch2Execute(r *RepositoryAPIUnwatch2Request) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) Unwatch2Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIUnwatch2Request
- func (a *RepositoryAPIRepository) UnwatchExecute(r *RepositoryAPIUnwatchRequest) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) UnwatchRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) RepositoryAPIUnwatchRequest
- func (a *RepositoryAPIRepository) UpdateComment(ctx context.Context, projectKey string, commentId string, commitId string, ...) (RestComment, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) UpdateCommentExecute(r *RepositoryAPIUpdateCommentRequest) (RestComment, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) UpdateCommentRequest(ctx context.Context, projectKey string, commentId string, commitId string, ...) RepositoryAPIUpdateCommentRequest
- func (a *RepositoryAPIRepository) UpdatePullRequestSettings1(ctx context.Context, projectKey string, repositorySlug string, ...) (RestRepositoryPullRequestSettings, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) UpdatePullRequestSettings1Execute(r *RepositoryAPIUpdatePullRequestSettings1Request) (RestRepositoryPullRequestSettings, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) UpdatePullRequestSettings1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIUpdatePullRequestSettings1Request
- func (a *RepositoryAPIRepository) UpdateWebhook1(ctx context.Context, projectKey string, webhookId string, ...) (RestWebhook, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) UpdateWebhook1Execute(r *RepositoryAPIUpdateWebhook1Request) (RestWebhook, aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) UpdateWebhook1Request(ctx context.Context, projectKey string, webhookId string, ...) RepositoryAPIUpdateWebhook1Request
- func (a *RepositoryAPIRepository) Watch(ctx context.Context, projectKey string, commitId string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) Watch2(ctx context.Context, projectKey string, repositorySlug string, ...) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) Watch2Execute(r *RepositoryAPIWatch2Request) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) Watch2Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIWatch2Request
- func (a *RepositoryAPIRepository) WatchExecute(r *RepositoryAPIWatchRequest) (aurestclientapi.ParsedResponse, error)
- func (a *RepositoryAPIRepository) WatchRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) RepositoryAPIWatchRequest
- type RepositoryAPISaveAttachmentMetadataRequest
- type RepositoryAPISearchWebhooksRequest
- func (r *RepositoryAPISearchWebhooksRequest) Event(event string) *RepositoryAPISearchWebhooksRequest
- func (r *RepositoryAPISearchWebhooksRequest) Execute() (aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPISearchWebhooksRequest) ScopeType(scopeType string) *RepositoryAPISearchWebhooksRequest
- func (r *RepositoryAPISearchWebhooksRequest) Statistics(statistics bool) *RepositoryAPISearchWebhooksRequest
- type RepositoryAPISet1Request
- type RepositoryAPISetAutoDeclineSettings1Request
- func (r *RepositoryAPISetAutoDeclineSettings1Request) Execute() (RestAutoDeclineSettings, aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPISetAutoDeclineSettings1Request) RestAutoDeclineSettingsRequest(restAutoDeclineSettingsRequest RestAutoDeclineSettingsRequest) *RepositoryAPISetAutoDeclineSettings1Request
- type RepositoryAPISetConfiguration1Request
- type RepositoryAPISetDefaultBranch1Request
- type RepositoryAPISetEnabledRequest
- type RepositoryAPISetSettings1Request
- type RepositoryAPIStream1Request
- type RepositoryAPIStreamChangesRequest
- func (r *RepositoryAPIStreamChangesRequest) Execute() (GetChanges1200Response, aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPIStreamChangesRequest) From(from string) *RepositoryAPIStreamChangesRequest
- func (r *RepositoryAPIStreamChangesRequest) FromRepo(fromRepo string) *RepositoryAPIStreamChangesRequest
- func (r *RepositoryAPIStreamChangesRequest) Limit(limit float32) *RepositoryAPIStreamChangesRequest
- func (r *RepositoryAPIStreamChangesRequest) Start(start float32) *RepositoryAPIStreamChangesRequest
- func (r *RepositoryAPIStreamChangesRequest) To(to string) *RepositoryAPIStreamChangesRequest
- type RepositoryAPIStreamCommitsRequest
- func (r *RepositoryAPIStreamCommitsRequest) Execute() (GetCommits200Response, aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPIStreamCommitsRequest) From(from string) *RepositoryAPIStreamCommitsRequest
- func (r *RepositoryAPIStreamCommitsRequest) FromRepo(fromRepo string) *RepositoryAPIStreamCommitsRequest
- func (r *RepositoryAPIStreamCommitsRequest) Limit(limit float32) *RepositoryAPIStreamCommitsRequest
- func (r *RepositoryAPIStreamCommitsRequest) Start(start float32) *RepositoryAPIStreamCommitsRequest
- func (r *RepositoryAPIStreamCommitsRequest) To(to string) *RepositoryAPIStreamCommitsRequest
- type RepositoryAPIStreamDiff1Request
- func (r *RepositoryAPIStreamDiff1Request) ContextLines(contextLines string) *RepositoryAPIStreamDiff1Request
- func (r *RepositoryAPIStreamDiff1Request) Execute() (StreamDiff1200Response, aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPIStreamDiff1Request) From(from string) *RepositoryAPIStreamDiff1Request
- func (r *RepositoryAPIStreamDiff1Request) FromRepo(fromRepo string) *RepositoryAPIStreamDiff1Request
- func (r *RepositoryAPIStreamDiff1Request) Limit(limit float32) *RepositoryAPIStreamDiff1Request
- func (r *RepositoryAPIStreamDiff1Request) SrcPath(srcPath string) *RepositoryAPIStreamDiff1Request
- func (r *RepositoryAPIStreamDiff1Request) Start(start float32) *RepositoryAPIStreamDiff1Request
- func (r *RepositoryAPIStreamDiff1Request) To(to string) *RepositoryAPIStreamDiff1Request
- func (r *RepositoryAPIStreamDiff1Request) Whitespace(whitespace string) *RepositoryAPIStreamDiff1Request
- type RepositoryAPIStreamDiffRequest
- func (r *RepositoryAPIStreamDiffRequest) AutoSrcPath(autoSrcPath string) *RepositoryAPIStreamDiffRequest
- func (r *RepositoryAPIStreamDiffRequest) AvatarScheme(avatarScheme string) *RepositoryAPIStreamDiffRequest
- func (r *RepositoryAPIStreamDiffRequest) AvatarSize(avatarSize string) *RepositoryAPIStreamDiffRequest
- func (r *RepositoryAPIStreamDiffRequest) ContextLines(contextLines string) *RepositoryAPIStreamDiffRequest
- func (r *RepositoryAPIStreamDiffRequest) Execute() (RestDiff, aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPIStreamDiffRequest) Filter(filter string) *RepositoryAPIStreamDiffRequest
- func (r *RepositoryAPIStreamDiffRequest) Since(since string) *RepositoryAPIStreamDiffRequest
- func (r *RepositoryAPIStreamDiffRequest) SrcPath(srcPath string) *RepositoryAPIStreamDiffRequest
- func (r *RepositoryAPIStreamDiffRequest) Whitespace(whitespace string) *RepositoryAPIStreamDiffRequest
- func (r *RepositoryAPIStreamDiffRequest) WithComments(withComments string) *RepositoryAPIStreamDiffRequest
- type RepositoryAPIStreamFiles1Request
- func (r *RepositoryAPIStreamFiles1Request) At(at string) *RepositoryAPIStreamFiles1Request
- func (r *RepositoryAPIStreamFiles1Request) Execute() (StreamFiles200Response, aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPIStreamFiles1Request) Limit(limit float32) *RepositoryAPIStreamFiles1Request
- func (r *RepositoryAPIStreamFiles1Request) Start(start float32) *RepositoryAPIStreamFiles1Request
- type RepositoryAPIStreamFilesRequest
- func (r *RepositoryAPIStreamFilesRequest) At(at string) *RepositoryAPIStreamFilesRequest
- func (r *RepositoryAPIStreamFilesRequest) Execute() (StreamFiles200Response, aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPIStreamFilesRequest) Limit(limit float32) *RepositoryAPIStreamFilesRequest
- func (r *RepositoryAPIStreamFilesRequest) Start(start float32) *RepositoryAPIStreamFilesRequest
- type RepositoryAPIStreamPatchRequest
- func (r *RepositoryAPIStreamPatchRequest) AllAncestors(allAncestors string) *RepositoryAPIStreamPatchRequest
- func (r *RepositoryAPIStreamPatchRequest) Execute() (aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPIStreamPatchRequest) Since(since string) *RepositoryAPIStreamPatchRequest
- func (r *RepositoryAPIStreamPatchRequest) Until(until string) *RepositoryAPIStreamPatchRequest
- type RepositoryAPIStreamRawDiff1Request
- func (r *RepositoryAPIStreamRawDiff1Request) ContextLines(contextLines string) *RepositoryAPIStreamRawDiff1Request
- func (r *RepositoryAPIStreamRawDiff1Request) Execute() (aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPIStreamRawDiff1Request) Since(since string) *RepositoryAPIStreamRawDiff1Request
- func (r *RepositoryAPIStreamRawDiff1Request) SrcPath(srcPath string) *RepositoryAPIStreamRawDiff1Request
- func (r *RepositoryAPIStreamRawDiff1Request) Until(until string) *RepositoryAPIStreamRawDiff1Request
- func (r *RepositoryAPIStreamRawDiff1Request) Whitespace(whitespace string) *RepositoryAPIStreamRawDiff1Request
- type RepositoryAPIStreamRawDiffRequest
- func (r *RepositoryAPIStreamRawDiffRequest) ContextLines(contextLines string) *RepositoryAPIStreamRawDiffRequest
- func (r *RepositoryAPIStreamRawDiffRequest) Execute() (aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPIStreamRawDiffRequest) Since(since string) *RepositoryAPIStreamRawDiffRequest
- func (r *RepositoryAPIStreamRawDiffRequest) SrcPath(srcPath string) *RepositoryAPIStreamRawDiffRequest
- func (r *RepositoryAPIStreamRawDiffRequest) Until(until string) *RepositoryAPIStreamRawDiffRequest
- func (r *RepositoryAPIStreamRawDiffRequest) Whitespace(whitespace string) *RepositoryAPIStreamRawDiffRequest
- type RepositoryAPIStreamRawRequest
- func (r *RepositoryAPIStreamRawRequest) At(at string) *RepositoryAPIStreamRawRequest
- func (r *RepositoryAPIStreamRawRequest) Execute() (aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPIStreamRawRequest) Hardwrap(hardwrap string) *RepositoryAPIStreamRawRequest
- func (r *RepositoryAPIStreamRawRequest) HtmlEscape(htmlEscape string) *RepositoryAPIStreamRawRequest
- func (r *RepositoryAPIStreamRawRequest) IncludeHeadingId(includeHeadingId string) *RepositoryAPIStreamRawRequest
- func (r *RepositoryAPIStreamRawRequest) Markup(markup string) *RepositoryAPIStreamRawRequest
- type RepositoryAPIStreamRequest
- type RepositoryAPISynchronizeRequest
- type RepositoryAPITestWebhook1Request
- func (r *RepositoryAPITestWebhook1Request) Execute() (interface{}, aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPITestWebhook1Request) RestWebhookCredentials(restWebhookCredentials RestWebhookCredentials) *RepositoryAPITestWebhook1Request
- func (r *RepositoryAPITestWebhook1Request) SslVerificationRequired(sslVerificationRequired string) *RepositoryAPITestWebhook1Request
- func (r *RepositoryAPITestWebhook1Request) Url(url string) *RepositoryAPITestWebhook1Request
- func (r *RepositoryAPITestWebhook1Request) WebhookId(webhookId int32) *RepositoryAPITestWebhook1Request
- type RepositoryAPIUnReactRequest
- type RepositoryAPIUnwatch2Request
- type RepositoryAPIUnwatchRequest
- type RepositoryAPIUpdateCommentRequest
- type RepositoryAPIUpdatePullRequestSettings1Request
- func (r *RepositoryAPIUpdatePullRequestSettings1Request) Execute() (RestRepositoryPullRequestSettings, aurestclientapi.ParsedResponse, error)
- func (r *RepositoryAPIUpdatePullRequestSettings1Request) RestRepositoryPullRequestSettings(restRepositoryPullRequestSettings RestRepositoryPullRequestSettings) *RepositoryAPIUpdatePullRequestSettings1Request
- type RepositoryAPIUpdateWebhook1Request
- type RepositoryAPIWatch2Request
- type RepositoryAPIWatchRequest
- type RepositoryHookDetails
- type RequestManipulatorFunc
- type RestApplicationUser
- type RestApplySuggestionRequest
- type RestApplySuggestionRequestCommentVersion
- type RestApplySuggestionRequestPullRequestVersion
- type RestApplySuggestionRequestSuggestionIndex
- type RestAttachmentMetadata
- type RestAutoDeclineSettings
- type RestAutoDeclineSettingsRequest
- type RestAutoDeclineSettingsScope
- type RestAutoMergeProcessingResult
- type RestAutoMergeProcessingResultPullRequest
- type RestAutoMergeRequest
- type RestAutoMergeRestrictedSettings
- type RestAutoMergeRestrictedSettingsScope
- type RestAutoMergeSettingsRequest
- type RestBranch
- type RestBranchCreateRequest
- type RestBranchDeleteRequest
- type RestBuildStats
- type RestBuildStatus
- type RestBuildStatusSetRequest
- type RestBuildStatusSetRequestTestResults
- type RestBuildStatusTestResults
- type RestBulkAddInsightAnnotationRequest
- type RestChange
- type RestChangeConflict
- type RestChangeConflictOurChange
- type RestChangesetFromCommit
- type RestChangesetToCommit
- type RestChangesetToCommitCommitter
- type RestComment
- type RestCommentThreadDiffAnchorPath
- type RestCommentThreadDiffAnchorPullRequest
- type RestCommit
- type RestCommitMessageSuggestion
- type RestCreateBranchRequest
- type RestCreateTagRequest
- type RestDefaultReviewersRequest
- type RestDeployment
- type RestDeploymentEnvironment
- type RestDeploymentSetRequest
- type RestDetailedInvocation
- type RestDetailedInvocationEventScope
- type RestDiff
- type RestDiffHunk
- type RestDiffLine
- type RestDiffSegment
- type RestErrorMessage
- type RestErrors
- type RestGitTagCreateRequest
- type RestHookScriptConfig
- type RestHookScriptConfigScript
- type RestHookScriptTriggers
- type RestInsightAnnotation
- type RestInsightAnnotationsResponse
- type RestInsightReport
- type RestInsightReportData
- type RestLabel
- type RestMinimalCommit
- type RestMinimalRef
- type RestPullRequest
- type RestPullRequestActivity
- type RestPullRequestAssignParticipantRoleRequest
- type RestPullRequestAssignParticipantRoleRequestUser
- type RestPullRequestAssignStatusRequest
- type RestPullRequestCondition
- type RestPullRequestConditionScope
- type RestPullRequestDeclineRequest
- type RestPullRequestDeleteRequest
- type RestPullRequestFinishReviewRequest
- type RestPullRequestFromRef
- type RestPullRequestFromRefRepository
- type RestPullRequestFromRefRepositoryOrigin
- type RestPullRequestFromRefRepositoryProject
- type RestPullRequestMergeConfig
- type RestPullRequestMergeConfigCommitMessageTemplate
- type RestPullRequestMergeConfigDefaultStrategy
- type RestPullRequestMergeRequest
- type RestPullRequestMergeStrategy
- type RestPullRequestMergeability
- type RestPullRequestParticipant
- type RestPullRequestParticipantUser
- type RestPullRequestRebaseRequest
- type RestPullRequestRebaseResult
- type RestPullRequestRebaseResultRefChange
- type RestPullRequestRebaseResultRefChangeRef
- type RestPullRequestRebaseability
- type RestPullRequestReopenRequest
- type RestPullRequestSettings
- type RestPullRequestSettingsMergeConfig
- type RestRefMatcher
- type RestRefMatcherType
- type RestRefRestriction
- type RestRefSyncRequest
- type RestRefSyncStatus
- type RestRefSyncStatusAheadRefs
- type RestRejectedRef
- type RestRepository
- type RestRepositoryHook
- type RestRepositoryHookVeto
- type RestRepositoryPullRequestSettings
- type RestRepositoryPullRequestSettingsRequiredApprovers
- type RestRepositoryRefChangeActivity
- type RestRepositoryRefChangeActivityRefChange
- type RestRequiredBuildCondition
- type RestRequiredBuildConditionRefMatcher
- type RestRequiredBuildConditionSetRequest
- type RestRestrictionRequest
- type RestRestrictionRequestScope
- type RestReviewerGroup
- type RestSetInsightReportRequest
- type RestSingleAddInsightAnnotationRequest
- type RestSshAccessKey
- type RestSshAccessKeyKey
- type RestTag
- type RestUserReaction
- type RestUserReactionComment
- type RestUserReactionCommentParent
- type RestUserReactionCommentParentAnchor
- type RestUserReactionCommentParentThreadResolver
- type RestUserReactionEmoticon
- type RestWebhook
- type RestWebhookCredentials
- type StreamDiff1200Response
- type StreamFiles200Response
- type UpdatePullRequestCondition1Request
- type UpdatePullRequestCondition1RequestSourceMatcher
- type UpdatePullRequestCondition1RequestSourceMatcherType
- type UserAPI
- type UserAPIGetUserRequest
- type UserAPIRepository
- func (a *UserAPIRepository) GetUser(ctx context.Context, userSlug string) (RestApplicationUser, aurestclientapi.ParsedResponse, error)
- func (a *UserAPIRepository) GetUserExecute(r *UserAPIGetUserRequest) (RestApplicationUser, aurestclientapi.ParsedResponse, error)
- func (a *UserAPIRepository) GetUserRequest(ctx context.Context, userSlug string) UserAPIGetUserRequest
Constants ¶
const Authorization_ctx_value = "authorization"
Variables ¶
This section is empty.
Functions ¶
func CreateRetryClientNewWithOptions ¶
func CreateRetryClientNewWithOptions(retryConditionCallback aurestclientapi.RetryConditionCallback, beforeRetryCallback aurestclientapi.BeforeRetryCallback, silenceGivingUp bool) func(client aurestclientapi.Client) aurestclientapi.Client
func CreateSetupLoggingNewWithOptions ¶
func CreateSetupLoggingNewWithOptions(beforeRequestLogger func(ctx context.Context) auloggingapi.LeveledLoggingImplementation, successLogger func(ctx context.Context) auloggingapi.LeveledLoggingImplementation, failureLogger func(ctx context.Context) auloggingapi.LeveledLoggingImplementation) func(client aurestclientapi.Client) aurestclientapi.Client
func IsHttpError ¶
func NewErrorWrap ¶
Types ¶
type ApiClient ¶
type ApiClient struct { BaseUrl string Client aurestclientapi.Client }
func NewApiClient ¶
func NewApiClient() *ApiClient
func NewApiClientConfigured ¶
func NewApiClientConfigured(cfg *ClientConfig) (*ApiClient, error)
func (*ApiClient) SetupApiClient ¶
func (c *ApiClient) SetupApiClient(cfg *ClientConfig) error
--- setup ---
type ApplicationUser ¶
type ApplicationUser struct { Id *int32 `yaml:"id,omitempty" json:"id,omitempty"` Type *string `yaml:"type,omitempty" json:"type,omitempty"` Active *bool `yaml:"active,omitempty" json:"active,omitempty"` DisplayName *string `yaml:"displayName,omitempty" json:"displayName,omitempty"` Slug *string `yaml:"slug,omitempty" json:"slug,omitempty"` Name *string `yaml:"name,omitempty" json:"name,omitempty"` EmailAddress *string `yaml:"emailAddress,omitempty" json:"emailAddress,omitempty"` }
ApplicationUser struct for ApplicationUser
type BuildsAndDeploymentsAPI ¶
type BuildsAndDeploymentsAPI interface { /* Add Store a build status */ Add(ctx context.Context, projectKey string, commitId string, repositorySlug string, restBuildStatusSetRequest RestBuildStatusSetRequest) (aurestclientapi.ParsedResponse, error) // AddExecutes the request AddRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) BuildsAndDeploymentsAPIAddRequest /* AddAnnotations Add Code Insights annotations */ AddAnnotations(ctx context.Context, projectKey string, commitId string, repositorySlug string, key string, restBulkAddInsightAnnotationRequest RestBulkAddInsightAnnotationRequest) (aurestclientapi.ParsedResponse, error) // AddAnnotationsExecutes the request AddAnnotationsRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string, key string) BuildsAndDeploymentsAPIAddAnnotationsRequest /* CreateOrUpdateDeployment Create or update a deployment */ CreateOrUpdateDeployment(ctx context.Context, projectKey string, commitId string, repositorySlug string, restDeploymentSetRequest RestDeploymentSetRequest) (RestDeployment, aurestclientapi.ParsedResponse, error) // CreateOrUpdateDeploymentExecutes the request // @return RestDeployment CreateOrUpdateDeploymentRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) BuildsAndDeploymentsAPICreateOrUpdateDeploymentRequest /* CreateRequiredBuildsMergeCheck Create a required builds merge check */ CreateRequiredBuildsMergeCheck(ctx context.Context, projectKey string, repositorySlug string, restRequiredBuildConditionSetRequest RestRequiredBuildConditionSetRequest) (RestRequiredBuildCondition, aurestclientapi.ParsedResponse, error) // CreateRequiredBuildsMergeCheckExecutes the request // @return RestRequiredBuildCondition CreateRequiredBuildsMergeCheckRequest(ctx context.Context, projectKey string, repositorySlug string) BuildsAndDeploymentsAPICreateRequiredBuildsMergeCheckRequest /* Delete Delete a specific build status */ Delete(ctx context.Context, projectKey string, commitId string, repositorySlug string, key string) (aurestclientapi.ParsedResponse, error) // DeleteExecutes the request DeleteRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) BuildsAndDeploymentsAPIDeleteRequest /* Delete1 Delete a deployment */ Delete1(ctx context.Context, projectKey string, commitId string, repositorySlug string, deploymentSequenceNumber string, key string, environmentKey string) (aurestclientapi.ParsedResponse, error) // Delete1Executes the request Delete1Request(ctx context.Context, projectKey string, commitId string, repositorySlug string) BuildsAndDeploymentsAPIDelete1Request /* DeleteACodeInsightsReport Delete a Code Insights report */ DeleteACodeInsightsReport(ctx context.Context, projectKey string, commitId string, repositorySlug string, key string) (aurestclientapi.ParsedResponse, error) // DeleteACodeInsightsReportExecutes the request DeleteACodeInsightsReportRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string, key string) BuildsAndDeploymentsAPIDeleteACodeInsightsReportRequest /* DeleteAnnotations Delete Code Insights annotations */ DeleteAnnotations(ctx context.Context, projectKey string, commitId string, repositorySlug string, key string, externalId string) (aurestclientapi.ParsedResponse, error) // DeleteAnnotationsExecutes the request DeleteAnnotationsRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string, key string) BuildsAndDeploymentsAPIDeleteAnnotationsRequest /* DeleteRequiredBuildsMergeCheck Delete a required builds merge check */ DeleteRequiredBuildsMergeCheck(ctx context.Context, projectKey string, id int64, repositorySlug string) (aurestclientapi.ParsedResponse, error) // DeleteRequiredBuildsMergeCheckExecutes the request DeleteRequiredBuildsMergeCheckRequest(ctx context.Context, projectKey string, id int64, repositorySlug string) BuildsAndDeploymentsAPIDeleteRequiredBuildsMergeCheckRequest /* Get Get a specific build status */ Get(ctx context.Context, projectKey string, commitId string, repositorySlug string, key string) (RestBuildStatus, aurestclientapi.ParsedResponse, error) // GetExecutes the request // @return RestBuildStatus GetRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) BuildsAndDeploymentsAPIGetRequest /* Get1 Get a deployment */ Get1(ctx context.Context, projectKey string, commitId string, repositorySlug string, deploymentSequenceNumber string, key string, environmentKey string) (RestDeployment, aurestclientapi.ParsedResponse, error) // Get1Executes the request // @return RestDeployment Get1Request(ctx context.Context, projectKey string, commitId string, repositorySlug string) BuildsAndDeploymentsAPIGet1Request /* GetACodeInsightsReport Get a Code Insights report */ GetACodeInsightsReport(ctx context.Context, projectKey string, commitId string, repositorySlug string, key string) (RestInsightReport, aurestclientapi.ParsedResponse, error) // GetACodeInsightsReportExecutes the request // @return RestInsightReport GetACodeInsightsReportRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string, key string) BuildsAndDeploymentsAPIGetACodeInsightsReportRequest /* GetAnnotations Get Code Insights annotations for a commit */ GetAnnotations(ctx context.Context, projectKey string, commitId string, repositorySlug string, severity string, path string, externalId string, type_ string, key string) (RestInsightAnnotationsResponse, aurestclientapi.ParsedResponse, error) // GetAnnotationsExecutes the request // @return RestInsightAnnotationsResponse GetAnnotationsRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) BuildsAndDeploymentsAPIGetAnnotationsRequest /* GetAnnotations1 Get Code Insights annotations for a report */ GetAnnotations1(ctx context.Context, projectKey string, commitId string, repositorySlug string, key string) (RestInsightAnnotationsResponse, aurestclientapi.ParsedResponse, error) // GetAnnotations1Executes the request // @return RestInsightAnnotationsResponse GetAnnotations1Request(ctx context.Context, projectKey string, commitId string, repositorySlug string, key string) BuildsAndDeploymentsAPIGetAnnotations1Request /* GetBuildStatusStats Get build status statistics for commit */ GetBuildStatusStats(ctx context.Context, commitId string, includeUnique bool) (RestBuildStats, aurestclientapi.ParsedResponse, error) // GetBuildStatusStatsExecutes the request // @return RestBuildStats GetBuildStatusStatsRequest(ctx context.Context, commitId string) BuildsAndDeploymentsAPIGetBuildStatusStatsRequest /* GetMultipleBuildStatusStats Get build status statistics for multiple commits */ GetMultipleBuildStatusStats(ctx context.Context, requestBody []string) (interface{}, aurestclientapi.ParsedResponse, error) // GetMultipleBuildStatusStatsExecutes the request // @return interface{} GetMultipleBuildStatusStatsRequest(ctx context.Context) BuildsAndDeploymentsAPIGetMultipleBuildStatusStatsRequest /* GetPageOfRequiredBuildsMergeChecks Get required builds merge checks */ GetPageOfRequiredBuildsMergeChecks(ctx context.Context, projectKey string, repositorySlug string, start float32, limit float32) (GetPageOfRequiredBuildsMergeChecks200Response, aurestclientapi.ParsedResponse, error) // GetPageOfRequiredBuildsMergeChecksExecutes the request // @return GetPageOfRequiredBuildsMergeChecks200Response GetPageOfRequiredBuildsMergeChecksRequest(ctx context.Context, projectKey string, repositorySlug string) BuildsAndDeploymentsAPIGetPageOfRequiredBuildsMergeChecksRequest /* GetReports Get all Code Insights reports for a commit */ GetReports(ctx context.Context, projectKey string, commitId string, repositorySlug string, start float32, limit float32) (GetReports200Response, aurestclientapi.ParsedResponse, error) // GetReportsExecutes the request // @return GetReports200Response GetReportsRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) BuildsAndDeploymentsAPIGetReportsRequest /* SetACodeInsightsReport Create a Code Insights report */ SetACodeInsightsReport(ctx context.Context, projectKey string, commitId string, repositorySlug string, key string, restSetInsightReportRequest RestSetInsightReportRequest) (RestInsightReport, aurestclientapi.ParsedResponse, error) // SetACodeInsightsReportExecutes the request // @return RestInsightReport SetACodeInsightsReportRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string, key string) BuildsAndDeploymentsAPISetACodeInsightsReportRequest /* SetAnnotation Create or replace a Code Insights annotation */ SetAnnotation(ctx context.Context, projectKey string, externalId string, commitId string, repositorySlug string, key string, restSingleAddInsightAnnotationRequest RestSingleAddInsightAnnotationRequest) (aurestclientapi.ParsedResponse, error) // SetAnnotationExecutes the request SetAnnotationRequest(ctx context.Context, projectKey string, externalId string, commitId string, repositorySlug string, key string) BuildsAndDeploymentsAPISetAnnotationRequest /* UpdateRequiredBuildsMergeCheck Update a required builds merge check */ UpdateRequiredBuildsMergeCheck(ctx context.Context, projectKey string, id int64, repositorySlug string, restRequiredBuildConditionSetRequest RestRequiredBuildConditionSetRequest) (RestRequiredBuildCondition, aurestclientapi.ParsedResponse, error) // UpdateRequiredBuildsMergeCheckExecutes the request // @return RestRequiredBuildCondition UpdateRequiredBuildsMergeCheckRequest(ctx context.Context, projectKey string, id int64, repositorySlug string) BuildsAndDeploymentsAPIUpdateRequiredBuildsMergeCheckRequest }
func NewBuildsAndDeploymentsAPI ¶
func NewBuildsAndDeploymentsAPI(client *ApiClient) BuildsAndDeploymentsAPI
type BuildsAndDeploymentsAPIAddAnnotationsRequest ¶
type BuildsAndDeploymentsAPIAddAnnotationsRequest struct { ApiService *BuildsAndDeploymentsAPIRepository // contains filtered or unexported fields }
func (*BuildsAndDeploymentsAPIAddAnnotationsRequest) Execute ¶
func (r *BuildsAndDeploymentsAPIAddAnnotationsRequest) Execute() (aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIAddAnnotationsRequest) RestBulkAddInsightAnnotationRequest ¶
func (r *BuildsAndDeploymentsAPIAddAnnotationsRequest) RestBulkAddInsightAnnotationRequest(restBulkAddInsightAnnotationRequest RestBulkAddInsightAnnotationRequest) *BuildsAndDeploymentsAPIAddAnnotationsRequest
The annotations to add.
type BuildsAndDeploymentsAPIAddRequest ¶
type BuildsAndDeploymentsAPIAddRequest struct { ApiService *BuildsAndDeploymentsAPIRepository // contains filtered or unexported fields }
func (*BuildsAndDeploymentsAPIAddRequest) Execute ¶
func (r *BuildsAndDeploymentsAPIAddRequest) Execute() (aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIAddRequest) RestBuildStatusSetRequest ¶
func (r *BuildsAndDeploymentsAPIAddRequest) RestBuildStatusSetRequest(restBuildStatusSetRequest RestBuildStatusSetRequest) *BuildsAndDeploymentsAPIAddRequest
The contents of the build status request are: These fields are **required**: - **key**: The string referring to this branch plan/job - **state**: The build status state, one of: \"SUCCESSFUL\", \"FAILED\", \"INPROGRESS\", \"CANCELLED\", \"UNKNOWN\" - **url**: URL referring to the build result page in the CI tool. These fields are optional: - **buildNumber** (optional): A unique identifier for this particular run of a plan< - **dateAdded** (optional): milliseconds since epoch. If not provided current date is used. - **description** (optional): Describes the build result - **duration** (optional): Duration of a completed build in milliseconds. - **name** (optional): A short string that describes the build plan - **parent** (optional): The identifier for the plan or job that ran the branch plan that produced this build status. - **ref** (optional): The fully qualified git reference e.g. refs/heads/master. - **testResults** (optional): A summary of the passed, failed and skipped tests.
type BuildsAndDeploymentsAPICreateOrUpdateDeploymentRequest ¶
type BuildsAndDeploymentsAPICreateOrUpdateDeploymentRequest struct { ApiService *BuildsAndDeploymentsAPIRepository // contains filtered or unexported fields }
func (*BuildsAndDeploymentsAPICreateOrUpdateDeploymentRequest) Execute ¶
func (r *BuildsAndDeploymentsAPICreateOrUpdateDeploymentRequest) Execute() (RestDeployment, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPICreateOrUpdateDeploymentRequest) RestDeploymentSetRequest ¶
func (r *BuildsAndDeploymentsAPICreateOrUpdateDeploymentRequest) RestDeploymentSetRequest(restDeploymentSetRequest RestDeploymentSetRequest) *BuildsAndDeploymentsAPICreateOrUpdateDeploymentRequest
the details of the deployment to create, as detailed by the request body
type BuildsAndDeploymentsAPICreateRequiredBuildsMergeCheckRequest ¶
type BuildsAndDeploymentsAPICreateRequiredBuildsMergeCheckRequest struct { ApiService *BuildsAndDeploymentsAPIRepository // contains filtered or unexported fields }
func (*BuildsAndDeploymentsAPICreateRequiredBuildsMergeCheckRequest) RestRequiredBuildConditionSetRequest ¶
func (r *BuildsAndDeploymentsAPICreateRequiredBuildsMergeCheckRequest) RestRequiredBuildConditionSetRequest(restRequiredBuildConditionSetRequest RestRequiredBuildConditionSetRequest) *BuildsAndDeploymentsAPICreateRequiredBuildsMergeCheckRequest
The request specifying the required build parent keys, ref matcher and exemption matcher
type BuildsAndDeploymentsAPIDelete1Request ¶
type BuildsAndDeploymentsAPIDelete1Request struct { ApiService *BuildsAndDeploymentsAPIRepository // contains filtered or unexported fields }
func (*BuildsAndDeploymentsAPIDelete1Request) DeploymentSequenceNumber ¶
func (r *BuildsAndDeploymentsAPIDelete1Request) DeploymentSequenceNumber(deploymentSequenceNumber string) *BuildsAndDeploymentsAPIDelete1Request
the sequence number of the deployment, as detailed by the query parameter
func (*BuildsAndDeploymentsAPIDelete1Request) EnvironmentKey ¶
func (r *BuildsAndDeploymentsAPIDelete1Request) EnvironmentKey(environmentKey string) *BuildsAndDeploymentsAPIDelete1Request
the key of the environment, as detailed by the query parameter
func (*BuildsAndDeploymentsAPIDelete1Request) Execute ¶
func (r *BuildsAndDeploymentsAPIDelete1Request) Execute() (aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIDelete1Request) Key ¶
func (r *BuildsAndDeploymentsAPIDelete1Request) Key(key string) *BuildsAndDeploymentsAPIDelete1Request
the key of the deployment, as detailed by the query parameter
type BuildsAndDeploymentsAPIDeleteACodeInsightsReportRequest ¶
type BuildsAndDeploymentsAPIDeleteACodeInsightsReportRequest struct { ApiService *BuildsAndDeploymentsAPIRepository // contains filtered or unexported fields }
func (*BuildsAndDeploymentsAPIDeleteACodeInsightsReportRequest) Execute ¶
func (r *BuildsAndDeploymentsAPIDeleteACodeInsightsReportRequest) Execute() (aurestclientapi.ParsedResponse, error)
type BuildsAndDeploymentsAPIDeleteAnnotationsRequest ¶
type BuildsAndDeploymentsAPIDeleteAnnotationsRequest struct { ApiService *BuildsAndDeploymentsAPIRepository // contains filtered or unexported fields }
func (*BuildsAndDeploymentsAPIDeleteAnnotationsRequest) Execute ¶
func (r *BuildsAndDeploymentsAPIDeleteAnnotationsRequest) Execute() (aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIDeleteAnnotationsRequest) ExternalId ¶
func (r *BuildsAndDeploymentsAPIDeleteAnnotationsRequest) ExternalId(externalId string) *BuildsAndDeploymentsAPIDeleteAnnotationsRequest
The external IDs for the annotations that are to be deleted. Can be specified more than once to delete by more than one external ID, or can be unspecified to delete all annotations.
type BuildsAndDeploymentsAPIDeleteRequest ¶
type BuildsAndDeploymentsAPIDeleteRequest struct { ApiService *BuildsAndDeploymentsAPIRepository // contains filtered or unexported fields }
func (*BuildsAndDeploymentsAPIDeleteRequest) Execute ¶
func (r *BuildsAndDeploymentsAPIDeleteRequest) Execute() (aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIDeleteRequest) Key ¶
func (r *BuildsAndDeploymentsAPIDeleteRequest) Key(key string) *BuildsAndDeploymentsAPIDeleteRequest
the key of the build status
type BuildsAndDeploymentsAPIDeleteRequiredBuildsMergeCheckRequest ¶
type BuildsAndDeploymentsAPIDeleteRequiredBuildsMergeCheckRequest struct { ApiService *BuildsAndDeploymentsAPIRepository // contains filtered or unexported fields }
func (*BuildsAndDeploymentsAPIDeleteRequiredBuildsMergeCheckRequest) Execute ¶
func (r *BuildsAndDeploymentsAPIDeleteRequiredBuildsMergeCheckRequest) Execute() (aurestclientapi.ParsedResponse, error)
type BuildsAndDeploymentsAPIGet1Request ¶
type BuildsAndDeploymentsAPIGet1Request struct { ApiService *BuildsAndDeploymentsAPIRepository // contains filtered or unexported fields }
func (*BuildsAndDeploymentsAPIGet1Request) DeploymentSequenceNumber ¶
func (r *BuildsAndDeploymentsAPIGet1Request) DeploymentSequenceNumber(deploymentSequenceNumber string) *BuildsAndDeploymentsAPIGet1Request
the sequence number of the deployment, as detailed by the query param
func (*BuildsAndDeploymentsAPIGet1Request) EnvironmentKey ¶
func (r *BuildsAndDeploymentsAPIGet1Request) EnvironmentKey(environmentKey string) *BuildsAndDeploymentsAPIGet1Request
the key of the environment, as detailed by the query parameter
func (*BuildsAndDeploymentsAPIGet1Request) Execute ¶
func (r *BuildsAndDeploymentsAPIGet1Request) Execute() (RestDeployment, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIGet1Request) Key ¶
func (r *BuildsAndDeploymentsAPIGet1Request) Key(key string) *BuildsAndDeploymentsAPIGet1Request
the key of the deployment, as detailed by the query parameter
type BuildsAndDeploymentsAPIGetACodeInsightsReportRequest ¶
type BuildsAndDeploymentsAPIGetACodeInsightsReportRequest struct { ApiService *BuildsAndDeploymentsAPIRepository // contains filtered or unexported fields }
func (*BuildsAndDeploymentsAPIGetACodeInsightsReportRequest) Execute ¶
func (r *BuildsAndDeploymentsAPIGetACodeInsightsReportRequest) Execute() (RestInsightReport, aurestclientapi.ParsedResponse, error)
type BuildsAndDeploymentsAPIGetAnnotations1Request ¶
type BuildsAndDeploymentsAPIGetAnnotations1Request struct { ApiService *BuildsAndDeploymentsAPIRepository // contains filtered or unexported fields }
func (*BuildsAndDeploymentsAPIGetAnnotations1Request) Execute ¶
func (r *BuildsAndDeploymentsAPIGetAnnotations1Request) Execute() (RestInsightAnnotationsResponse, aurestclientapi.ParsedResponse, error)
type BuildsAndDeploymentsAPIGetAnnotationsRequest ¶
type BuildsAndDeploymentsAPIGetAnnotationsRequest struct { ApiService *BuildsAndDeploymentsAPIRepository // contains filtered or unexported fields }
func (*BuildsAndDeploymentsAPIGetAnnotationsRequest) Execute ¶
func (r *BuildsAndDeploymentsAPIGetAnnotationsRequest) Execute() (RestInsightAnnotationsResponse, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIGetAnnotationsRequest) ExternalId ¶
func (r *BuildsAndDeploymentsAPIGetAnnotationsRequest) ExternalId(externalId string) *BuildsAndDeploymentsAPIGetAnnotationsRequest
Return only annotations that have one of the provided external IDs. Can be specified more than once to filter by more than one external ID.
func (*BuildsAndDeploymentsAPIGetAnnotationsRequest) Key ¶
func (r *BuildsAndDeploymentsAPIGetAnnotationsRequest) Key(key string) *BuildsAndDeploymentsAPIGetAnnotationsRequest
Return only annotations that belong to one of the provided report keys. Can be specified more than once to filter by more than one report
func (*BuildsAndDeploymentsAPIGetAnnotationsRequest) Path ¶
func (r *BuildsAndDeploymentsAPIGetAnnotationsRequest) Path(path string) *BuildsAndDeploymentsAPIGetAnnotationsRequest
Return only annotations that appear on one of the provided paths. Can be specified more than once to filter by more than one path.
func (*BuildsAndDeploymentsAPIGetAnnotationsRequest) Severity ¶
func (r *BuildsAndDeploymentsAPIGetAnnotationsRequest) Severity(severity string) *BuildsAndDeploymentsAPIGetAnnotationsRequest
Return only annotations that have one of the given severities. Can be specified more than once to filter by more than one severity. Valid severities are <code>LOW</code>, <code>MEDIUM</code> and <code>HIGH</code>.
func (*BuildsAndDeploymentsAPIGetAnnotationsRequest) Type_ ¶
func (r *BuildsAndDeploymentsAPIGetAnnotationsRequest) Type_(type_ string) *BuildsAndDeploymentsAPIGetAnnotationsRequest
Return only annotations that have one of the given types. Can be specified more than once to filter by multiple types. Valid types are <code>BUG</code>, <code>CODE_SMELL</code>, and <code>VULNERABILITY</code>.
type BuildsAndDeploymentsAPIGetBuildStatusStatsRequest ¶
type BuildsAndDeploymentsAPIGetBuildStatusStatsRequest struct { ApiService *BuildsAndDeploymentsAPIRepository // contains filtered or unexported fields }
func (*BuildsAndDeploymentsAPIGetBuildStatusStatsRequest) Execute ¶
func (r *BuildsAndDeploymentsAPIGetBuildStatusStatsRequest) Execute() (RestBuildStats, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIGetBuildStatusStatsRequest) IncludeUnique ¶
func (r *BuildsAndDeploymentsAPIGetBuildStatusStatsRequest) IncludeUnique(includeUnique bool) *BuildsAndDeploymentsAPIGetBuildStatusStatsRequest
include a unique build result if there is either only one failed build, only one in-progress build or only one successful build
type BuildsAndDeploymentsAPIGetMultipleBuildStatusStatsRequest ¶
type BuildsAndDeploymentsAPIGetMultipleBuildStatusStatsRequest struct { ApiService *BuildsAndDeploymentsAPIRepository // contains filtered or unexported fields }
func (*BuildsAndDeploymentsAPIGetMultipleBuildStatusStatsRequest) Execute ¶
func (r *BuildsAndDeploymentsAPIGetMultipleBuildStatusStatsRequest) Execute() (interface{}, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIGetMultipleBuildStatusStatsRequest) RequestBody ¶
func (r *BuildsAndDeploymentsAPIGetMultipleBuildStatusStatsRequest) RequestBody(requestBody []string) *BuildsAndDeploymentsAPIGetMultipleBuildStatusStatsRequest
full SHA1 of each commit
type BuildsAndDeploymentsAPIGetPageOfRequiredBuildsMergeChecksRequest ¶
type BuildsAndDeploymentsAPIGetPageOfRequiredBuildsMergeChecksRequest struct { ApiService *BuildsAndDeploymentsAPIRepository // contains filtered or unexported fields }
func (*BuildsAndDeploymentsAPIGetPageOfRequiredBuildsMergeChecksRequest) Limit ¶
func (r *BuildsAndDeploymentsAPIGetPageOfRequiredBuildsMergeChecksRequest) Limit(limit float32) *BuildsAndDeploymentsAPIGetPageOfRequiredBuildsMergeChecksRequest
Number of items to return. If not passed, a page size of 25 is used.
func (*BuildsAndDeploymentsAPIGetPageOfRequiredBuildsMergeChecksRequest) Start ¶
func (r *BuildsAndDeploymentsAPIGetPageOfRequiredBuildsMergeChecksRequest) Start(start float32) *BuildsAndDeploymentsAPIGetPageOfRequiredBuildsMergeChecksRequest
Start number for the page (inclusive). If not passed, first page is assumed.
type BuildsAndDeploymentsAPIGetReportsRequest ¶
type BuildsAndDeploymentsAPIGetReportsRequest struct { ApiService *BuildsAndDeploymentsAPIRepository // contains filtered or unexported fields }
func (*BuildsAndDeploymentsAPIGetReportsRequest) Execute ¶
func (r *BuildsAndDeploymentsAPIGetReportsRequest) Execute() (GetReports200Response, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIGetReportsRequest) Limit ¶
func (r *BuildsAndDeploymentsAPIGetReportsRequest) Limit(limit float32) *BuildsAndDeploymentsAPIGetReportsRequest
Number of items to return. If not passed, a page size of 25 is used.
func (*BuildsAndDeploymentsAPIGetReportsRequest) Start ¶
func (r *BuildsAndDeploymentsAPIGetReportsRequest) Start(start float32) *BuildsAndDeploymentsAPIGetReportsRequest
Start number for the page (inclusive). If not passed, first page is assumed.
type BuildsAndDeploymentsAPIGetRequest ¶
type BuildsAndDeploymentsAPIGetRequest struct { ApiService *BuildsAndDeploymentsAPIRepository // contains filtered or unexported fields }
func (*BuildsAndDeploymentsAPIGetRequest) Execute ¶
func (r *BuildsAndDeploymentsAPIGetRequest) Execute() (RestBuildStatus, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIGetRequest) Key ¶
func (r *BuildsAndDeploymentsAPIGetRequest) Key(key string) *BuildsAndDeploymentsAPIGetRequest
the key of the build status
type BuildsAndDeploymentsAPIRepository ¶
type BuildsAndDeploymentsAPIRepository struct {
ApiClient *ApiClient
}
func (*BuildsAndDeploymentsAPIRepository) Add ¶
func (a *BuildsAndDeploymentsAPIRepository) Add(ctx context.Context, projectKey string, commitId string, repositorySlug string, restBuildStatusSetRequest RestBuildStatusSetRequest) (aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) AddAnnotations ¶
func (a *BuildsAndDeploymentsAPIRepository) AddAnnotations(ctx context.Context, projectKey string, commitId string, repositorySlug string, key string, restBulkAddInsightAnnotationRequest RestBulkAddInsightAnnotationRequest) (aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) AddAnnotationsExecute ¶
func (a *BuildsAndDeploymentsAPIRepository) AddAnnotationsExecute(r *BuildsAndDeploymentsAPIAddAnnotationsRequest) (aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) AddAnnotationsRequest ¶
func (a *BuildsAndDeploymentsAPIRepository) AddAnnotationsRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string, key string) BuildsAndDeploymentsAPIAddAnnotationsRequest
func (*BuildsAndDeploymentsAPIRepository) AddExecute ¶
func (a *BuildsAndDeploymentsAPIRepository) AddExecute(r *BuildsAndDeploymentsAPIAddRequest) (aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) AddRequest ¶
func (a *BuildsAndDeploymentsAPIRepository) AddRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) BuildsAndDeploymentsAPIAddRequest
func (*BuildsAndDeploymentsAPIRepository) CreateOrUpdateDeployment ¶
func (a *BuildsAndDeploymentsAPIRepository) CreateOrUpdateDeployment(ctx context.Context, projectKey string, commitId string, repositorySlug string, restDeploymentSetRequest RestDeploymentSetRequest) (RestDeployment, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) CreateOrUpdateDeploymentExecute ¶
func (a *BuildsAndDeploymentsAPIRepository) CreateOrUpdateDeploymentExecute(r *BuildsAndDeploymentsAPICreateOrUpdateDeploymentRequest) (RestDeployment, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) CreateOrUpdateDeploymentRequest ¶
func (a *BuildsAndDeploymentsAPIRepository) CreateOrUpdateDeploymentRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) BuildsAndDeploymentsAPICreateOrUpdateDeploymentRequest
func (*BuildsAndDeploymentsAPIRepository) CreateRequiredBuildsMergeCheck ¶
func (a *BuildsAndDeploymentsAPIRepository) CreateRequiredBuildsMergeCheck(ctx context.Context, projectKey string, repositorySlug string, restRequiredBuildConditionSetRequest RestRequiredBuildConditionSetRequest) (RestRequiredBuildCondition, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) CreateRequiredBuildsMergeCheckExecute ¶
func (a *BuildsAndDeploymentsAPIRepository) CreateRequiredBuildsMergeCheckExecute(r *BuildsAndDeploymentsAPICreateRequiredBuildsMergeCheckRequest) (RestRequiredBuildCondition, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) CreateRequiredBuildsMergeCheckRequest ¶
func (a *BuildsAndDeploymentsAPIRepository) CreateRequiredBuildsMergeCheckRequest(ctx context.Context, projectKey string, repositorySlug string) BuildsAndDeploymentsAPICreateRequiredBuildsMergeCheckRequest
func (*BuildsAndDeploymentsAPIRepository) Delete ¶
func (a *BuildsAndDeploymentsAPIRepository) Delete(ctx context.Context, projectKey string, commitId string, repositorySlug string, key string) (aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) Delete1 ¶
func (a *BuildsAndDeploymentsAPIRepository) Delete1(ctx context.Context, projectKey string, commitId string, repositorySlug string, deploymentSequenceNumber string, key string, environmentKey string) (aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) Delete1Execute ¶
func (a *BuildsAndDeploymentsAPIRepository) Delete1Execute(r *BuildsAndDeploymentsAPIDelete1Request) (aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) Delete1Request ¶
func (a *BuildsAndDeploymentsAPIRepository) Delete1Request(ctx context.Context, projectKey string, commitId string, repositorySlug string) BuildsAndDeploymentsAPIDelete1Request
func (*BuildsAndDeploymentsAPIRepository) DeleteACodeInsightsReport ¶
func (a *BuildsAndDeploymentsAPIRepository) DeleteACodeInsightsReport(ctx context.Context, projectKey string, commitId string, repositorySlug string, key string) (aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) DeleteACodeInsightsReportExecute ¶
func (a *BuildsAndDeploymentsAPIRepository) DeleteACodeInsightsReportExecute(r *BuildsAndDeploymentsAPIDeleteACodeInsightsReportRequest) (aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) DeleteACodeInsightsReportRequest ¶
func (a *BuildsAndDeploymentsAPIRepository) DeleteACodeInsightsReportRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string, key string) BuildsAndDeploymentsAPIDeleteACodeInsightsReportRequest
func (*BuildsAndDeploymentsAPIRepository) DeleteAnnotations ¶
func (a *BuildsAndDeploymentsAPIRepository) DeleteAnnotations(ctx context.Context, projectKey string, commitId string, repositorySlug string, key string, externalId string) (aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) DeleteAnnotationsExecute ¶
func (a *BuildsAndDeploymentsAPIRepository) DeleteAnnotationsExecute(r *BuildsAndDeploymentsAPIDeleteAnnotationsRequest) (aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) DeleteAnnotationsRequest ¶
func (a *BuildsAndDeploymentsAPIRepository) DeleteAnnotationsRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string, key string) BuildsAndDeploymentsAPIDeleteAnnotationsRequest
func (*BuildsAndDeploymentsAPIRepository) DeleteExecute ¶
func (a *BuildsAndDeploymentsAPIRepository) DeleteExecute(r *BuildsAndDeploymentsAPIDeleteRequest) (aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) DeleteRequest ¶
func (a *BuildsAndDeploymentsAPIRepository) DeleteRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) BuildsAndDeploymentsAPIDeleteRequest
func (*BuildsAndDeploymentsAPIRepository) DeleteRequiredBuildsMergeCheck ¶
func (a *BuildsAndDeploymentsAPIRepository) DeleteRequiredBuildsMergeCheck(ctx context.Context, projectKey string, id int64, repositorySlug string) (aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) DeleteRequiredBuildsMergeCheckExecute ¶
func (a *BuildsAndDeploymentsAPIRepository) DeleteRequiredBuildsMergeCheckExecute(r *BuildsAndDeploymentsAPIDeleteRequiredBuildsMergeCheckRequest) (aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) DeleteRequiredBuildsMergeCheckRequest ¶
func (a *BuildsAndDeploymentsAPIRepository) DeleteRequiredBuildsMergeCheckRequest(ctx context.Context, projectKey string, id int64, repositorySlug string) BuildsAndDeploymentsAPIDeleteRequiredBuildsMergeCheckRequest
func (*BuildsAndDeploymentsAPIRepository) Get ¶
func (a *BuildsAndDeploymentsAPIRepository) Get(ctx context.Context, projectKey string, commitId string, repositorySlug string, key string) (RestBuildStatus, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) Get1 ¶
func (a *BuildsAndDeploymentsAPIRepository) Get1(ctx context.Context, projectKey string, commitId string, repositorySlug string, deploymentSequenceNumber string, key string, environmentKey string) (RestDeployment, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) Get1Execute ¶
func (a *BuildsAndDeploymentsAPIRepository) Get1Execute(r *BuildsAndDeploymentsAPIGet1Request) (RestDeployment, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) Get1Request ¶
func (a *BuildsAndDeploymentsAPIRepository) Get1Request(ctx context.Context, projectKey string, commitId string, repositorySlug string) BuildsAndDeploymentsAPIGet1Request
func (*BuildsAndDeploymentsAPIRepository) GetACodeInsightsReport ¶
func (a *BuildsAndDeploymentsAPIRepository) GetACodeInsightsReport(ctx context.Context, projectKey string, commitId string, repositorySlug string, key string) (RestInsightReport, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) GetACodeInsightsReportExecute ¶
func (a *BuildsAndDeploymentsAPIRepository) GetACodeInsightsReportExecute(r *BuildsAndDeploymentsAPIGetACodeInsightsReportRequest) (RestInsightReport, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) GetACodeInsightsReportRequest ¶
func (a *BuildsAndDeploymentsAPIRepository) GetACodeInsightsReportRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string, key string) BuildsAndDeploymentsAPIGetACodeInsightsReportRequest
func (*BuildsAndDeploymentsAPIRepository) GetAnnotations ¶
func (a *BuildsAndDeploymentsAPIRepository) GetAnnotations(ctx context.Context, projectKey string, commitId string, repositorySlug string, severity string, path string, externalId string, type_ string, key string) (RestInsightAnnotationsResponse, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) GetAnnotations1 ¶
func (a *BuildsAndDeploymentsAPIRepository) GetAnnotations1(ctx context.Context, projectKey string, commitId string, repositorySlug string, key string) (RestInsightAnnotationsResponse, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) GetAnnotations1Execute ¶
func (a *BuildsAndDeploymentsAPIRepository) GetAnnotations1Execute(r *BuildsAndDeploymentsAPIGetAnnotations1Request) (RestInsightAnnotationsResponse, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) GetAnnotations1Request ¶
func (a *BuildsAndDeploymentsAPIRepository) GetAnnotations1Request(ctx context.Context, projectKey string, commitId string, repositorySlug string, key string) BuildsAndDeploymentsAPIGetAnnotations1Request
func (*BuildsAndDeploymentsAPIRepository) GetAnnotationsExecute ¶
func (a *BuildsAndDeploymentsAPIRepository) GetAnnotationsExecute(r *BuildsAndDeploymentsAPIGetAnnotationsRequest) (RestInsightAnnotationsResponse, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) GetAnnotationsRequest ¶
func (a *BuildsAndDeploymentsAPIRepository) GetAnnotationsRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) BuildsAndDeploymentsAPIGetAnnotationsRequest
func (*BuildsAndDeploymentsAPIRepository) GetBuildStatusStats ¶
func (a *BuildsAndDeploymentsAPIRepository) GetBuildStatusStats(ctx context.Context, commitId string, includeUnique bool) (RestBuildStats, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) GetBuildStatusStatsExecute ¶
func (a *BuildsAndDeploymentsAPIRepository) GetBuildStatusStatsExecute(r *BuildsAndDeploymentsAPIGetBuildStatusStatsRequest) (RestBuildStats, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) GetBuildStatusStatsRequest ¶
func (a *BuildsAndDeploymentsAPIRepository) GetBuildStatusStatsRequest(ctx context.Context, commitId string) BuildsAndDeploymentsAPIGetBuildStatusStatsRequest
func (*BuildsAndDeploymentsAPIRepository) GetExecute ¶
func (a *BuildsAndDeploymentsAPIRepository) GetExecute(r *BuildsAndDeploymentsAPIGetRequest) (RestBuildStatus, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) GetMultipleBuildStatusStats ¶
func (a *BuildsAndDeploymentsAPIRepository) GetMultipleBuildStatusStats(ctx context.Context, requestBody []string) (interface{}, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) GetMultipleBuildStatusStatsExecute ¶
func (a *BuildsAndDeploymentsAPIRepository) GetMultipleBuildStatusStatsExecute(r *BuildsAndDeploymentsAPIGetMultipleBuildStatusStatsRequest) (interface{}, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) GetMultipleBuildStatusStatsRequest ¶
func (a *BuildsAndDeploymentsAPIRepository) GetMultipleBuildStatusStatsRequest(ctx context.Context) BuildsAndDeploymentsAPIGetMultipleBuildStatusStatsRequest
func (*BuildsAndDeploymentsAPIRepository) GetPageOfRequiredBuildsMergeChecks ¶
func (a *BuildsAndDeploymentsAPIRepository) GetPageOfRequiredBuildsMergeChecks(ctx context.Context, projectKey string, repositorySlug string, start float32, limit float32) (GetPageOfRequiredBuildsMergeChecks200Response, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) GetPageOfRequiredBuildsMergeChecksExecute ¶
func (a *BuildsAndDeploymentsAPIRepository) GetPageOfRequiredBuildsMergeChecksExecute(r *BuildsAndDeploymentsAPIGetPageOfRequiredBuildsMergeChecksRequest) (GetPageOfRequiredBuildsMergeChecks200Response, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) GetPageOfRequiredBuildsMergeChecksRequest ¶
func (a *BuildsAndDeploymentsAPIRepository) GetPageOfRequiredBuildsMergeChecksRequest(ctx context.Context, projectKey string, repositorySlug string) BuildsAndDeploymentsAPIGetPageOfRequiredBuildsMergeChecksRequest
func (*BuildsAndDeploymentsAPIRepository) GetReports ¶
func (a *BuildsAndDeploymentsAPIRepository) GetReports(ctx context.Context, projectKey string, commitId string, repositorySlug string, start float32, limit float32) (GetReports200Response, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) GetReportsExecute ¶
func (a *BuildsAndDeploymentsAPIRepository) GetReportsExecute(r *BuildsAndDeploymentsAPIGetReportsRequest) (GetReports200Response, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) GetReportsRequest ¶
func (a *BuildsAndDeploymentsAPIRepository) GetReportsRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) BuildsAndDeploymentsAPIGetReportsRequest
func (*BuildsAndDeploymentsAPIRepository) GetRequest ¶
func (a *BuildsAndDeploymentsAPIRepository) GetRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) BuildsAndDeploymentsAPIGetRequest
func (*BuildsAndDeploymentsAPIRepository) SetACodeInsightsReport ¶
func (a *BuildsAndDeploymentsAPIRepository) SetACodeInsightsReport(ctx context.Context, projectKey string, commitId string, repositorySlug string, key string, restSetInsightReportRequest RestSetInsightReportRequest) (RestInsightReport, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) SetACodeInsightsReportExecute ¶
func (a *BuildsAndDeploymentsAPIRepository) SetACodeInsightsReportExecute(r *BuildsAndDeploymentsAPISetACodeInsightsReportRequest) (RestInsightReport, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) SetACodeInsightsReportRequest ¶
func (a *BuildsAndDeploymentsAPIRepository) SetACodeInsightsReportRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string, key string) BuildsAndDeploymentsAPISetACodeInsightsReportRequest
func (*BuildsAndDeploymentsAPIRepository) SetAnnotation ¶
func (a *BuildsAndDeploymentsAPIRepository) SetAnnotation(ctx context.Context, projectKey string, externalId string, commitId string, repositorySlug string, key string, restSingleAddInsightAnnotationRequest RestSingleAddInsightAnnotationRequest) (aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) SetAnnotationExecute ¶
func (a *BuildsAndDeploymentsAPIRepository) SetAnnotationExecute(r *BuildsAndDeploymentsAPISetAnnotationRequest) (aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) SetAnnotationRequest ¶
func (a *BuildsAndDeploymentsAPIRepository) SetAnnotationRequest(ctx context.Context, projectKey string, externalId string, commitId string, repositorySlug string, key string) BuildsAndDeploymentsAPISetAnnotationRequest
func (*BuildsAndDeploymentsAPIRepository) UpdateRequiredBuildsMergeCheck ¶
func (a *BuildsAndDeploymentsAPIRepository) UpdateRequiredBuildsMergeCheck(ctx context.Context, projectKey string, id int64, repositorySlug string, restRequiredBuildConditionSetRequest RestRequiredBuildConditionSetRequest) (RestRequiredBuildCondition, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) UpdateRequiredBuildsMergeCheckExecute ¶
func (a *BuildsAndDeploymentsAPIRepository) UpdateRequiredBuildsMergeCheckExecute(r *BuildsAndDeploymentsAPIUpdateRequiredBuildsMergeCheckRequest) (RestRequiredBuildCondition, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPIRepository) UpdateRequiredBuildsMergeCheckRequest ¶
func (a *BuildsAndDeploymentsAPIRepository) UpdateRequiredBuildsMergeCheckRequest(ctx context.Context, projectKey string, id int64, repositorySlug string) BuildsAndDeploymentsAPIUpdateRequiredBuildsMergeCheckRequest
type BuildsAndDeploymentsAPISetACodeInsightsReportRequest ¶
type BuildsAndDeploymentsAPISetACodeInsightsReportRequest struct { ApiService *BuildsAndDeploymentsAPIRepository // contains filtered or unexported fields }
func (*BuildsAndDeploymentsAPISetACodeInsightsReportRequest) Execute ¶
func (r *BuildsAndDeploymentsAPISetACodeInsightsReportRequest) Execute() (RestInsightReport, aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPISetACodeInsightsReportRequest) RestSetInsightReportRequest ¶
func (r *BuildsAndDeploymentsAPISetACodeInsightsReportRequest) RestSetInsightReportRequest(restSetInsightReportRequest RestSetInsightReportRequest) *BuildsAndDeploymentsAPISetACodeInsightsReportRequest
The request object containing the details of the report to create (see example).
type BuildsAndDeploymentsAPISetAnnotationRequest ¶
type BuildsAndDeploymentsAPISetAnnotationRequest struct { ApiService *BuildsAndDeploymentsAPIRepository // contains filtered or unexported fields }
func (*BuildsAndDeploymentsAPISetAnnotationRequest) Execute ¶
func (r *BuildsAndDeploymentsAPISetAnnotationRequest) Execute() (aurestclientapi.ParsedResponse, error)
func (*BuildsAndDeploymentsAPISetAnnotationRequest) RestSingleAddInsightAnnotationRequest ¶
func (r *BuildsAndDeploymentsAPISetAnnotationRequest) RestSingleAddInsightAnnotationRequest(restSingleAddInsightAnnotationRequest RestSingleAddInsightAnnotationRequest) *BuildsAndDeploymentsAPISetAnnotationRequest
The new annotation that is to replace the existing one.
type BuildsAndDeploymentsAPIUpdateRequiredBuildsMergeCheckRequest ¶
type BuildsAndDeploymentsAPIUpdateRequiredBuildsMergeCheckRequest struct { ApiService *BuildsAndDeploymentsAPIRepository // contains filtered or unexported fields }
func (*BuildsAndDeploymentsAPIUpdateRequiredBuildsMergeCheckRequest) RestRequiredBuildConditionSetRequest ¶
func (r *BuildsAndDeploymentsAPIUpdateRequiredBuildsMergeCheckRequest) RestRequiredBuildConditionSetRequest(restRequiredBuildConditionSetRequest RestRequiredBuildConditionSetRequest) *BuildsAndDeploymentsAPIUpdateRequiredBuildsMergeCheckRequest
The request specifying the required build parent keys, ref matcher and exemption matcher
type ClientConfig ¶
type ClientConfig struct { BaseUrl string CacheRetention time.Duration CacheSize int RequestManipulator RequestManipulatorFunc AuthorizationRequestManipulator RequestManipulatorFunc TracingRequestManipulator RequestManipulatorFunc LoggingConfigurer func(client aurestclientapi.Client) aurestclientapi.Client CircuitBreakerConfigurer func(client aurestclientapi.Client) aurestclientapi.Client ApmConfigurer func(client aurestclientapi.Client) aurestclientapi.Client RetryConfigurer func(client aurestclientapi.Client) aurestclientapi.Client RecorderConfigurer func(client aurestclientapi.Client) aurestclientapi.Client CachingConfigurer func(client aurestclientapi.Client, cacheRetentionSeconds time.Duration, cacheSize int) aurestclientapi.Client }
func DefaultApiClientConfig ¶
func DefaultApiClientConfig(baseUrl string) *ClientConfig
func DefaultApiClientConfigNewWithOptions ¶
func DefaultApiClientConfigNewWithOptions(baseUrl string) *ClientConfig
type Context ¶
type Context struct {
CommitMessage *string `yaml:"commitMessage,omitempty" json:"commitMessage,omitempty"`
}
Context struct for Context
type DismissRetentionConfigReviewNotification401Response ¶
type DismissRetentionConfigReviewNotification401Response struct {
Errors []RestErrorMessage `yaml:"errors,omitempty" json:"errors,omitempty"`
}
DismissRetentionConfigReviewNotification401Response struct for DismissRetentionConfigReviewNotification401Response
type ExampleFiles ¶
type ExampleFiles struct {
Files *ExampleJsonLastModifiedCallback `yaml:"files,omitempty" json:"files,omitempty"`
}
ExampleFiles struct for ExampleFiles
type ExampleJsonLastModifiedCallback ¶
type ExampleJsonLastModifiedCallback struct { LatestCommit *RestChangesetToCommit `yaml:"latestCommit,omitempty" json:"latestCommit,omitempty"` ReadmeMd *RestChangesetToCommit `yaml:"readmeMd,omitempty" json:"readmeMd,omitempty"` PomXml *RestChangesetToCommit `yaml:"pomXml,omitempty" json:"pomXml,omitempty"` }
ExampleJsonLastModifiedCallback struct for ExampleJsonLastModifiedCallback
type ExampleMultipartFormData ¶
type ExampleMultipartFormData struct { // The branch on which the <code>path</code> should be modified or created. Branch *string `yaml:"branch,omitempty" json:"branch,omitempty"` // The full content of the file at <code>path</code>. Content *string `yaml:"content,omitempty" json:"content,omitempty"` // The message associated with this change, to be used as the commit message. Or null if the default message should be used. Message *string `yaml:"message,omitempty" json:"message,omitempty"` // The starting point for <code>branch</code>. If provided and different from <code>branch</code>, <code>branch</code> will be created as a new branch, branching off from <code>sourceBranch</code>. SourceBranch *string `yaml:"sourceBranch,omitempty" json:"sourceBranch,omitempty"` // The commit ID of the file before it was edited, used to identify if content has changed. Or null if this is a new file SourceCommitId *string `yaml:"sourceCommitId,omitempty" json:"sourceCommitId,omitempty"` }
ExampleMultipartFormData struct for ExampleMultipartFormData
type ExampleSettings ¶
type ExampleSettings struct { StringValue *string `yaml:"stringValue,omitempty" json:"stringValue,omitempty"` BooleanValue *bool `yaml:"booleanValue,omitempty" json:"booleanValue,omitempty"` DoubleValue *float64 `yaml:"doubleValue,omitempty" json:"doubleValue,omitempty"` IntegerValue *int32 `yaml:"integerValue,omitempty" json:"integerValue,omitempty"` LongValue *int64 `yaml:"longValue,omitempty" json:"longValue,omitempty"` }
ExampleSettings struct for ExampleSettings
type ExtendedClient ¶
type ExtendedClient interface { PullRequestsAPI BuildsAndDeploymentsAPI }
type FindByCommit200Response ¶
type FindByCommit200Response struct { Values []RestMinimalRef `yaml:"values,omitempty" json:"values,omitempty"` Size *float32 `yaml:"size,omitempty" json:"size,omitempty"` Limit *float32 `yaml:"limit,omitempty" json:"limit,omitempty"` NextPageStart *int32 `yaml:"nextPageStart,omitempty" json:"nextPageStart,omitempty"` IsLastPage *bool `yaml:"isLastPage,omitempty" json:"isLastPage,omitempty"` Start *int32 `yaml:"start,omitempty" json:"start,omitempty"` }
FindByCommit200Response struct for FindByCommit200Response
type GetActivities200Response ¶
type GetActivities200Response struct { Values []RestPullRequestActivity `yaml:"values,omitempty" json:"values,omitempty"` Size *float32 `yaml:"size,omitempty" json:"size,omitempty"` Limit *float32 `yaml:"limit,omitempty" json:"limit,omitempty"` NextPageStart *int32 `yaml:"nextPageStart,omitempty" json:"nextPageStart,omitempty"` IsLastPage *bool `yaml:"isLastPage,omitempty" json:"isLastPage,omitempty"` Start *int32 `yaml:"start,omitempty" json:"start,omitempty"` }
GetActivities200Response struct for GetActivities200Response
type GetBranches200Response ¶
type GetBranches200Response struct { Values []RestBranch `yaml:"values,omitempty" json:"values,omitempty"` Size *float32 `yaml:"size,omitempty" json:"size,omitempty"` Limit *float32 `yaml:"limit,omitempty" json:"limit,omitempty"` NextPageStart *int32 `yaml:"nextPageStart,omitempty" json:"nextPageStart,omitempty"` IsLastPage *bool `yaml:"isLastPage,omitempty" json:"isLastPage,omitempty"` Start *int32 `yaml:"start,omitempty" json:"start,omitempty"` }
GetBranches200Response struct for GetBranches200Response
type GetChanges1200Response ¶
type GetChanges1200Response struct { Values []RestChange `yaml:"values,omitempty" json:"values,omitempty"` Size *float32 `yaml:"size,omitempty" json:"size,omitempty"` Limit *float32 `yaml:"limit,omitempty" json:"limit,omitempty"` NextPageStart *int32 `yaml:"nextPageStart,omitempty" json:"nextPageStart,omitempty"` IsLastPage *bool `yaml:"isLastPage,omitempty" json:"isLastPage,omitempty"` Start *int32 `yaml:"start,omitempty" json:"start,omitempty"` }
GetChanges1200Response struct for GetChanges1200Response
type GetComments200Response ¶
type GetComments200Response struct { Values []RestComment `yaml:"values,omitempty" json:"values,omitempty"` Size *float32 `yaml:"size,omitempty" json:"size,omitempty"` Limit *float32 `yaml:"limit,omitempty" json:"limit,omitempty"` NextPageStart *int32 `yaml:"nextPageStart,omitempty" json:"nextPageStart,omitempty"` IsLastPage *bool `yaml:"isLastPage,omitempty" json:"isLastPage,omitempty"` Start *int32 `yaml:"start,omitempty" json:"start,omitempty"` }
GetComments200Response struct for GetComments200Response
type GetCommits200Response ¶
type GetCommits200Response struct { Values []RestCommit `yaml:"values,omitempty" json:"values,omitempty"` Size *float32 `yaml:"size,omitempty" json:"size,omitempty"` Limit *float32 `yaml:"limit,omitempty" json:"limit,omitempty"` NextPageStart *int32 `yaml:"nextPageStart,omitempty" json:"nextPageStart,omitempty"` IsLastPage *bool `yaml:"isLastPage,omitempty" json:"isLastPage,omitempty"` Start *int32 `yaml:"start,omitempty" json:"start,omitempty"` }
GetCommits200Response struct for GetCommits200Response
type GetConfigurations200Response ¶
type GetConfigurations200Response struct { Values []RestHookScriptConfig `yaml:"values,omitempty" json:"values,omitempty"` Size *float32 `yaml:"size,omitempty" json:"size,omitempty"` Limit *float32 `yaml:"limit,omitempty" json:"limit,omitempty"` NextPageStart *int32 `yaml:"nextPageStart,omitempty" json:"nextPageStart,omitempty"` IsLastPage *bool `yaml:"isLastPage,omitempty" json:"isLastPage,omitempty"` Start *int32 `yaml:"start,omitempty" json:"start,omitempty"` }
GetConfigurations200Response struct for GetConfigurations200Response
type GetContent1200Response ¶
type GetContent1200Response struct { Lines []GetContent1200ResponseLinesInner `yaml:"lines,omitempty" json:"lines,omitempty"` IsLastPage *bool `yaml:"isLastPage,omitempty" json:"isLastPage,omitempty"` NextPageStart *float32 `yaml:"nextPageStart,omitempty" json:"nextPageStart,omitempty"` }
GetContent1200Response struct for GetContent1200Response
type GetContent1200ResponseLinesInner ¶
type GetContent1200ResponseLinesInner struct {
Text *string `yaml:"text,omitempty" json:"text,omitempty"`
}
GetContent1200ResponseLinesInner struct for GetContent1200ResponseLinesInner
type GetLikers200Response ¶
type GetLikers200Response struct { Values []RestApplicationUser `yaml:"values,omitempty" json:"values,omitempty"` Size *float32 `yaml:"size,omitempty" json:"size,omitempty"` Limit *float32 `yaml:"limit,omitempty" json:"limit,omitempty"` NextPageStart *int32 `yaml:"nextPageStart,omitempty" json:"nextPageStart,omitempty"` IsLastPage *bool `yaml:"isLastPage,omitempty" json:"isLastPage,omitempty"` Start *int32 `yaml:"start,omitempty" json:"start,omitempty"` }
GetLikers200Response struct for GetLikers200Response
type GetPageOfRequiredBuildsMergeChecks200Response ¶
type GetPageOfRequiredBuildsMergeChecks200Response struct { Values []RestRequiredBuildCondition `yaml:"values,omitempty" json:"values,omitempty"` Size *float32 `yaml:"size,omitempty" json:"size,omitempty"` Limit *float32 `yaml:"limit,omitempty" json:"limit,omitempty"` NextPageStart *int32 `yaml:"nextPageStart,omitempty" json:"nextPageStart,omitempty"` IsLastPage *bool `yaml:"isLastPage,omitempty" json:"isLastPage,omitempty"` Start *int32 `yaml:"start,omitempty" json:"start,omitempty"` }
GetPageOfRequiredBuildsMergeChecks200Response struct for GetPageOfRequiredBuildsMergeChecks200Response
type GetPullRequests1200Response ¶
type GetPullRequests1200Response struct { Values []RestPullRequest `yaml:"values,omitempty" json:"values,omitempty"` Size *float32 `yaml:"size,omitempty" json:"size,omitempty"` Limit *float32 `yaml:"limit,omitempty" json:"limit,omitempty"` NextPageStart *int32 `yaml:"nextPageStart,omitempty" json:"nextPageStart,omitempty"` IsLastPage *bool `yaml:"isLastPage,omitempty" json:"isLastPage,omitempty"` Start *int32 `yaml:"start,omitempty" json:"start,omitempty"` }
GetPullRequests1200Response struct for GetPullRequests1200Response
type GetRefChangeActivity200Response ¶
type GetRefChangeActivity200Response struct { Values []RestRepositoryRefChangeActivity `yaml:"values,omitempty" json:"values,omitempty"` Size *float32 `yaml:"size,omitempty" json:"size,omitempty"` Limit *float32 `yaml:"limit,omitempty" json:"limit,omitempty"` NextPageStart *int32 `yaml:"nextPageStart,omitempty" json:"nextPageStart,omitempty"` IsLastPage *bool `yaml:"isLastPage,omitempty" json:"isLastPage,omitempty"` Start *int32 `yaml:"start,omitempty" json:"start,omitempty"` }
GetRefChangeActivity200Response struct for GetRefChangeActivity200Response
type GetReports200Response ¶
type GetReports200Response struct { Values []RestInsightReport `yaml:"values,omitempty" json:"values,omitempty"` Size *float32 `yaml:"size,omitempty" json:"size,omitempty"` Limit *float32 `yaml:"limit,omitempty" json:"limit,omitempty"` NextPageStart *int32 `yaml:"nextPageStart,omitempty" json:"nextPageStart,omitempty"` IsLastPage *bool `yaml:"isLastPage,omitempty" json:"isLastPage,omitempty"` Start *int32 `yaml:"start,omitempty" json:"start,omitempty"` }
GetReports200Response struct for GetReports200Response
type GetRepositoriesRecentlyAccessed200Response ¶
type GetRepositoriesRecentlyAccessed200Response struct { Values []RestRepository `yaml:"values,omitempty" json:"values,omitempty"` Size *float32 `yaml:"size,omitempty" json:"size,omitempty"` Limit *float32 `yaml:"limit,omitempty" json:"limit,omitempty"` NextPageStart *int32 `yaml:"nextPageStart,omitempty" json:"nextPageStart,omitempty"` IsLastPage *bool `yaml:"isLastPage,omitempty" json:"isLastPage,omitempty"` Start *int32 `yaml:"start,omitempty" json:"start,omitempty"` }
GetRepositoriesRecentlyAccessed200Response struct for GetRepositoriesRecentlyAccessed200Response
type GetRepositoryHooks1200Response ¶
type GetRepositoryHooks1200Response struct { Values []RestRepositoryHook `yaml:"values,omitempty" json:"values,omitempty"` Size *float32 `yaml:"size,omitempty" json:"size,omitempty"` Limit *float32 `yaml:"limit,omitempty" json:"limit,omitempty"` NextPageStart *int32 `yaml:"nextPageStart,omitempty" json:"nextPageStart,omitempty"` IsLastPage *bool `yaml:"isLastPage,omitempty" json:"isLastPage,omitempty"` Start *int32 `yaml:"start,omitempty" json:"start,omitempty"` }
GetRepositoryHooks1200Response struct for GetRepositoryHooks1200Response
type GetRestrictions1200Response ¶
type GetRestrictions1200Response struct { Values []RestRefRestriction `yaml:"values,omitempty" json:"values,omitempty"` Size *float32 `yaml:"size,omitempty" json:"size,omitempty"` Limit *float32 `yaml:"limit,omitempty" json:"limit,omitempty"` NextPageStart *int32 `yaml:"nextPageStart,omitempty" json:"nextPageStart,omitempty"` IsLastPage *bool `yaml:"isLastPage,omitempty" json:"isLastPage,omitempty"` Start *int32 `yaml:"start,omitempty" json:"start,omitempty"` }
GetRestrictions1200Response struct for GetRestrictions1200Response
type GetReviewerGroups1200Response ¶
type GetReviewerGroups1200Response struct { Values []RestReviewerGroup `yaml:"values,omitempty" json:"values,omitempty"` Size *float32 `yaml:"size,omitempty" json:"size,omitempty"` Limit *float32 `yaml:"limit,omitempty" json:"limit,omitempty"` NextPageStart *int32 `yaml:"nextPageStart,omitempty" json:"nextPageStart,omitempty"` IsLastPage *bool `yaml:"isLastPage,omitempty" json:"isLastPage,omitempty"` Start *int32 `yaml:"start,omitempty" json:"start,omitempty"` }
GetReviewerGroups1200Response struct for GetReviewerGroups1200Response
type GetTags200Response ¶
type GetTags200Response struct { Values []RestTag `yaml:"values,omitempty" json:"values,omitempty"` Size *float32 `yaml:"size,omitempty" json:"size,omitempty"` Limit *float32 `yaml:"limit,omitempty" json:"limit,omitempty"` NextPageStart *int32 `yaml:"nextPageStart,omitempty" json:"nextPageStart,omitempty"` IsLastPage *bool `yaml:"isLastPage,omitempty" json:"isLastPage,omitempty"` Start *int32 `yaml:"start,omitempty" json:"start,omitempty"` }
GetTags200Response struct for GetTags200Response
type HttpError ¶
type HttpError struct {
// contains filtered or unexported fields
}
func (*HttpError) IsHttpError ¶
type Impl ¶
func (*Impl) CreatePullRequestComment ¶
func (*Impl) GetChangedFilesOnPullRequest ¶
func (*Impl) SetCommitStatus ¶
func (r *Impl) SetCommitStatus(ctx context.Context, projectKey, repoSlug, commitID, url string, statusKey string, status repository.CommitBuildStatus) error
func (*Impl) SetCommitStatusFailed ¶
func (*Impl) SetCommitStatusInProgress ¶
type ListParticipants200Response ¶
type ListParticipants200Response struct { Values []RestPullRequestParticipant `yaml:"values,omitempty" json:"values,omitempty"` Size *float32 `yaml:"size,omitempty" json:"size,omitempty"` Limit *float32 `yaml:"limit,omitempty" json:"limit,omitempty"` NextPageStart *int32 `yaml:"nextPageStart,omitempty" json:"nextPageStart,omitempty"` IsLastPage *bool `yaml:"isLastPage,omitempty" json:"isLastPage,omitempty"` Start *int32 `yaml:"start,omitempty" json:"start,omitempty"` }
ListParticipants200Response struct for ListParticipants200Response
type PullRequestsAPI ¶
type PullRequestsAPI interface { /* ApplySuggestion Apply pull request suggestion */ ApplySuggestion(ctx context.Context, projectKey string, commentId string, pullRequestId string, repositorySlug string, restApplySuggestionRequest RestApplySuggestionRequest) (aurestclientapi.ParsedResponse, error) // ApplySuggestionExecutes the request ApplySuggestionRequest(ctx context.Context, projectKey string, commentId string, pullRequestId string, repositorySlug string) PullRequestsAPIApplySuggestionRequest /* Approve Approve pull request Deprecated */ Approve(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) (RestPullRequestParticipant, aurestclientapi.ParsedResponse, error) // ApproveExecutes the request // @return RestPullRequestParticipant // Deprecated ApproveRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIApproveRequest /* AssignParticipantRole Assign pull request participant role */ AssignParticipantRole(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, restPullRequestAssignParticipantRoleRequest RestPullRequestAssignParticipantRoleRequest) (RestPullRequestParticipant, aurestclientapi.ParsedResponse, error) // AssignParticipantRoleExecutes the request // @return RestPullRequestParticipant AssignParticipantRoleRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIAssignParticipantRoleRequest /* CanMerge Test if pull request can be merged */ CanMerge(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) (RestPullRequestMergeability, aurestclientapi.ParsedResponse, error) // CanMergeExecutes the request // @return RestPullRequestMergeability CanMergeRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPICanMergeRequest /* CanRebase Check PR rebase precondition */ CanRebase(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) (RestPullRequestRebaseability, aurestclientapi.ParsedResponse, error) // CanRebaseExecutes the request // @return RestPullRequestRebaseability CanRebaseRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPICanRebaseRequest /* CancelAutoMerge Cancel auto-merge for pull request */ CancelAutoMerge(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) (aurestclientapi.ParsedResponse, error) // CancelAutoMergeExecutes the request CancelAutoMergeRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPICancelAutoMergeRequest /* Create Create pull request */ Create(ctx context.Context, projectKey string, repositorySlug string, restPullRequest RestPullRequest) (RestPullRequest, aurestclientapi.ParsedResponse, error) // CreateExecutes the request // @return RestPullRequest CreateRequest(ctx context.Context, projectKey string, repositorySlug string) PullRequestsAPICreateRequest /* Create1 Create reviewer group */ Create1(ctx context.Context, projectKey string, restReviewerGroup RestReviewerGroup) (RestReviewerGroup, aurestclientapi.ParsedResponse, error) // Create1Executes the request // @return RestReviewerGroup Create1Request(ctx context.Context, projectKey string) PullRequestsAPICreate1Request /* Create2 Create reviewer group */ Create2(ctx context.Context, projectKey string, repositorySlug string, restReviewerGroup RestReviewerGroup) (RestReviewerGroup, aurestclientapi.ParsedResponse, error) // Create2Executes the request // @return RestReviewerGroup Create2Request(ctx context.Context, projectKey string, repositorySlug string) PullRequestsAPICreate2Request /* CreateComment1 Add new blocker comment */ CreateComment1(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, restComment RestComment) (RestComment, aurestclientapi.ParsedResponse, error) // CreateComment1Executes the request // @return RestComment CreateComment1Request(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPICreateComment1Request /* CreateComment2 Add pull request comment */ CreateComment2(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, restComment RestComment) (RestComment, aurestclientapi.ParsedResponse, error) // CreateComment2Executes the request // @return RestComment CreateComment2Request(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPICreateComment2Request /* CreatePullRequestCondition Create default reviewer */ CreatePullRequestCondition(ctx context.Context, projectKey string, restDefaultReviewersRequest RestDefaultReviewersRequest) (RestPullRequestCondition, aurestclientapi.ParsedResponse, error) // CreatePullRequestConditionExecutes the request // @return RestPullRequestCondition CreatePullRequestConditionRequest(ctx context.Context, projectKey string) PullRequestsAPICreatePullRequestConditionRequest /* CreatePullRequestCondition1 Create default reviewers condition */ CreatePullRequestCondition1(ctx context.Context, projectKey string, repositorySlug string, restDefaultReviewersRequest RestDefaultReviewersRequest) (RestPullRequestCondition, aurestclientapi.ParsedResponse, error) // CreatePullRequestCondition1Executes the request // @return RestPullRequestCondition CreatePullRequestCondition1Request(ctx context.Context, projectKey string, repositorySlug string) PullRequestsAPICreatePullRequestCondition1Request /* Decline Decline pull request */ Decline(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, restPullRequestDeclineRequest RestPullRequestDeclineRequest, version string) (RestPullRequest, aurestclientapi.ParsedResponse, error) // DeclineExecutes the request // @return RestPullRequest DeclineRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIDeclineRequest /* Delete3 Delete pull request */ Delete3(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, restPullRequestDeleteRequest RestPullRequestDeleteRequest) (aurestclientapi.ParsedResponse, error) // Delete3Executes the request Delete3Request(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIDelete3Request /* Delete6 Delete reviewer group */ Delete6(ctx context.Context, projectKey string, id string) (aurestclientapi.ParsedResponse, error) // Delete6Executes the request Delete6Request(ctx context.Context, projectKey string, id string) PullRequestsAPIDelete6Request /* Delete7 Delete reviewer group */ Delete7(ctx context.Context, projectKey string, id string, repositorySlug string) (aurestclientapi.ParsedResponse, error) // Delete7Executes the request Delete7Request(ctx context.Context, projectKey string, id string, repositorySlug string) PullRequestsAPIDelete7Request /* DeleteComment1 Delete pull request comment */ DeleteComment1(ctx context.Context, projectKey string, commentId string, pullRequestId string, repositorySlug string, version string) (aurestclientapi.ParsedResponse, error) // DeleteComment1Executes the request DeleteComment1Request(ctx context.Context, projectKey string, commentId string, pullRequestId string, repositorySlug string) PullRequestsAPIDeleteComment1Request /* DeleteComment2 Delete a pull request comment */ DeleteComment2(ctx context.Context, projectKey string, commentId string, pullRequestId string, repositorySlug string, version string) (aurestclientapi.ParsedResponse, error) // DeleteComment2Executes the request DeleteComment2Request(ctx context.Context, projectKey string, commentId string, pullRequestId string, repositorySlug string) PullRequestsAPIDeleteComment2Request /* DeletePullRequestCondition Remove default reviewer */ DeletePullRequestCondition(ctx context.Context, projectKey string, id string) (aurestclientapi.ParsedResponse, error) // DeletePullRequestConditionExecutes the request DeletePullRequestConditionRequest(ctx context.Context, projectKey string, id string) PullRequestsAPIDeletePullRequestConditionRequest /* DeletePullRequestCondition1 Delete a default reviewer condition */ DeletePullRequestCondition1(ctx context.Context, projectKey string, id int32, repositorySlug string) (aurestclientapi.ParsedResponse, error) // DeletePullRequestCondition1Executes the request DeletePullRequestCondition1Request(ctx context.Context, projectKey string, id int32, repositorySlug string) PullRequestsAPIDeletePullRequestCondition1Request /* DiscardReview Discard pull request review */ DiscardReview(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) (aurestclientapi.ParsedResponse, error) // DiscardReviewExecutes the request DiscardReviewRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIDiscardReviewRequest /* FinishReview Complete pull request review */ FinishReview(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, restPullRequestFinishReviewRequest RestPullRequestFinishReviewRequest, version string) (aurestclientapi.ParsedResponse, error) // FinishReviewExecutes the request FinishReviewRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIFinishReviewRequest /* Get3 Get pull request */ Get3(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) (RestPullRequest, aurestclientapi.ParsedResponse, error) // Get3Executes the request // @return RestPullRequest Get3Request(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIGet3Request /* GetActivities Get pull request activity */ GetActivities(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, fromType string, fromId string, start float32, limit float32) (GetActivities200Response, aurestclientapi.ParsedResponse, error) // GetActivitiesExecutes the request // @return GetActivities200Response GetActivitiesRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIGetActivitiesRequest /* GetAutoMergeRequest Get auto-merge request for pull request */ GetAutoMergeRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) (RestAutoMergeRequest, aurestclientapi.ParsedResponse, error) // GetAutoMergeRequestExecutes the request // @return RestAutoMergeRequest GetAutoMergeRequestRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIGetAutoMergeRequestRequest /* GetComment1 Get pull request comment */ GetComment1(ctx context.Context, projectKey string, commentId string, pullRequestId string, repositorySlug string) (RestComment, aurestclientapi.ParsedResponse, error) // GetComment1Executes the request // @return RestComment GetComment1Request(ctx context.Context, projectKey string, commentId string, pullRequestId string, repositorySlug string) PullRequestsAPIGetComment1Request /* GetComment2 Get a pull request comment */ GetComment2(ctx context.Context, projectKey string, commentId string, pullRequestId string, repositorySlug string) (RestComment, aurestclientapi.ParsedResponse, error) // GetComment2Executes the request // @return RestComment GetComment2Request(ctx context.Context, projectKey string, commentId string, pullRequestId string, repositorySlug string) PullRequestsAPIGetComment2Request /* GetComments1 Search pull request comments */ GetComments1(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, count string, state []string, states string, start float32, limit float32) (GetComments200Response, aurestclientapi.ParsedResponse, error) // GetComments1Executes the request // @return GetComments200Response GetComments1Request(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIGetComments1Request /* GetComments2 Get pull request comments for path */ GetComments2(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, path string, fromHash string, anchorState string, diffType []string, toHash string, state []string, diffTypes string, states string, start float32, limit float32) (GetComments200Response, aurestclientapi.ParsedResponse, error) // GetComments2Executes the request // @return GetComments200Response GetComments2Request(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIGetComments2Request /* GetCommitMessageSuggestion Get commit message suggestion */ GetCommitMessageSuggestion(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) (RestCommitMessageSuggestion, aurestclientapi.ParsedResponse, error) // GetCommitMessageSuggestionExecutes the request // @return RestCommitMessageSuggestion GetCommitMessageSuggestionRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIGetCommitMessageSuggestionRequest /* GetCommits1 Get pull request commits */ GetCommits1(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, avatarScheme string, withCounts string, avatarSize string, start float32, limit float32) (GetCommits200Response, aurestclientapi.ParsedResponse, error) // GetCommits1Executes the request // @return GetCommits200Response GetCommits1Request(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIGetCommits1Request /* GetMergeBase1 Get the common ancestor between the latest commits of the source and target branches of the pull request */ GetMergeBase1(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) (RestCommit, aurestclientapi.ParsedResponse, error) // GetMergeBase1Executes the request // @return RestCommit GetMergeBase1Request(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIGetMergeBase1Request /* GetMergeConfig Get merge strategies */ GetMergeConfig(ctx context.Context, scmId string) (RestPullRequestMergeConfig, aurestclientapi.ParsedResponse, error) // GetMergeConfigExecutes the request // @return RestPullRequestMergeConfig GetMergeConfigRequest(ctx context.Context, scmId string) PullRequestsAPIGetMergeConfigRequest /* GetPage Get pull requests for repository */ GetPage(ctx context.Context, projectKey string, repositorySlug string, withAttributes string, at string, withProperties string, draft string, filterText string, state string, order string, direction string, start float32, limit float32) (GetPullRequests1200Response, aurestclientapi.ParsedResponse, error) // GetPageExecutes the request // @return GetPullRequests1200Response GetPageRequest(ctx context.Context, projectKey string, repositorySlug string) PullRequestsAPIGetPageRequest /* GetPullRequestConditions Get default reviewers */ GetPullRequestConditions(ctx context.Context, projectKey string) ([]RestPullRequestCondition, aurestclientapi.ParsedResponse, error) // GetPullRequestConditionsExecutes the request // @return []RestPullRequestCondition GetPullRequestConditionsRequest(ctx context.Context, projectKey string) PullRequestsAPIGetPullRequestConditionsRequest /* GetPullRequestConditions1 Get configured default reviewers */ GetPullRequestConditions1(ctx context.Context, projectKey string, repositorySlug string) ([]RestPullRequestCondition, aurestclientapi.ParsedResponse, error) // GetPullRequestConditions1Executes the request // @return []RestPullRequestCondition GetPullRequestConditions1Request(ctx context.Context, projectKey string, repositorySlug string) PullRequestsAPIGetPullRequestConditions1Request /* GetPullRequests Get repository pull requests containing commit */ GetPullRequests(ctx context.Context, projectKey string, commitId string, repositorySlug string, start float32, limit float32) (GetPullRequests1200Response, aurestclientapi.ParsedResponse, error) // GetPullRequestsExecutes the request // @return GetPullRequests1200Response GetPullRequestsRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) PullRequestsAPIGetPullRequestsRequest /* GetReview Get pull request comment thread */ GetReview(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, start float32, limit float32) (GetComments200Response, aurestclientapi.ParsedResponse, error) // GetReviewExecutes the request // @return GetComments200Response GetReviewRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIGetReviewRequest /* GetReviewerGroup Get reviewer group */ GetReviewerGroup(ctx context.Context, projectKey string, id string) (RestReviewerGroup, aurestclientapi.ParsedResponse, error) // GetReviewerGroupExecutes the request // @return RestReviewerGroup GetReviewerGroupRequest(ctx context.Context, projectKey string, id string) PullRequestsAPIGetReviewerGroupRequest /* GetReviewerGroup1 Get reviewer group */ GetReviewerGroup1(ctx context.Context, projectKey string, id string, repositorySlug string) (RestReviewerGroup, aurestclientapi.ParsedResponse, error) // GetReviewerGroup1Executes the request // @return RestReviewerGroup GetReviewerGroup1Request(ctx context.Context, projectKey string, id string, repositorySlug string) PullRequestsAPIGetReviewerGroup1Request /* GetReviewerGroups Get all reviewer groups */ GetReviewerGroups(ctx context.Context, projectKey string, start float32, limit float32) (GetReviewerGroups1200Response, aurestclientapi.ParsedResponse, error) // GetReviewerGroupsExecutes the request // @return GetReviewerGroups1200Response GetReviewerGroupsRequest(ctx context.Context, projectKey string) PullRequestsAPIGetReviewerGroupsRequest /* GetReviewerGroups1 Get all reviewer groups */ GetReviewerGroups1(ctx context.Context, projectKey string, repositorySlug string, start float32, limit float32) (GetReviewerGroups1200Response, aurestclientapi.ParsedResponse, error) // GetReviewerGroups1Executes the request // @return GetReviewerGroups1200Response GetReviewerGroups1Request(ctx context.Context, projectKey string, repositorySlug string) PullRequestsAPIGetReviewerGroups1Request /* GetReviewers Get required reviewers for PR creation */ GetReviewers(ctx context.Context, projectKey string, repositorySlug string, targetRepoId string, sourceRepoId string, sourceRefId string, targetRefId string) ([]RestPullRequestCondition, aurestclientapi.ParsedResponse, error) // GetReviewersExecutes the request // @return []RestPullRequestCondition GetReviewersRequest(ctx context.Context, projectKey string, repositorySlug string) PullRequestsAPIGetReviewersRequest /* GetUsers Get reviewer group users */ GetUsers(ctx context.Context, projectKey string, id string, repositorySlug string) ([]RestApplicationUser, aurestclientapi.ParsedResponse, error) // GetUsersExecutes the request // @return []RestApplicationUser GetUsersRequest(ctx context.Context, projectKey string, id string, repositorySlug string) PullRequestsAPIGetUsersRequest /* ListParticipants Get pull request participants */ ListParticipants(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, start float32, limit float32) (ListParticipants200Response, aurestclientapi.ParsedResponse, error) // ListParticipantsExecutes the request // @return ListParticipants200Response ListParticipantsRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIListParticipantsRequest /* Merge Merge pull request */ Merge(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, restPullRequestMergeRequest RestPullRequestMergeRequest, version string) (RestPullRequest, aurestclientapi.ParsedResponse, error) // MergeExecutes the request // @return RestPullRequest MergeRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIMergeRequest /* React1 React to a PR comment */ React1(ctx context.Context, projectKey string, commentId string, pullRequestId string, emoticon string, repositorySlug string) (RestUserReaction, aurestclientapi.ParsedResponse, error) // React1Executes the request // @return RestUserReaction React1Request(ctx context.Context, projectKey string, commentId string, pullRequestId string, emoticon string, repositorySlug string) PullRequestsAPIReact1Request /* Rebase Rebase pull request */ Rebase(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, restPullRequestRebaseRequest RestPullRequestRebaseRequest) (RestPullRequestRebaseResult, aurestclientapi.ParsedResponse, error) // RebaseExecutes the request // @return RestPullRequestRebaseResult RebaseRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIRebaseRequest /* Reopen Re-open pull request */ Reopen(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, restPullRequestReopenRequest RestPullRequestReopenRequest, version string) (RestPullRequest, aurestclientapi.ParsedResponse, error) // ReopenExecutes the request // @return RestPullRequest ReopenRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIReopenRequest /* Search Search pull request participants */ Search(ctx context.Context, projectKey string, repositorySlug string, filter string, role string, direction string, start float32, limit float32) (GetLikers200Response, aurestclientapi.ParsedResponse, error) // SearchExecutes the request // @return GetLikers200Response SearchRequest(ctx context.Context, projectKey string, repositorySlug string) PullRequestsAPISearchRequest /* SetMergeConfig Update merge strategies */ SetMergeConfig(ctx context.Context, scmId string, restPullRequestSettings RestPullRequestSettings) (RestPullRequestMergeConfig, aurestclientapi.ParsedResponse, error) // SetMergeConfigExecutes the request // @return RestPullRequestMergeConfig SetMergeConfigRequest(ctx context.Context, scmId string) PullRequestsAPISetMergeConfigRequest /* StreamChanges1 Gets pull request changes */ StreamChanges1(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, sinceId string, changeScope string, untilId string, withComments string, start float32, limit float32) (RestChange, aurestclientapi.ParsedResponse, error) // StreamChanges1Executes the request // @return RestChange StreamChanges1Request(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIStreamChanges1Request /* StreamDiff2 Stream a diff within a pull request */ StreamDiff2(ctx context.Context, path string, projectKey string, pullRequestId string, repositorySlug string, avatarScheme string, contextLines string, sinceId string, srcPath string, diffType string, untilId string, whitespace string, withComments string, avatarSize string, start float32, limit float32) (StreamDiff1200Response, aurestclientapi.ParsedResponse, error) // StreamDiff2Executes the request // @return StreamDiff1200Response StreamDiff2Request(ctx context.Context, path string, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIStreamDiff2Request /* StreamPatch1 Stream pull request as patch */ StreamPatch1(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) (aurestclientapi.ParsedResponse, error) // StreamPatch1Executes the request StreamPatch1Request(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIStreamPatch1Request /* StreamRawDiff2 Stream raw pull request diff */ StreamRawDiff2(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, contextLines string, whitespace string) (aurestclientapi.ParsedResponse, error) // StreamRawDiff2Executes the request StreamRawDiff2Request(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIStreamRawDiff2Request /* TryAutoMerge Auto-merge pull request */ TryAutoMerge(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) (RestAutoMergeProcessingResult, aurestclientapi.ParsedResponse, error) // TryAutoMergeExecutes the request // @return RestAutoMergeProcessingResult TryAutoMergeRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPITryAutoMergeRequest /* UnReact1 Remove a reaction from a PR comment */ UnReact1(ctx context.Context, projectKey string, commentId string, pullRequestId string, emoticon string, repositorySlug string) (aurestclientapi.ParsedResponse, error) // UnReact1Executes the request UnReact1Request(ctx context.Context, projectKey string, commentId string, pullRequestId string, emoticon string, repositorySlug string) PullRequestsAPIUnReact1Request /* UnassignParticipantRole Unassign pull request participant */ UnassignParticipantRole(ctx context.Context, projectKey string, userSlug string, pullRequestId string, repositorySlug string) (aurestclientapi.ParsedResponse, error) // UnassignParticipantRoleExecutes the request UnassignParticipantRoleRequest(ctx context.Context, projectKey string, userSlug string, pullRequestId string, repositorySlug string) PullRequestsAPIUnassignParticipantRoleRequest /* UnassignParticipantRole1 Unassign pull request participant Deprecated */ UnassignParticipantRole1(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, username string) (aurestclientapi.ParsedResponse, error) // UnassignParticipantRole1Executes the request // Deprecated UnassignParticipantRole1Request(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIUnassignParticipantRole1Request /* Unwatch1 Stop watching pull request */ Unwatch1(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) (aurestclientapi.ParsedResponse, error) // Unwatch1Executes the request Unwatch1Request(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIUnwatch1Request /* Update Update pull request metadata */ Update(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, restPullRequest RestPullRequest) (RestPullRequest, aurestclientapi.ParsedResponse, error) // UpdateExecutes the request // @return RestPullRequest UpdateRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIUpdateRequest /* Update1 Update reviewer group attributes */ Update1(ctx context.Context, projectKey string, id string, restReviewerGroup RestReviewerGroup) (RestReviewerGroup, aurestclientapi.ParsedResponse, error) // Update1Executes the request // @return RestReviewerGroup Update1Request(ctx context.Context, projectKey string, id string) PullRequestsAPIUpdate1Request /* Update2 Update reviewer group attributes */ Update2(ctx context.Context, projectKey string, id string, repositorySlug string, restReviewerGroup RestReviewerGroup) (RestReviewerGroup, aurestclientapi.ParsedResponse, error) // Update2Executes the request // @return RestReviewerGroup Update2Request(ctx context.Context, projectKey string, id string, repositorySlug string) PullRequestsAPIUpdate2Request /* UpdateComment1 Update pull request comment */ UpdateComment1(ctx context.Context, projectKey string, commentId string, pullRequestId string, repositorySlug string, restComment RestComment) (RestComment, aurestclientapi.ParsedResponse, error) // UpdateComment1Executes the request // @return RestComment UpdateComment1Request(ctx context.Context, projectKey string, commentId string, pullRequestId string, repositorySlug string) PullRequestsAPIUpdateComment1Request /* UpdateComment2 Update pull request comment */ UpdateComment2(ctx context.Context, projectKey string, commentId string, pullRequestId string, repositorySlug string, restComment RestComment) (RestComment, aurestclientapi.ParsedResponse, error) // UpdateComment2Executes the request // @return RestComment UpdateComment2Request(ctx context.Context, projectKey string, commentId string, pullRequestId string, repositorySlug string) PullRequestsAPIUpdateComment2Request /* UpdatePullRequestCondition Update the default reviewer */ UpdatePullRequestCondition(ctx context.Context, projectKey string, id string, restDefaultReviewersRequest RestDefaultReviewersRequest) (RestPullRequestCondition, aurestclientapi.ParsedResponse, error) // UpdatePullRequestConditionExecutes the request // @return RestPullRequestCondition UpdatePullRequestConditionRequest(ctx context.Context, projectKey string, id string) PullRequestsAPIUpdatePullRequestConditionRequest /* UpdatePullRequestCondition1 Update a default reviewer condition */ UpdatePullRequestCondition1(ctx context.Context, projectKey string, id string, repositorySlug string, updatePullRequestCondition1Request UpdatePullRequestCondition1Request) (RestPullRequestCondition, aurestclientapi.ParsedResponse, error) // UpdatePullRequestCondition1Executes the request // @return RestPullRequestCondition UpdatePullRequestCondition1Request(ctx context.Context, projectKey string, id string, repositorySlug string) PullRequestsAPIUpdatePullRequestCondition1Request /* UpdateStatus Change pull request status */ UpdateStatus(ctx context.Context, projectKey string, userSlug string, pullRequestId string, repositorySlug string, restPullRequestAssignStatusRequest RestPullRequestAssignStatusRequest, version string) (RestPullRequestParticipant, aurestclientapi.ParsedResponse, error) // UpdateStatusExecutes the request // @return RestPullRequestParticipant UpdateStatusRequest(ctx context.Context, projectKey string, userSlug string, pullRequestId string, repositorySlug string) PullRequestsAPIUpdateStatusRequest /* Watch1 Watch pull request */ Watch1(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) (aurestclientapi.ParsedResponse, error) // Watch1Executes the request Watch1Request(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIWatch1Request /* WithdrawApproval Unapprove pull request Deprecated */ WithdrawApproval(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) (RestPullRequestParticipant, aurestclientapi.ParsedResponse, error) // WithdrawApprovalExecutes the request // @return RestPullRequestParticipant // Deprecated WithdrawApprovalRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIWithdrawApprovalRequest }
func NewPullRequestsAPI ¶
func NewPullRequestsAPI(client *ApiClient) PullRequestsAPI
type PullRequestsAPIApplySuggestionRequest ¶
type PullRequestsAPIApplySuggestionRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIApplySuggestionRequest) Execute ¶
func (r *PullRequestsAPIApplySuggestionRequest) Execute() (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIApplySuggestionRequest) RestApplySuggestionRequest ¶
func (r *PullRequestsAPIApplySuggestionRequest) RestApplySuggestionRequest(restApplySuggestionRequest RestApplySuggestionRequest) *PullRequestsAPIApplySuggestionRequest
A request containing other parameters required to apply a suggestion - The given versions/hashes must match the server's version/hashes or the suggestion application will fail (in order to avoid applying the suggestion to the wrong place
type PullRequestsAPIApproveRequest ¶
type PullRequestsAPIApproveRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIApproveRequest) Execute ¶
func (r *PullRequestsAPIApproveRequest) Execute() (RestPullRequestParticipant, aurestclientapi.ParsedResponse, error)
type PullRequestsAPIAssignParticipantRoleRequest ¶
type PullRequestsAPIAssignParticipantRoleRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIAssignParticipantRoleRequest) Execute ¶
func (r *PullRequestsAPIAssignParticipantRoleRequest) Execute() (RestPullRequestParticipant, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIAssignParticipantRoleRequest) RestPullRequestAssignParticipantRoleRequest ¶
func (r *PullRequestsAPIAssignParticipantRoleRequest) RestPullRequestAssignParticipantRoleRequest(restPullRequestAssignParticipantRoleRequest RestPullRequestAssignParticipantRoleRequest) *PullRequestsAPIAssignParticipantRoleRequest
The participant to be added to the pull request, includes the user and their role
type PullRequestsAPICanMergeRequest ¶
type PullRequestsAPICanMergeRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPICanMergeRequest) Execute ¶
func (r *PullRequestsAPICanMergeRequest) Execute() (RestPullRequestMergeability, aurestclientapi.ParsedResponse, error)
type PullRequestsAPICanRebaseRequest ¶
type PullRequestsAPICanRebaseRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPICanRebaseRequest) Execute ¶
func (r *PullRequestsAPICanRebaseRequest) Execute() (RestPullRequestRebaseability, aurestclientapi.ParsedResponse, error)
type PullRequestsAPICancelAutoMergeRequest ¶
type PullRequestsAPICancelAutoMergeRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPICancelAutoMergeRequest) Execute ¶
func (r *PullRequestsAPICancelAutoMergeRequest) Execute() (aurestclientapi.ParsedResponse, error)
type PullRequestsAPICreate1Request ¶
type PullRequestsAPICreate1Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPICreate1Request) Execute ¶
func (r *PullRequestsAPICreate1Request) Execute() (RestReviewerGroup, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPICreate1Request) RestReviewerGroup ¶
func (r *PullRequestsAPICreate1Request) RestReviewerGroup(restReviewerGroup RestReviewerGroup) *PullRequestsAPICreate1Request
The reviewer group to be create
type PullRequestsAPICreate2Request ¶
type PullRequestsAPICreate2Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPICreate2Request) Execute ¶
func (r *PullRequestsAPICreate2Request) Execute() (RestReviewerGroup, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPICreate2Request) RestReviewerGroup ¶
func (r *PullRequestsAPICreate2Request) RestReviewerGroup(restReviewerGroup RestReviewerGroup) *PullRequestsAPICreate2Request
The request containing the details of the reviewer group.
type PullRequestsAPICreateComment1Request ¶
type PullRequestsAPICreateComment1Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPICreateComment1Request) Execute ¶
func (r *PullRequestsAPICreateComment1Request) Execute() (RestComment, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPICreateComment1Request) RestComment ¶
func (r *PullRequestsAPICreateComment1Request) RestComment(restComment RestComment) *PullRequestsAPICreateComment1Request
The comment to add.
type PullRequestsAPICreateComment2Request ¶
type PullRequestsAPICreateComment2Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPICreateComment2Request) Execute ¶
func (r *PullRequestsAPICreateComment2Request) Execute() (RestComment, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPICreateComment2Request) RestComment ¶
func (r *PullRequestsAPICreateComment2Request) RestComment(restComment RestComment) *PullRequestsAPICreateComment2Request
The comment to add
type PullRequestsAPICreatePullRequestCondition1Request ¶
type PullRequestsAPICreatePullRequestCondition1Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPICreatePullRequestCondition1Request) Execute ¶
func (r *PullRequestsAPICreatePullRequestCondition1Request) Execute() (RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPICreatePullRequestCondition1Request) RestDefaultReviewersRequest ¶
func (r *PullRequestsAPICreatePullRequestCondition1Request) RestDefaultReviewersRequest(restDefaultReviewersRequest RestDefaultReviewersRequest) *PullRequestsAPICreatePullRequestCondition1Request
The details needed to create a default reviewer pull request condition.
type PullRequestsAPICreatePullRequestConditionRequest ¶
type PullRequestsAPICreatePullRequestConditionRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPICreatePullRequestConditionRequest) Execute ¶
func (r *PullRequestsAPICreatePullRequestConditionRequest) Execute() (RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPICreatePullRequestConditionRequest) RestDefaultReviewersRequest ¶
func (r *PullRequestsAPICreatePullRequestConditionRequest) RestDefaultReviewersRequest(restDefaultReviewersRequest RestDefaultReviewersRequest) *PullRequestsAPICreatePullRequestConditionRequest
The details needed to create a default reviewer pull request condition.
type PullRequestsAPICreateRequest ¶
type PullRequestsAPICreateRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPICreateRequest) Execute ¶
func (r *PullRequestsAPICreateRequest) Execute() (RestPullRequest, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPICreateRequest) RestPullRequest ¶
func (r *PullRequestsAPICreateRequest) RestPullRequest(restPullRequest RestPullRequest) *PullRequestsAPICreateRequest
The pull request data
type PullRequestsAPIDeclineRequest ¶
type PullRequestsAPIDeclineRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIDeclineRequest) Execute ¶
func (r *PullRequestsAPIDeclineRequest) Execute() (RestPullRequest, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIDeclineRequest) RestPullRequestDeclineRequest ¶
func (r *PullRequestsAPIDeclineRequest) RestPullRequestDeclineRequest(restPullRequestDeclineRequest RestPullRequestDeclineRequest) *PullRequestsAPIDeclineRequest
The body holder
func (*PullRequestsAPIDeclineRequest) Version ¶
func (r *PullRequestsAPIDeclineRequest) Version(version string) *PullRequestsAPIDeclineRequest
The current version of the pull request. If the server's version isn't the same as the specified version the operation will fail. To determine the current version of the pull request it should be fetched from the server prior to this operation. Look for the 'version' attribute in the returned JSON structure.
type PullRequestsAPIDelete3Request ¶
type PullRequestsAPIDelete3Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIDelete3Request) Execute ¶
func (r *PullRequestsAPIDelete3Request) Execute() (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIDelete3Request) RestPullRequestDeleteRequest ¶
func (r *PullRequestsAPIDelete3Request) RestPullRequestDeleteRequest(restPullRequestDeleteRequest RestPullRequestDeleteRequest) *PullRequestsAPIDelete3Request
A body containing the version of the pull request
type PullRequestsAPIDelete6Request ¶
type PullRequestsAPIDelete6Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIDelete6Request) Execute ¶
func (r *PullRequestsAPIDelete6Request) Execute() (aurestclientapi.ParsedResponse, error)
type PullRequestsAPIDelete7Request ¶
type PullRequestsAPIDelete7Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIDelete7Request) Execute ¶
func (r *PullRequestsAPIDelete7Request) Execute() (aurestclientapi.ParsedResponse, error)
type PullRequestsAPIDeleteComment1Request ¶
type PullRequestsAPIDeleteComment1Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIDeleteComment1Request) Execute ¶
func (r *PullRequestsAPIDeleteComment1Request) Execute() (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIDeleteComment1Request) Version ¶
func (r *PullRequestsAPIDeleteComment1Request) Version(version string) *PullRequestsAPIDeleteComment1Request
The expected version of the comment. This must match the server's version of the comment or the delete will fail. To determine the current version of the comment, the comment should be fetched from the server prior to the delete. Look for the 'version' attribute in the returned JSON structure.
type PullRequestsAPIDeleteComment2Request ¶
type PullRequestsAPIDeleteComment2Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIDeleteComment2Request) Execute ¶
func (r *PullRequestsAPIDeleteComment2Request) Execute() (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIDeleteComment2Request) Version ¶
func (r *PullRequestsAPIDeleteComment2Request) Version(version string) *PullRequestsAPIDeleteComment2Request
The expected version of the comment. This must match the server's version of the comment or the delete will fail. To determine the current version of the comment, the comment should be fetched from the server prior to the delete. Look for the 'version' attribute in the returned JSON structure.
type PullRequestsAPIDeletePullRequestCondition1Request ¶
type PullRequestsAPIDeletePullRequestCondition1Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIDeletePullRequestCondition1Request) Execute ¶
func (r *PullRequestsAPIDeletePullRequestCondition1Request) Execute() (aurestclientapi.ParsedResponse, error)
type PullRequestsAPIDeletePullRequestConditionRequest ¶
type PullRequestsAPIDeletePullRequestConditionRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIDeletePullRequestConditionRequest) Execute ¶
func (r *PullRequestsAPIDeletePullRequestConditionRequest) Execute() (aurestclientapi.ParsedResponse, error)
type PullRequestsAPIDiscardReviewRequest ¶
type PullRequestsAPIDiscardReviewRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIDiscardReviewRequest) Execute ¶
func (r *PullRequestsAPIDiscardReviewRequest) Execute() (aurestclientapi.ParsedResponse, error)
type PullRequestsAPIFinishReviewRequest ¶
type PullRequestsAPIFinishReviewRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIFinishReviewRequest) Execute ¶
func (r *PullRequestsAPIFinishReviewRequest) Execute() (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIFinishReviewRequest) RestPullRequestFinishReviewRequest ¶
func (r *PullRequestsAPIFinishReviewRequest) RestPullRequestFinishReviewRequest(restPullRequestFinishReviewRequest RestPullRequestFinishReviewRequest) *PullRequestsAPIFinishReviewRequest
The REST request which contains comment text and participant status
func (*PullRequestsAPIFinishReviewRequest) Version ¶
func (r *PullRequestsAPIFinishReviewRequest) Version(version string) *PullRequestsAPIFinishReviewRequest
The current version of the pull request. If the server's version isn't the same as the specified version the operation will fail. To determine the current version of the pull request it should be fetched from the server prior to this operation. Look for the 'version' attribute in the returned JSON structure.
type PullRequestsAPIGet3Request ¶
type PullRequestsAPIGet3Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIGet3Request) Execute ¶
func (r *PullRequestsAPIGet3Request) Execute() (RestPullRequest, aurestclientapi.ParsedResponse, error)
type PullRequestsAPIGetActivitiesRequest ¶
type PullRequestsAPIGetActivitiesRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIGetActivitiesRequest) Execute ¶
func (r *PullRequestsAPIGetActivitiesRequest) Execute() (GetActivities200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIGetActivitiesRequest) FromId ¶
func (r *PullRequestsAPIGetActivitiesRequest) FromId(fromId string) *PullRequestsAPIGetActivitiesRequest
(optional) the ID of the activity item to use as the first item in the returned page
func (*PullRequestsAPIGetActivitiesRequest) FromType ¶
func (r *PullRequestsAPIGetActivitiesRequest) FromType(fromType string) *PullRequestsAPIGetActivitiesRequest
(required if <strong>fromId</strong> is present) the type of the activity item specified by <strong>fromId</strong> (either <strong>COMMENT</strong> or <strong>ACTIVITY</strong>)
func (*PullRequestsAPIGetActivitiesRequest) Limit ¶
func (r *PullRequestsAPIGetActivitiesRequest) Limit(limit float32) *PullRequestsAPIGetActivitiesRequest
Number of items to return. If not passed, a page size of 25 is used.
func (*PullRequestsAPIGetActivitiesRequest) Start ¶
func (r *PullRequestsAPIGetActivitiesRequest) Start(start float32) *PullRequestsAPIGetActivitiesRequest
Start number for the page (inclusive). If not passed, first page is assumed.
type PullRequestsAPIGetAutoMergeRequestRequest ¶
type PullRequestsAPIGetAutoMergeRequestRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIGetAutoMergeRequestRequest) Execute ¶
func (r *PullRequestsAPIGetAutoMergeRequestRequest) Execute() (RestAutoMergeRequest, aurestclientapi.ParsedResponse, error)
type PullRequestsAPIGetComment1Request ¶
type PullRequestsAPIGetComment1Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIGetComment1Request) Execute ¶
func (r *PullRequestsAPIGetComment1Request) Execute() (RestComment, aurestclientapi.ParsedResponse, error)
type PullRequestsAPIGetComment2Request ¶
type PullRequestsAPIGetComment2Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIGetComment2Request) Execute ¶
func (r *PullRequestsAPIGetComment2Request) Execute() (RestComment, aurestclientapi.ParsedResponse, error)
type PullRequestsAPIGetComments1Request ¶
type PullRequestsAPIGetComments1Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIGetComments1Request) Count ¶
func (r *PullRequestsAPIGetComments1Request) Count(count string) *PullRequestsAPIGetComments1Request
If true only the count of the comments by state will be returned (and not the body of the comments).
func (*PullRequestsAPIGetComments1Request) Execute ¶
func (r *PullRequestsAPIGetComments1Request) Execute() (GetComments200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIGetComments1Request) Limit ¶
func (r *PullRequestsAPIGetComments1Request) Limit(limit float32) *PullRequestsAPIGetComments1Request
Number of items to return. If not passed, a page size of 25 is used.
func (*PullRequestsAPIGetComments1Request) Start ¶
func (r *PullRequestsAPIGetComments1Request) Start(start float32) *PullRequestsAPIGetComments1Request
Start number for the page (inclusive). If not passed, first page is assumed.
func (*PullRequestsAPIGetComments1Request) State ¶
func (r *PullRequestsAPIGetComments1Request) State(state []string) *PullRequestsAPIGetComments1Request
func (*PullRequestsAPIGetComments1Request) States ¶
func (r *PullRequestsAPIGetComments1Request) States(states string) *PullRequestsAPIGetComments1Request
(optional). If supplied, only comments with a state in the given list will be returned. The state can be OPEN or RESOLVED.
type PullRequestsAPIGetComments2Request ¶
type PullRequestsAPIGetComments2Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIGetComments2Request) AnchorState ¶
func (r *PullRequestsAPIGetComments2Request) AnchorState(anchorState string) *PullRequestsAPIGetComments2Request
ACTIVE to stream the active comments; ORPHANED to stream the orphaned comments; ALL to stream both the active and the orphaned comments;
func (*PullRequestsAPIGetComments2Request) DiffType ¶
func (r *PullRequestsAPIGetComments2Request) DiffType(diffType []string) *PullRequestsAPIGetComments2Request
func (*PullRequestsAPIGetComments2Request) DiffTypes ¶
func (r *PullRequestsAPIGetComments2Request) DiffTypes(diffTypes string) *PullRequestsAPIGetComments2Request
EFFECTIVE to stream the comments related to the effective diff of the pull request; RANGE to stream comments related to a commit range between two arbitrary commits (requires 'fromHash' and 'toHash'); COMMIT to stream comments related to a commit between two arbitrary commits (requires 'fromHash' and 'toHash')
func (*PullRequestsAPIGetComments2Request) Execute ¶
func (r *PullRequestsAPIGetComments2Request) Execute() (GetComments200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIGetComments2Request) FromHash ¶
func (r *PullRequestsAPIGetComments2Request) FromHash(fromHash string) *PullRequestsAPIGetComments2Request
The from commit hash to stream comments for a RANGE or COMMIT arbitrary change scope
func (*PullRequestsAPIGetComments2Request) Limit ¶
func (r *PullRequestsAPIGetComments2Request) Limit(limit float32) *PullRequestsAPIGetComments2Request
Number of items to return. If not passed, a page size of 25 is used.
func (*PullRequestsAPIGetComments2Request) Path ¶
func (r *PullRequestsAPIGetComments2Request) Path(path string) *PullRequestsAPIGetComments2Request
The path to stream comments for a given path
func (*PullRequestsAPIGetComments2Request) Start ¶
func (r *PullRequestsAPIGetComments2Request) Start(start float32) *PullRequestsAPIGetComments2Request
Start number for the page (inclusive). If not passed, first page is assumed.
func (*PullRequestsAPIGetComments2Request) State ¶
func (r *PullRequestsAPIGetComments2Request) State(state []string) *PullRequestsAPIGetComments2Request
func (*PullRequestsAPIGetComments2Request) States ¶
func (r *PullRequestsAPIGetComments2Request) States(states string) *PullRequestsAPIGetComments2Request
(optional). If supplied, only comments with a state in the given list will be returned. The state can be OPEN or RESOLVED.
func (*PullRequestsAPIGetComments2Request) ToHash ¶
func (r *PullRequestsAPIGetComments2Request) ToHash(toHash string) *PullRequestsAPIGetComments2Request
The to commit hash to stream comments for a RANGE or COMMIT arbitrary change scope
type PullRequestsAPIGetCommitMessageSuggestionRequest ¶
type PullRequestsAPIGetCommitMessageSuggestionRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIGetCommitMessageSuggestionRequest) Execute ¶
func (r *PullRequestsAPIGetCommitMessageSuggestionRequest) Execute() (RestCommitMessageSuggestion, aurestclientapi.ParsedResponse, error)
type PullRequestsAPIGetCommits1Request ¶
type PullRequestsAPIGetCommits1Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIGetCommits1Request) AvatarScheme ¶
func (r *PullRequestsAPIGetCommits1Request) AvatarScheme(avatarScheme string) *PullRequestsAPIGetCommits1Request
The desired scheme for the avatar URL. If the parameter is not present URLs will use the same scheme as this request
func (*PullRequestsAPIGetCommits1Request) AvatarSize ¶
func (r *PullRequestsAPIGetCommits1Request) AvatarSize(avatarSize string) *PullRequestsAPIGetCommits1Request
If present the service adds avatar URLs for commit authors. Should be an integer specifying the desired size in pixels. If the parameter is not present, avatar URLs will not be setCOMMIT to stream comments related to a commit between two arbitrary commits (requires 'fromHash' and 'toHash')
func (*PullRequestsAPIGetCommits1Request) Execute ¶
func (r *PullRequestsAPIGetCommits1Request) Execute() (GetCommits200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIGetCommits1Request) Limit ¶
func (r *PullRequestsAPIGetCommits1Request) Limit(limit float32) *PullRequestsAPIGetCommits1Request
Number of items to return. If not passed, a page size of 25 is used.
func (*PullRequestsAPIGetCommits1Request) Start ¶
func (r *PullRequestsAPIGetCommits1Request) Start(start float32) *PullRequestsAPIGetCommits1Request
Start number for the page (inclusive). If not passed, first page is assumed.
func (*PullRequestsAPIGetCommits1Request) WithCounts ¶
func (r *PullRequestsAPIGetCommits1Request) WithCounts(withCounts string) *PullRequestsAPIGetCommits1Request
If set to true, the service will add \"authorCount\" and \"totalCount\" at the end of the page. \"authorCount\" is the number of different authors and \"totalCount\" is the total number of commits.
type PullRequestsAPIGetMergeBase1Request ¶
type PullRequestsAPIGetMergeBase1Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIGetMergeBase1Request) Execute ¶
func (r *PullRequestsAPIGetMergeBase1Request) Execute() (RestCommit, aurestclientapi.ParsedResponse, error)
type PullRequestsAPIGetMergeConfigRequest ¶
type PullRequestsAPIGetMergeConfigRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIGetMergeConfigRequest) Execute ¶
func (r *PullRequestsAPIGetMergeConfigRequest) Execute() (RestPullRequestMergeConfig, aurestclientapi.ParsedResponse, error)
type PullRequestsAPIGetPageRequest ¶
type PullRequestsAPIGetPageRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIGetPageRequest) At ¶
func (r *PullRequestsAPIGetPageRequest) At(at string) *PullRequestsAPIGetPageRequest
(optional) a <i>fully-qualified</i> branch ID to find pull requests to or from, such as refs/heads/master
func (*PullRequestsAPIGetPageRequest) Direction ¶
func (r *PullRequestsAPIGetPageRequest) Direction(direction string) *PullRequestsAPIGetPageRequest
(optional, defaults to <strong>INCOMING</strong>) the direction relative to the specified repository. Either <strong>INCOMING</strong> or <strong>OUTGOING</strong>.
func (*PullRequestsAPIGetPageRequest) Draft ¶
func (r *PullRequestsAPIGetPageRequest) Draft(draft string) *PullRequestsAPIGetPageRequest
(optional) If specified, only pull requests matching the supplied draft status will be returned.
func (*PullRequestsAPIGetPageRequest) Execute ¶
func (r *PullRequestsAPIGetPageRequest) Execute() (GetPullRequests1200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIGetPageRequest) FilterText ¶
func (r *PullRequestsAPIGetPageRequest) FilterText(filterText string) *PullRequestsAPIGetPageRequest
(optional) If specified, only pull requests where the title or description contains the supplied string will be returned.
func (*PullRequestsAPIGetPageRequest) Limit ¶
func (r *PullRequestsAPIGetPageRequest) Limit(limit float32) *PullRequestsAPIGetPageRequest
Number of items to return. If not passed, a page size of 25 is used.
func (*PullRequestsAPIGetPageRequest) Order ¶
func (r *PullRequestsAPIGetPageRequest) Order(order string) *PullRequestsAPIGetPageRequest
(optional, defaults to <strong>NEWEST</strong>) the order to return pull requests in, either <strong>OLDEST</strong> (as in: \"oldest first\") or <strong>NEWEST</strong>.
func (*PullRequestsAPIGetPageRequest) Start ¶
func (r *PullRequestsAPIGetPageRequest) Start(start float32) *PullRequestsAPIGetPageRequest
Start number for the page (inclusive). If not passed, first page is assumed.
func (*PullRequestsAPIGetPageRequest) State ¶
func (r *PullRequestsAPIGetPageRequest) State(state string) *PullRequestsAPIGetPageRequest
(optional, defaults to <strong>OPEN</strong>). Supply <strong>ALL</strong> to return pull request in any state. If a state is supplied only pull requests in the specified state will be returned. Either <strong>OPEN</strong>, <strong>DECLINED</strong> or <strong>MERGED</strong>.
func (*PullRequestsAPIGetPageRequest) WithAttributes ¶
func (r *PullRequestsAPIGetPageRequest) WithAttributes(withAttributes string) *PullRequestsAPIGetPageRequest
(optional) defaults to true, whether to return additional pull request attributes
func (*PullRequestsAPIGetPageRequest) WithProperties ¶
func (r *PullRequestsAPIGetPageRequest) WithProperties(withProperties string) *PullRequestsAPIGetPageRequest
(optional) defaults to true, whether to return additional pull request properties
type PullRequestsAPIGetPullRequestConditions1Request ¶
type PullRequestsAPIGetPullRequestConditions1Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIGetPullRequestConditions1Request) Execute ¶
func (r *PullRequestsAPIGetPullRequestConditions1Request) Execute() ([]RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
type PullRequestsAPIGetPullRequestConditionsRequest ¶
type PullRequestsAPIGetPullRequestConditionsRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIGetPullRequestConditionsRequest) Execute ¶
func (r *PullRequestsAPIGetPullRequestConditionsRequest) Execute() ([]RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
type PullRequestsAPIGetPullRequestsRequest ¶
type PullRequestsAPIGetPullRequestsRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIGetPullRequestsRequest) Execute ¶
func (r *PullRequestsAPIGetPullRequestsRequest) Execute() (GetPullRequests1200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIGetPullRequestsRequest) Limit ¶
func (r *PullRequestsAPIGetPullRequestsRequest) Limit(limit float32) *PullRequestsAPIGetPullRequestsRequest
Number of items to return. If not passed, a page size of 25 is used.
func (*PullRequestsAPIGetPullRequestsRequest) Start ¶
func (r *PullRequestsAPIGetPullRequestsRequest) Start(start float32) *PullRequestsAPIGetPullRequestsRequest
Start number for the page (inclusive). If not passed, first page is assumed.
type PullRequestsAPIGetReviewRequest ¶
type PullRequestsAPIGetReviewRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIGetReviewRequest) Execute ¶
func (r *PullRequestsAPIGetReviewRequest) Execute() (GetComments200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIGetReviewRequest) Limit ¶
func (r *PullRequestsAPIGetReviewRequest) Limit(limit float32) *PullRequestsAPIGetReviewRequest
Number of items to return. If not passed, a page size of 25 is used.
func (*PullRequestsAPIGetReviewRequest) Start ¶
func (r *PullRequestsAPIGetReviewRequest) Start(start float32) *PullRequestsAPIGetReviewRequest
Start number for the page (inclusive). If not passed, first page is assumed.
type PullRequestsAPIGetReviewerGroup1Request ¶
type PullRequestsAPIGetReviewerGroup1Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIGetReviewerGroup1Request) Execute ¶
func (r *PullRequestsAPIGetReviewerGroup1Request) Execute() (RestReviewerGroup, aurestclientapi.ParsedResponse, error)
type PullRequestsAPIGetReviewerGroupRequest ¶
type PullRequestsAPIGetReviewerGroupRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIGetReviewerGroupRequest) Execute ¶
func (r *PullRequestsAPIGetReviewerGroupRequest) Execute() (RestReviewerGroup, aurestclientapi.ParsedResponse, error)
type PullRequestsAPIGetReviewerGroups1Request ¶
type PullRequestsAPIGetReviewerGroups1Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIGetReviewerGroups1Request) Execute ¶
func (r *PullRequestsAPIGetReviewerGroups1Request) Execute() (GetReviewerGroups1200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIGetReviewerGroups1Request) Limit ¶
func (r *PullRequestsAPIGetReviewerGroups1Request) Limit(limit float32) *PullRequestsAPIGetReviewerGroups1Request
Number of items to return. If not passed, a page size of 25 is used.
func (*PullRequestsAPIGetReviewerGroups1Request) Start ¶
func (r *PullRequestsAPIGetReviewerGroups1Request) Start(start float32) *PullRequestsAPIGetReviewerGroups1Request
Start number for the page (inclusive). If not passed, first page is assumed.
type PullRequestsAPIGetReviewerGroupsRequest ¶
type PullRequestsAPIGetReviewerGroupsRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIGetReviewerGroupsRequest) Execute ¶
func (r *PullRequestsAPIGetReviewerGroupsRequest) Execute() (GetReviewerGroups1200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIGetReviewerGroupsRequest) Limit ¶
func (r *PullRequestsAPIGetReviewerGroupsRequest) Limit(limit float32) *PullRequestsAPIGetReviewerGroupsRequest
Number of items to return. If not passed, a page size of 25 is used.
func (*PullRequestsAPIGetReviewerGroupsRequest) Start ¶
func (r *PullRequestsAPIGetReviewerGroupsRequest) Start(start float32) *PullRequestsAPIGetReviewerGroupsRequest
Start number for the page (inclusive). If not passed, first page is assumed.
type PullRequestsAPIGetReviewersRequest ¶
type PullRequestsAPIGetReviewersRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIGetReviewersRequest) Execute ¶
func (r *PullRequestsAPIGetReviewersRequest) Execute() ([]RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIGetReviewersRequest) SourceRefId ¶
func (r *PullRequestsAPIGetReviewersRequest) SourceRefId(sourceRefId string) *PullRequestsAPIGetReviewersRequest
The ID of the source ref
func (*PullRequestsAPIGetReviewersRequest) SourceRepoId ¶
func (r *PullRequestsAPIGetReviewersRequest) SourceRepoId(sourceRepoId string) *PullRequestsAPIGetReviewersRequest
The ID of the repository in which the source ref exists
func (*PullRequestsAPIGetReviewersRequest) TargetRefId ¶
func (r *PullRequestsAPIGetReviewersRequest) TargetRefId(targetRefId string) *PullRequestsAPIGetReviewersRequest
The ID of the target ref
func (*PullRequestsAPIGetReviewersRequest) TargetRepoId ¶
func (r *PullRequestsAPIGetReviewersRequest) TargetRepoId(targetRepoId string) *PullRequestsAPIGetReviewersRequest
The ID of the repository in which the target ref exists
type PullRequestsAPIGetUsersRequest ¶
type PullRequestsAPIGetUsersRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIGetUsersRequest) Execute ¶
func (r *PullRequestsAPIGetUsersRequest) Execute() ([]RestApplicationUser, aurestclientapi.ParsedResponse, error)
type PullRequestsAPIListParticipantsRequest ¶
type PullRequestsAPIListParticipantsRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIListParticipantsRequest) Execute ¶
func (r *PullRequestsAPIListParticipantsRequest) Execute() (ListParticipants200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIListParticipantsRequest) Limit ¶
func (r *PullRequestsAPIListParticipantsRequest) Limit(limit float32) *PullRequestsAPIListParticipantsRequest
Number of items to return. If not passed, a page size of 25 is used.
func (*PullRequestsAPIListParticipantsRequest) Start ¶
func (r *PullRequestsAPIListParticipantsRequest) Start(start float32) *PullRequestsAPIListParticipantsRequest
Start number for the page (inclusive). If not passed, first page is assumed.
type PullRequestsAPIMergeRequest ¶
type PullRequestsAPIMergeRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIMergeRequest) Execute ¶
func (r *PullRequestsAPIMergeRequest) Execute() (RestPullRequest, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIMergeRequest) RestPullRequestMergeRequest ¶
func (r *PullRequestsAPIMergeRequest) RestPullRequestMergeRequest(restPullRequestMergeRequest RestPullRequestMergeRequest) *PullRequestsAPIMergeRequest
The body holder
func (*PullRequestsAPIMergeRequest) Version ¶
func (r *PullRequestsAPIMergeRequest) Version(version string) *PullRequestsAPIMergeRequest
The current version of the pull request. If the server's version isn't the same as the specified version the operation will fail. To determine the current version of the pull request it should be fetched from the server prior to this operation. Look for the 'version' attribute in the returned JSON structure.
type PullRequestsAPIReact1Request ¶
type PullRequestsAPIReact1Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIReact1Request) Execute ¶
func (r *PullRequestsAPIReact1Request) Execute() (RestUserReaction, aurestclientapi.ParsedResponse, error)
type PullRequestsAPIRebaseRequest ¶
type PullRequestsAPIRebaseRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIRebaseRequest) Execute ¶
func (r *PullRequestsAPIRebaseRequest) Execute() (RestPullRequestRebaseResult, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRebaseRequest) RestPullRequestRebaseRequest ¶
func (r *PullRequestsAPIRebaseRequest) RestPullRequestRebaseRequest(restPullRequestRebaseRequest RestPullRequestRebaseRequest) *PullRequestsAPIRebaseRequest
The pull request rebase request.
type PullRequestsAPIReopenRequest ¶
type PullRequestsAPIReopenRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIReopenRequest) Execute ¶
func (r *PullRequestsAPIReopenRequest) Execute() (RestPullRequest, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIReopenRequest) RestPullRequestReopenRequest ¶
func (r *PullRequestsAPIReopenRequest) RestPullRequestReopenRequest(restPullRequestReopenRequest RestPullRequestReopenRequest) *PullRequestsAPIReopenRequest
The body holder
func (*PullRequestsAPIReopenRequest) Version ¶
func (r *PullRequestsAPIReopenRequest) Version(version string) *PullRequestsAPIReopenRequest
The current version of the pull request. If the server's version isn't the same as the specified version the operation will fail. To determine the current version of the pull request it should be fetched from the server prior to this operation. Look for the 'version' attribute in the returned JSON structure.
type PullRequestsAPIRepository ¶
type PullRequestsAPIRepository struct {
ApiClient *ApiClient
}
func (*PullRequestsAPIRepository) ApplySuggestion ¶
func (a *PullRequestsAPIRepository) ApplySuggestion(ctx context.Context, projectKey string, commentId string, pullRequestId string, repositorySlug string, restApplySuggestionRequest RestApplySuggestionRequest) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) ApplySuggestionExecute ¶
func (a *PullRequestsAPIRepository) ApplySuggestionExecute(r *PullRequestsAPIApplySuggestionRequest) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) ApplySuggestionRequest ¶
func (a *PullRequestsAPIRepository) ApplySuggestionRequest(ctx context.Context, projectKey string, commentId string, pullRequestId string, repositorySlug string) PullRequestsAPIApplySuggestionRequest
func (*PullRequestsAPIRepository) Approve ¶
func (a *PullRequestsAPIRepository) Approve(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) (RestPullRequestParticipant, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) ApproveExecute ¶
func (a *PullRequestsAPIRepository) ApproveExecute(r *PullRequestsAPIApproveRequest) (RestPullRequestParticipant, aurestclientapi.ParsedResponse, error)
Deprecated
func (*PullRequestsAPIRepository) ApproveRequest ¶
func (a *PullRequestsAPIRepository) ApproveRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIApproveRequest
func (*PullRequestsAPIRepository) AssignParticipantRole ¶
func (a *PullRequestsAPIRepository) AssignParticipantRole(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, restPullRequestAssignParticipantRoleRequest RestPullRequestAssignParticipantRoleRequest) (RestPullRequestParticipant, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) AssignParticipantRoleExecute ¶
func (a *PullRequestsAPIRepository) AssignParticipantRoleExecute(r *PullRequestsAPIAssignParticipantRoleRequest) (RestPullRequestParticipant, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) AssignParticipantRoleRequest ¶
func (a *PullRequestsAPIRepository) AssignParticipantRoleRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIAssignParticipantRoleRequest
func (*PullRequestsAPIRepository) CanMerge ¶
func (a *PullRequestsAPIRepository) CanMerge(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) (RestPullRequestMergeability, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) CanMergeExecute ¶
func (a *PullRequestsAPIRepository) CanMergeExecute(r *PullRequestsAPICanMergeRequest) (RestPullRequestMergeability, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) CanMergeRequest ¶
func (a *PullRequestsAPIRepository) CanMergeRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPICanMergeRequest
func (*PullRequestsAPIRepository) CanRebase ¶
func (a *PullRequestsAPIRepository) CanRebase(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) (RestPullRequestRebaseability, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) CanRebaseExecute ¶
func (a *PullRequestsAPIRepository) CanRebaseExecute(r *PullRequestsAPICanRebaseRequest) (RestPullRequestRebaseability, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) CanRebaseRequest ¶
func (a *PullRequestsAPIRepository) CanRebaseRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPICanRebaseRequest
func (*PullRequestsAPIRepository) CancelAutoMerge ¶
func (a *PullRequestsAPIRepository) CancelAutoMerge(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) CancelAutoMergeExecute ¶
func (a *PullRequestsAPIRepository) CancelAutoMergeExecute(r *PullRequestsAPICancelAutoMergeRequest) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) CancelAutoMergeRequest ¶
func (a *PullRequestsAPIRepository) CancelAutoMergeRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPICancelAutoMergeRequest
func (*PullRequestsAPIRepository) Create ¶
func (a *PullRequestsAPIRepository) Create(ctx context.Context, projectKey string, repositorySlug string, restPullRequest RestPullRequest) (RestPullRequest, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) Create1 ¶
func (a *PullRequestsAPIRepository) Create1(ctx context.Context, projectKey string, restReviewerGroup RestReviewerGroup) (RestReviewerGroup, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) Create1Execute ¶
func (a *PullRequestsAPIRepository) Create1Execute(r *PullRequestsAPICreate1Request) (RestReviewerGroup, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) Create1Request ¶
func (a *PullRequestsAPIRepository) Create1Request(ctx context.Context, projectKey string) PullRequestsAPICreate1Request
func (*PullRequestsAPIRepository) Create2 ¶
func (a *PullRequestsAPIRepository) Create2(ctx context.Context, projectKey string, repositorySlug string, restReviewerGroup RestReviewerGroup) (RestReviewerGroup, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) Create2Execute ¶
func (a *PullRequestsAPIRepository) Create2Execute(r *PullRequestsAPICreate2Request) (RestReviewerGroup, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) Create2Request ¶
func (a *PullRequestsAPIRepository) Create2Request(ctx context.Context, projectKey string, repositorySlug string) PullRequestsAPICreate2Request
func (*PullRequestsAPIRepository) CreateComment1 ¶
func (a *PullRequestsAPIRepository) CreateComment1(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, restComment RestComment) (RestComment, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) CreateComment1Execute ¶
func (a *PullRequestsAPIRepository) CreateComment1Execute(r *PullRequestsAPICreateComment1Request) (RestComment, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) CreateComment1Request ¶
func (a *PullRequestsAPIRepository) CreateComment1Request(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPICreateComment1Request
func (*PullRequestsAPIRepository) CreateComment2 ¶
func (a *PullRequestsAPIRepository) CreateComment2(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, restComment RestComment) (RestComment, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) CreateComment2Execute ¶
func (a *PullRequestsAPIRepository) CreateComment2Execute(r *PullRequestsAPICreateComment2Request) (RestComment, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) CreateComment2Request ¶
func (a *PullRequestsAPIRepository) CreateComment2Request(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPICreateComment2Request
func (*PullRequestsAPIRepository) CreateExecute ¶
func (a *PullRequestsAPIRepository) CreateExecute(r *PullRequestsAPICreateRequest) (RestPullRequest, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) CreatePullRequestCondition ¶
func (a *PullRequestsAPIRepository) CreatePullRequestCondition(ctx context.Context, projectKey string, restDefaultReviewersRequest RestDefaultReviewersRequest) (RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) CreatePullRequestCondition1 ¶
func (a *PullRequestsAPIRepository) CreatePullRequestCondition1(ctx context.Context, projectKey string, repositorySlug string, restDefaultReviewersRequest RestDefaultReviewersRequest) (RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) CreatePullRequestCondition1Execute ¶
func (a *PullRequestsAPIRepository) CreatePullRequestCondition1Execute(r *PullRequestsAPICreatePullRequestCondition1Request) (RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) CreatePullRequestCondition1Request ¶
func (a *PullRequestsAPIRepository) CreatePullRequestCondition1Request(ctx context.Context, projectKey string, repositorySlug string) PullRequestsAPICreatePullRequestCondition1Request
func (*PullRequestsAPIRepository) CreatePullRequestConditionExecute ¶
func (a *PullRequestsAPIRepository) CreatePullRequestConditionExecute(r *PullRequestsAPICreatePullRequestConditionRequest) (RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) CreatePullRequestConditionRequest ¶
func (a *PullRequestsAPIRepository) CreatePullRequestConditionRequest(ctx context.Context, projectKey string) PullRequestsAPICreatePullRequestConditionRequest
func (*PullRequestsAPIRepository) CreateRequest ¶
func (a *PullRequestsAPIRepository) CreateRequest(ctx context.Context, projectKey string, repositorySlug string) PullRequestsAPICreateRequest
func (*PullRequestsAPIRepository) Decline ¶
func (a *PullRequestsAPIRepository) Decline(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, restPullRequestDeclineRequest RestPullRequestDeclineRequest, version string) (RestPullRequest, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) DeclineExecute ¶
func (a *PullRequestsAPIRepository) DeclineExecute(r *PullRequestsAPIDeclineRequest) (RestPullRequest, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) DeclineRequest ¶
func (a *PullRequestsAPIRepository) DeclineRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIDeclineRequest
func (*PullRequestsAPIRepository) Delete3 ¶
func (a *PullRequestsAPIRepository) Delete3(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, restPullRequestDeleteRequest RestPullRequestDeleteRequest) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) Delete3Execute ¶
func (a *PullRequestsAPIRepository) Delete3Execute(r *PullRequestsAPIDelete3Request) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) Delete3Request ¶
func (a *PullRequestsAPIRepository) Delete3Request(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIDelete3Request
func (*PullRequestsAPIRepository) Delete6 ¶
func (a *PullRequestsAPIRepository) Delete6(ctx context.Context, projectKey string, id string) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) Delete6Execute ¶
func (a *PullRequestsAPIRepository) Delete6Execute(r *PullRequestsAPIDelete6Request) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) Delete6Request ¶
func (a *PullRequestsAPIRepository) Delete6Request(ctx context.Context, projectKey string, id string) PullRequestsAPIDelete6Request
func (*PullRequestsAPIRepository) Delete7 ¶
func (a *PullRequestsAPIRepository) Delete7(ctx context.Context, projectKey string, id string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) Delete7Execute ¶
func (a *PullRequestsAPIRepository) Delete7Execute(r *PullRequestsAPIDelete7Request) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) Delete7Request ¶
func (a *PullRequestsAPIRepository) Delete7Request(ctx context.Context, projectKey string, id string, repositorySlug string) PullRequestsAPIDelete7Request
func (*PullRequestsAPIRepository) DeleteComment1 ¶
func (a *PullRequestsAPIRepository) DeleteComment1(ctx context.Context, projectKey string, commentId string, pullRequestId string, repositorySlug string, version string) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) DeleteComment1Execute ¶
func (a *PullRequestsAPIRepository) DeleteComment1Execute(r *PullRequestsAPIDeleteComment1Request) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) DeleteComment1Request ¶
func (a *PullRequestsAPIRepository) DeleteComment1Request(ctx context.Context, projectKey string, commentId string, pullRequestId string, repositorySlug string) PullRequestsAPIDeleteComment1Request
func (*PullRequestsAPIRepository) DeleteComment2 ¶
func (a *PullRequestsAPIRepository) DeleteComment2(ctx context.Context, projectKey string, commentId string, pullRequestId string, repositorySlug string, version string) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) DeleteComment2Execute ¶
func (a *PullRequestsAPIRepository) DeleteComment2Execute(r *PullRequestsAPIDeleteComment2Request) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) DeleteComment2Request ¶
func (a *PullRequestsAPIRepository) DeleteComment2Request(ctx context.Context, projectKey string, commentId string, pullRequestId string, repositorySlug string) PullRequestsAPIDeleteComment2Request
func (*PullRequestsAPIRepository) DeletePullRequestCondition ¶
func (a *PullRequestsAPIRepository) DeletePullRequestCondition(ctx context.Context, projectKey string, id string) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) DeletePullRequestCondition1 ¶
func (a *PullRequestsAPIRepository) DeletePullRequestCondition1(ctx context.Context, projectKey string, id int32, repositorySlug string) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) DeletePullRequestCondition1Execute ¶
func (a *PullRequestsAPIRepository) DeletePullRequestCondition1Execute(r *PullRequestsAPIDeletePullRequestCondition1Request) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) DeletePullRequestCondition1Request ¶
func (a *PullRequestsAPIRepository) DeletePullRequestCondition1Request(ctx context.Context, projectKey string, id int32, repositorySlug string) PullRequestsAPIDeletePullRequestCondition1Request
func (*PullRequestsAPIRepository) DeletePullRequestConditionExecute ¶
func (a *PullRequestsAPIRepository) DeletePullRequestConditionExecute(r *PullRequestsAPIDeletePullRequestConditionRequest) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) DeletePullRequestConditionRequest ¶
func (a *PullRequestsAPIRepository) DeletePullRequestConditionRequest(ctx context.Context, projectKey string, id string) PullRequestsAPIDeletePullRequestConditionRequest
func (*PullRequestsAPIRepository) DiscardReview ¶
func (a *PullRequestsAPIRepository) DiscardReview(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) DiscardReviewExecute ¶
func (a *PullRequestsAPIRepository) DiscardReviewExecute(r *PullRequestsAPIDiscardReviewRequest) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) DiscardReviewRequest ¶
func (a *PullRequestsAPIRepository) DiscardReviewRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIDiscardReviewRequest
func (*PullRequestsAPIRepository) FinishReview ¶
func (a *PullRequestsAPIRepository) FinishReview(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, restPullRequestFinishReviewRequest RestPullRequestFinishReviewRequest, version string) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) FinishReviewExecute ¶
func (a *PullRequestsAPIRepository) FinishReviewExecute(r *PullRequestsAPIFinishReviewRequest) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) FinishReviewRequest ¶
func (a *PullRequestsAPIRepository) FinishReviewRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIFinishReviewRequest
func (*PullRequestsAPIRepository) Get3 ¶
func (a *PullRequestsAPIRepository) Get3(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) (RestPullRequest, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) Get3Execute ¶
func (a *PullRequestsAPIRepository) Get3Execute(r *PullRequestsAPIGet3Request) (RestPullRequest, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) Get3Request ¶
func (a *PullRequestsAPIRepository) Get3Request(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIGet3Request
func (*PullRequestsAPIRepository) GetActivities ¶
func (a *PullRequestsAPIRepository) GetActivities(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, fromType string, fromId string, start float32, limit float32) (GetActivities200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetActivitiesExecute ¶
func (a *PullRequestsAPIRepository) GetActivitiesExecute(r *PullRequestsAPIGetActivitiesRequest) (GetActivities200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetActivitiesRequest ¶
func (a *PullRequestsAPIRepository) GetActivitiesRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIGetActivitiesRequest
func (*PullRequestsAPIRepository) GetAutoMergeRequest ¶
func (a *PullRequestsAPIRepository) GetAutoMergeRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) (RestAutoMergeRequest, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetAutoMergeRequestExecute ¶
func (a *PullRequestsAPIRepository) GetAutoMergeRequestExecute(r *PullRequestsAPIGetAutoMergeRequestRequest) (RestAutoMergeRequest, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetAutoMergeRequestRequest ¶
func (a *PullRequestsAPIRepository) GetAutoMergeRequestRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIGetAutoMergeRequestRequest
func (*PullRequestsAPIRepository) GetComment1 ¶
func (a *PullRequestsAPIRepository) GetComment1(ctx context.Context, projectKey string, commentId string, pullRequestId string, repositorySlug string) (RestComment, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetComment1Execute ¶
func (a *PullRequestsAPIRepository) GetComment1Execute(r *PullRequestsAPIGetComment1Request) (RestComment, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetComment1Request ¶
func (a *PullRequestsAPIRepository) GetComment1Request(ctx context.Context, projectKey string, commentId string, pullRequestId string, repositorySlug string) PullRequestsAPIGetComment1Request
func (*PullRequestsAPIRepository) GetComment2 ¶
func (a *PullRequestsAPIRepository) GetComment2(ctx context.Context, projectKey string, commentId string, pullRequestId string, repositorySlug string) (RestComment, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetComment2Execute ¶
func (a *PullRequestsAPIRepository) GetComment2Execute(r *PullRequestsAPIGetComment2Request) (RestComment, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetComment2Request ¶
func (a *PullRequestsAPIRepository) GetComment2Request(ctx context.Context, projectKey string, commentId string, pullRequestId string, repositorySlug string) PullRequestsAPIGetComment2Request
func (*PullRequestsAPIRepository) GetComments1 ¶
func (a *PullRequestsAPIRepository) GetComments1(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, count string, state []string, states string, start float32, limit float32) (GetComments200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetComments1Execute ¶
func (a *PullRequestsAPIRepository) GetComments1Execute(r *PullRequestsAPIGetComments1Request) (GetComments200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetComments1Request ¶
func (a *PullRequestsAPIRepository) GetComments1Request(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIGetComments1Request
func (*PullRequestsAPIRepository) GetComments2 ¶
func (a *PullRequestsAPIRepository) GetComments2(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, path string, fromHash string, anchorState string, diffType []string, toHash string, state []string, diffTypes string, states string, start float32, limit float32) (GetComments200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetComments2Execute ¶
func (a *PullRequestsAPIRepository) GetComments2Execute(r *PullRequestsAPIGetComments2Request) (GetComments200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetComments2Request ¶
func (a *PullRequestsAPIRepository) GetComments2Request(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIGetComments2Request
func (*PullRequestsAPIRepository) GetCommitMessageSuggestion ¶
func (a *PullRequestsAPIRepository) GetCommitMessageSuggestion(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) (RestCommitMessageSuggestion, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetCommitMessageSuggestionExecute ¶
func (a *PullRequestsAPIRepository) GetCommitMessageSuggestionExecute(r *PullRequestsAPIGetCommitMessageSuggestionRequest) (RestCommitMessageSuggestion, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetCommitMessageSuggestionRequest ¶
func (a *PullRequestsAPIRepository) GetCommitMessageSuggestionRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIGetCommitMessageSuggestionRequest
func (*PullRequestsAPIRepository) GetCommits1 ¶
func (a *PullRequestsAPIRepository) GetCommits1(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, avatarScheme string, withCounts string, avatarSize string, start float32, limit float32) (GetCommits200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetCommits1Execute ¶
func (a *PullRequestsAPIRepository) GetCommits1Execute(r *PullRequestsAPIGetCommits1Request) (GetCommits200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetCommits1Request ¶
func (a *PullRequestsAPIRepository) GetCommits1Request(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIGetCommits1Request
func (*PullRequestsAPIRepository) GetMergeBase1 ¶
func (a *PullRequestsAPIRepository) GetMergeBase1(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) (RestCommit, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetMergeBase1Execute ¶
func (a *PullRequestsAPIRepository) GetMergeBase1Execute(r *PullRequestsAPIGetMergeBase1Request) (RestCommit, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetMergeBase1Request ¶
func (a *PullRequestsAPIRepository) GetMergeBase1Request(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIGetMergeBase1Request
func (*PullRequestsAPIRepository) GetMergeConfig ¶
func (a *PullRequestsAPIRepository) GetMergeConfig(ctx context.Context, scmId string) (RestPullRequestMergeConfig, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetMergeConfigExecute ¶
func (a *PullRequestsAPIRepository) GetMergeConfigExecute(r *PullRequestsAPIGetMergeConfigRequest) (RestPullRequestMergeConfig, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetMergeConfigRequest ¶
func (a *PullRequestsAPIRepository) GetMergeConfigRequest(ctx context.Context, scmId string) PullRequestsAPIGetMergeConfigRequest
func (*PullRequestsAPIRepository) GetPage ¶
func (a *PullRequestsAPIRepository) GetPage(ctx context.Context, projectKey string, repositorySlug string, withAttributes string, at string, withProperties string, draft string, filterText string, state string, order string, direction string, start float32, limit float32) (GetPullRequests1200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetPageExecute ¶
func (a *PullRequestsAPIRepository) GetPageExecute(r *PullRequestsAPIGetPageRequest) (GetPullRequests1200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetPageRequest ¶
func (a *PullRequestsAPIRepository) GetPageRequest(ctx context.Context, projectKey string, repositorySlug string) PullRequestsAPIGetPageRequest
func (*PullRequestsAPIRepository) GetPullRequestConditions ¶
func (a *PullRequestsAPIRepository) GetPullRequestConditions(ctx context.Context, projectKey string) ([]RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetPullRequestConditions1 ¶
func (a *PullRequestsAPIRepository) GetPullRequestConditions1(ctx context.Context, projectKey string, repositorySlug string) ([]RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetPullRequestConditions1Execute ¶
func (a *PullRequestsAPIRepository) GetPullRequestConditions1Execute(r *PullRequestsAPIGetPullRequestConditions1Request) ([]RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetPullRequestConditions1Request ¶
func (a *PullRequestsAPIRepository) GetPullRequestConditions1Request(ctx context.Context, projectKey string, repositorySlug string) PullRequestsAPIGetPullRequestConditions1Request
func (*PullRequestsAPIRepository) GetPullRequestConditionsExecute ¶
func (a *PullRequestsAPIRepository) GetPullRequestConditionsExecute(r *PullRequestsAPIGetPullRequestConditionsRequest) ([]RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetPullRequestConditionsRequest ¶
func (a *PullRequestsAPIRepository) GetPullRequestConditionsRequest(ctx context.Context, projectKey string) PullRequestsAPIGetPullRequestConditionsRequest
func (*PullRequestsAPIRepository) GetPullRequests ¶
func (a *PullRequestsAPIRepository) GetPullRequests(ctx context.Context, projectKey string, commitId string, repositorySlug string, start float32, limit float32) (GetPullRequests1200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetPullRequestsExecute ¶
func (a *PullRequestsAPIRepository) GetPullRequestsExecute(r *PullRequestsAPIGetPullRequestsRequest) (GetPullRequests1200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetPullRequestsRequest ¶
func (a *PullRequestsAPIRepository) GetPullRequestsRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) PullRequestsAPIGetPullRequestsRequest
func (*PullRequestsAPIRepository) GetReview ¶
func (a *PullRequestsAPIRepository) GetReview(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, start float32, limit float32) (GetComments200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetReviewExecute ¶
func (a *PullRequestsAPIRepository) GetReviewExecute(r *PullRequestsAPIGetReviewRequest) (GetComments200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetReviewRequest ¶
func (a *PullRequestsAPIRepository) GetReviewRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIGetReviewRequest
func (*PullRequestsAPIRepository) GetReviewerGroup ¶
func (a *PullRequestsAPIRepository) GetReviewerGroup(ctx context.Context, projectKey string, id string) (RestReviewerGroup, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetReviewerGroup1 ¶
func (a *PullRequestsAPIRepository) GetReviewerGroup1(ctx context.Context, projectKey string, id string, repositorySlug string) (RestReviewerGroup, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetReviewerGroup1Execute ¶
func (a *PullRequestsAPIRepository) GetReviewerGroup1Execute(r *PullRequestsAPIGetReviewerGroup1Request) (RestReviewerGroup, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetReviewerGroup1Request ¶
func (a *PullRequestsAPIRepository) GetReviewerGroup1Request(ctx context.Context, projectKey string, id string, repositorySlug string) PullRequestsAPIGetReviewerGroup1Request
func (*PullRequestsAPIRepository) GetReviewerGroupExecute ¶
func (a *PullRequestsAPIRepository) GetReviewerGroupExecute(r *PullRequestsAPIGetReviewerGroupRequest) (RestReviewerGroup, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetReviewerGroupRequest ¶
func (a *PullRequestsAPIRepository) GetReviewerGroupRequest(ctx context.Context, projectKey string, id string) PullRequestsAPIGetReviewerGroupRequest
func (*PullRequestsAPIRepository) GetReviewerGroups ¶
func (a *PullRequestsAPIRepository) GetReviewerGroups(ctx context.Context, projectKey string, start float32, limit float32) (GetReviewerGroups1200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetReviewerGroups1 ¶
func (a *PullRequestsAPIRepository) GetReviewerGroups1(ctx context.Context, projectKey string, repositorySlug string, start float32, limit float32) (GetReviewerGroups1200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetReviewerGroups1Execute ¶
func (a *PullRequestsAPIRepository) GetReviewerGroups1Execute(r *PullRequestsAPIGetReviewerGroups1Request) (GetReviewerGroups1200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetReviewerGroups1Request ¶
func (a *PullRequestsAPIRepository) GetReviewerGroups1Request(ctx context.Context, projectKey string, repositorySlug string) PullRequestsAPIGetReviewerGroups1Request
func (*PullRequestsAPIRepository) GetReviewerGroupsExecute ¶
func (a *PullRequestsAPIRepository) GetReviewerGroupsExecute(r *PullRequestsAPIGetReviewerGroupsRequest) (GetReviewerGroups1200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetReviewerGroupsRequest ¶
func (a *PullRequestsAPIRepository) GetReviewerGroupsRequest(ctx context.Context, projectKey string) PullRequestsAPIGetReviewerGroupsRequest
func (*PullRequestsAPIRepository) GetReviewers ¶
func (a *PullRequestsAPIRepository) GetReviewers(ctx context.Context, projectKey string, repositorySlug string, targetRepoId string, sourceRepoId string, sourceRefId string, targetRefId string) ([]RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetReviewersExecute ¶
func (a *PullRequestsAPIRepository) GetReviewersExecute(r *PullRequestsAPIGetReviewersRequest) ([]RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetReviewersRequest ¶
func (a *PullRequestsAPIRepository) GetReviewersRequest(ctx context.Context, projectKey string, repositorySlug string) PullRequestsAPIGetReviewersRequest
func (*PullRequestsAPIRepository) GetUsers ¶
func (a *PullRequestsAPIRepository) GetUsers(ctx context.Context, projectKey string, id string, repositorySlug string) ([]RestApplicationUser, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetUsersExecute ¶
func (a *PullRequestsAPIRepository) GetUsersExecute(r *PullRequestsAPIGetUsersRequest) ([]RestApplicationUser, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) GetUsersRequest ¶
func (a *PullRequestsAPIRepository) GetUsersRequest(ctx context.Context, projectKey string, id string, repositorySlug string) PullRequestsAPIGetUsersRequest
func (*PullRequestsAPIRepository) ListParticipants ¶
func (a *PullRequestsAPIRepository) ListParticipants(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, start float32, limit float32) (ListParticipants200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) ListParticipantsExecute ¶
func (a *PullRequestsAPIRepository) ListParticipantsExecute(r *PullRequestsAPIListParticipantsRequest) (ListParticipants200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) ListParticipantsRequest ¶
func (a *PullRequestsAPIRepository) ListParticipantsRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIListParticipantsRequest
func (*PullRequestsAPIRepository) Merge ¶
func (a *PullRequestsAPIRepository) Merge(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, restPullRequestMergeRequest RestPullRequestMergeRequest, version string) (RestPullRequest, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) MergeExecute ¶
func (a *PullRequestsAPIRepository) MergeExecute(r *PullRequestsAPIMergeRequest) (RestPullRequest, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) MergeRequest ¶
func (a *PullRequestsAPIRepository) MergeRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIMergeRequest
func (*PullRequestsAPIRepository) React1 ¶
func (a *PullRequestsAPIRepository) React1(ctx context.Context, projectKey string, commentId string, pullRequestId string, emoticon string, repositorySlug string) (RestUserReaction, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) React1Execute ¶
func (a *PullRequestsAPIRepository) React1Execute(r *PullRequestsAPIReact1Request) (RestUserReaction, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) React1Request ¶
func (a *PullRequestsAPIRepository) React1Request(ctx context.Context, projectKey string, commentId string, pullRequestId string, emoticon string, repositorySlug string) PullRequestsAPIReact1Request
func (*PullRequestsAPIRepository) Rebase ¶
func (a *PullRequestsAPIRepository) Rebase(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, restPullRequestRebaseRequest RestPullRequestRebaseRequest) (RestPullRequestRebaseResult, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) RebaseExecute ¶
func (a *PullRequestsAPIRepository) RebaseExecute(r *PullRequestsAPIRebaseRequest) (RestPullRequestRebaseResult, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) RebaseRequest ¶
func (a *PullRequestsAPIRepository) RebaseRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIRebaseRequest
func (*PullRequestsAPIRepository) Reopen ¶
func (a *PullRequestsAPIRepository) Reopen(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, restPullRequestReopenRequest RestPullRequestReopenRequest, version string) (RestPullRequest, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) ReopenExecute ¶
func (a *PullRequestsAPIRepository) ReopenExecute(r *PullRequestsAPIReopenRequest) (RestPullRequest, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) ReopenRequest ¶
func (a *PullRequestsAPIRepository) ReopenRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIReopenRequest
func (*PullRequestsAPIRepository) Search ¶
func (a *PullRequestsAPIRepository) Search(ctx context.Context, projectKey string, repositorySlug string, filter string, role string, direction string, start float32, limit float32) (GetLikers200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) SearchExecute ¶
func (a *PullRequestsAPIRepository) SearchExecute(r *PullRequestsAPISearchRequest) (GetLikers200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) SearchRequest ¶
func (a *PullRequestsAPIRepository) SearchRequest(ctx context.Context, projectKey string, repositorySlug string) PullRequestsAPISearchRequest
func (*PullRequestsAPIRepository) SetMergeConfig ¶
func (a *PullRequestsAPIRepository) SetMergeConfig(ctx context.Context, scmId string, restPullRequestSettings RestPullRequestSettings) (RestPullRequestMergeConfig, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) SetMergeConfigExecute ¶
func (a *PullRequestsAPIRepository) SetMergeConfigExecute(r *PullRequestsAPISetMergeConfigRequest) (RestPullRequestMergeConfig, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) SetMergeConfigRequest ¶
func (a *PullRequestsAPIRepository) SetMergeConfigRequest(ctx context.Context, scmId string) PullRequestsAPISetMergeConfigRequest
func (*PullRequestsAPIRepository) StreamChanges1 ¶
func (a *PullRequestsAPIRepository) StreamChanges1(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, sinceId string, changeScope string, untilId string, withComments string, start float32, limit float32) (RestChange, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) StreamChanges1Execute ¶
func (a *PullRequestsAPIRepository) StreamChanges1Execute(r *PullRequestsAPIStreamChanges1Request) (RestChange, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) StreamChanges1Request ¶
func (a *PullRequestsAPIRepository) StreamChanges1Request(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIStreamChanges1Request
func (*PullRequestsAPIRepository) StreamDiff2 ¶
func (a *PullRequestsAPIRepository) StreamDiff2(ctx context.Context, path string, projectKey string, pullRequestId string, repositorySlug string, avatarScheme string, contextLines string, sinceId string, srcPath string, diffType string, untilId string, whitespace string, withComments string, avatarSize string, start float32, limit float32) (StreamDiff1200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) StreamDiff2Execute ¶
func (a *PullRequestsAPIRepository) StreamDiff2Execute(r *PullRequestsAPIStreamDiff2Request) (StreamDiff1200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) StreamDiff2Request ¶
func (a *PullRequestsAPIRepository) StreamDiff2Request(ctx context.Context, path string, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIStreamDiff2Request
func (*PullRequestsAPIRepository) StreamPatch1 ¶
func (a *PullRequestsAPIRepository) StreamPatch1(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) StreamPatch1Execute ¶
func (a *PullRequestsAPIRepository) StreamPatch1Execute(r *PullRequestsAPIStreamPatch1Request) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) StreamPatch1Request ¶
func (a *PullRequestsAPIRepository) StreamPatch1Request(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIStreamPatch1Request
func (*PullRequestsAPIRepository) StreamRawDiff2 ¶
func (a *PullRequestsAPIRepository) StreamRawDiff2(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, contextLines string, whitespace string) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) StreamRawDiff2Execute ¶
func (a *PullRequestsAPIRepository) StreamRawDiff2Execute(r *PullRequestsAPIStreamRawDiff2Request) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) StreamRawDiff2Request ¶
func (a *PullRequestsAPIRepository) StreamRawDiff2Request(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIStreamRawDiff2Request
func (*PullRequestsAPIRepository) TryAutoMerge ¶
func (a *PullRequestsAPIRepository) TryAutoMerge(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) (RestAutoMergeProcessingResult, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) TryAutoMergeExecute ¶
func (a *PullRequestsAPIRepository) TryAutoMergeExecute(r *PullRequestsAPITryAutoMergeRequest) (RestAutoMergeProcessingResult, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) TryAutoMergeRequest ¶
func (a *PullRequestsAPIRepository) TryAutoMergeRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPITryAutoMergeRequest
func (*PullRequestsAPIRepository) UnReact1 ¶
func (a *PullRequestsAPIRepository) UnReact1(ctx context.Context, projectKey string, commentId string, pullRequestId string, emoticon string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) UnReact1Execute ¶
func (a *PullRequestsAPIRepository) UnReact1Execute(r *PullRequestsAPIUnReact1Request) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) UnReact1Request ¶
func (a *PullRequestsAPIRepository) UnReact1Request(ctx context.Context, projectKey string, commentId string, pullRequestId string, emoticon string, repositorySlug string) PullRequestsAPIUnReact1Request
func (*PullRequestsAPIRepository) UnassignParticipantRole ¶
func (a *PullRequestsAPIRepository) UnassignParticipantRole(ctx context.Context, projectKey string, userSlug string, pullRequestId string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) UnassignParticipantRole1 ¶
func (a *PullRequestsAPIRepository) UnassignParticipantRole1(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, username string) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) UnassignParticipantRole1Execute ¶
func (a *PullRequestsAPIRepository) UnassignParticipantRole1Execute(r *PullRequestsAPIUnassignParticipantRole1Request) (aurestclientapi.ParsedResponse, error)
Deprecated
func (*PullRequestsAPIRepository) UnassignParticipantRole1Request ¶
func (a *PullRequestsAPIRepository) UnassignParticipantRole1Request(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIUnassignParticipantRole1Request
func (*PullRequestsAPIRepository) UnassignParticipantRoleExecute ¶
func (a *PullRequestsAPIRepository) UnassignParticipantRoleExecute(r *PullRequestsAPIUnassignParticipantRoleRequest) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) UnassignParticipantRoleRequest ¶
func (a *PullRequestsAPIRepository) UnassignParticipantRoleRequest(ctx context.Context, projectKey string, userSlug string, pullRequestId string, repositorySlug string) PullRequestsAPIUnassignParticipantRoleRequest
func (*PullRequestsAPIRepository) Unwatch1 ¶
func (a *PullRequestsAPIRepository) Unwatch1(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) Unwatch1Execute ¶
func (a *PullRequestsAPIRepository) Unwatch1Execute(r *PullRequestsAPIUnwatch1Request) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) Unwatch1Request ¶
func (a *PullRequestsAPIRepository) Unwatch1Request(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIUnwatch1Request
func (*PullRequestsAPIRepository) Update ¶
func (a *PullRequestsAPIRepository) Update(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string, restPullRequest RestPullRequest) (RestPullRequest, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) Update1 ¶
func (a *PullRequestsAPIRepository) Update1(ctx context.Context, projectKey string, id string, restReviewerGroup RestReviewerGroup) (RestReviewerGroup, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) Update1Execute ¶
func (a *PullRequestsAPIRepository) Update1Execute(r *PullRequestsAPIUpdate1Request) (RestReviewerGroup, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) Update1Request ¶
func (a *PullRequestsAPIRepository) Update1Request(ctx context.Context, projectKey string, id string) PullRequestsAPIUpdate1Request
func (*PullRequestsAPIRepository) Update2 ¶
func (a *PullRequestsAPIRepository) Update2(ctx context.Context, projectKey string, id string, repositorySlug string, restReviewerGroup RestReviewerGroup) (RestReviewerGroup, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) Update2Execute ¶
func (a *PullRequestsAPIRepository) Update2Execute(r *PullRequestsAPIUpdate2Request) (RestReviewerGroup, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) Update2Request ¶
func (a *PullRequestsAPIRepository) Update2Request(ctx context.Context, projectKey string, id string, repositorySlug string) PullRequestsAPIUpdate2Request
func (*PullRequestsAPIRepository) UpdateComment1 ¶
func (a *PullRequestsAPIRepository) UpdateComment1(ctx context.Context, projectKey string, commentId string, pullRequestId string, repositorySlug string, restComment RestComment) (RestComment, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) UpdateComment1Execute ¶
func (a *PullRequestsAPIRepository) UpdateComment1Execute(r *PullRequestsAPIUpdateComment1Request) (RestComment, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) UpdateComment1Request ¶
func (a *PullRequestsAPIRepository) UpdateComment1Request(ctx context.Context, projectKey string, commentId string, pullRequestId string, repositorySlug string) PullRequestsAPIUpdateComment1Request
func (*PullRequestsAPIRepository) UpdateComment2 ¶
func (a *PullRequestsAPIRepository) UpdateComment2(ctx context.Context, projectKey string, commentId string, pullRequestId string, repositorySlug string, restComment RestComment) (RestComment, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) UpdateComment2Execute ¶
func (a *PullRequestsAPIRepository) UpdateComment2Execute(r *PullRequestsAPIUpdateComment2Request) (RestComment, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) UpdateComment2Request ¶
func (a *PullRequestsAPIRepository) UpdateComment2Request(ctx context.Context, projectKey string, commentId string, pullRequestId string, repositorySlug string) PullRequestsAPIUpdateComment2Request
func (*PullRequestsAPIRepository) UpdateExecute ¶
func (a *PullRequestsAPIRepository) UpdateExecute(r *PullRequestsAPIUpdateRequest) (RestPullRequest, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) UpdatePullRequestCondition ¶
func (a *PullRequestsAPIRepository) UpdatePullRequestCondition(ctx context.Context, projectKey string, id string, restDefaultReviewersRequest RestDefaultReviewersRequest) (RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) UpdatePullRequestCondition1 ¶
func (a *PullRequestsAPIRepository) UpdatePullRequestCondition1(ctx context.Context, projectKey string, id string, repositorySlug string, updatePullRequestCondition1Request UpdatePullRequestCondition1Request) (RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) UpdatePullRequestCondition1Execute ¶
func (a *PullRequestsAPIRepository) UpdatePullRequestCondition1Execute(r *PullRequestsAPIUpdatePullRequestCondition1Request) (RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) UpdatePullRequestCondition1Request ¶
func (a *PullRequestsAPIRepository) UpdatePullRequestCondition1Request(ctx context.Context, projectKey string, id string, repositorySlug string) PullRequestsAPIUpdatePullRequestCondition1Request
func (*PullRequestsAPIRepository) UpdatePullRequestConditionExecute ¶
func (a *PullRequestsAPIRepository) UpdatePullRequestConditionExecute(r *PullRequestsAPIUpdatePullRequestConditionRequest) (RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) UpdatePullRequestConditionRequest ¶
func (a *PullRequestsAPIRepository) UpdatePullRequestConditionRequest(ctx context.Context, projectKey string, id string) PullRequestsAPIUpdatePullRequestConditionRequest
func (*PullRequestsAPIRepository) UpdateRequest ¶
func (a *PullRequestsAPIRepository) UpdateRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIUpdateRequest
func (*PullRequestsAPIRepository) UpdateStatus ¶
func (a *PullRequestsAPIRepository) UpdateStatus(ctx context.Context, projectKey string, userSlug string, pullRequestId string, repositorySlug string, restPullRequestAssignStatusRequest RestPullRequestAssignStatusRequest, version string) (RestPullRequestParticipant, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) UpdateStatusExecute ¶
func (a *PullRequestsAPIRepository) UpdateStatusExecute(r *PullRequestsAPIUpdateStatusRequest) (RestPullRequestParticipant, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) UpdateStatusRequest ¶
func (a *PullRequestsAPIRepository) UpdateStatusRequest(ctx context.Context, projectKey string, userSlug string, pullRequestId string, repositorySlug string) PullRequestsAPIUpdateStatusRequest
func (*PullRequestsAPIRepository) Watch1 ¶
func (a *PullRequestsAPIRepository) Watch1(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) Watch1Execute ¶
func (a *PullRequestsAPIRepository) Watch1Execute(r *PullRequestsAPIWatch1Request) (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) Watch1Request ¶
func (a *PullRequestsAPIRepository) Watch1Request(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIWatch1Request
func (*PullRequestsAPIRepository) WithdrawApproval ¶
func (a *PullRequestsAPIRepository) WithdrawApproval(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) (RestPullRequestParticipant, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIRepository) WithdrawApprovalExecute ¶
func (a *PullRequestsAPIRepository) WithdrawApprovalExecute(r *PullRequestsAPIWithdrawApprovalRequest) (RestPullRequestParticipant, aurestclientapi.ParsedResponse, error)
Deprecated
func (*PullRequestsAPIRepository) WithdrawApprovalRequest ¶
func (a *PullRequestsAPIRepository) WithdrawApprovalRequest(ctx context.Context, projectKey string, pullRequestId string, repositorySlug string) PullRequestsAPIWithdrawApprovalRequest
type PullRequestsAPISearchRequest ¶
type PullRequestsAPISearchRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPISearchRequest) Direction ¶
func (r *PullRequestsAPISearchRequest) Direction(direction string) *PullRequestsAPISearchRequest
(optional), Defaults to <strong>INCOMING</strong>) the direction relative to the specified repository. Either <strong>INCOMING</strong> or <strong>OUTGOING</strong>.
func (*PullRequestsAPISearchRequest) Execute ¶
func (r *PullRequestsAPISearchRequest) Execute() (GetLikers200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPISearchRequest) Filter ¶
func (r *PullRequestsAPISearchRequest) Filter(filter string) *PullRequestsAPISearchRequest
(optional) Return only users, whose username, name or email address <i>contain</i> the filter value
func (*PullRequestsAPISearchRequest) Limit ¶
func (r *PullRequestsAPISearchRequest) Limit(limit float32) *PullRequestsAPISearchRequest
Number of items to return. If not passed, a page size of 25 is used.
func (*PullRequestsAPISearchRequest) Role ¶
func (r *PullRequestsAPISearchRequest) Role(role string) *PullRequestsAPISearchRequest
(optional) The role associated with the pull request participant. This must be one of AUTHOR, REVIEWER, or PARTICIPANT
func (*PullRequestsAPISearchRequest) Start ¶
func (r *PullRequestsAPISearchRequest) Start(start float32) *PullRequestsAPISearchRequest
Start number for the page (inclusive). If not passed, first page is assumed.
type PullRequestsAPISetMergeConfigRequest ¶
type PullRequestsAPISetMergeConfigRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPISetMergeConfigRequest) Execute ¶
func (r *PullRequestsAPISetMergeConfigRequest) Execute() (RestPullRequestMergeConfig, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPISetMergeConfigRequest) RestPullRequestSettings ¶
func (r *PullRequestsAPISetMergeConfigRequest) RestPullRequestSettings(restPullRequestSettings RestPullRequestSettings) *PullRequestsAPISetMergeConfigRequest
the settings
type PullRequestsAPIStreamChanges1Request ¶
type PullRequestsAPIStreamChanges1Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIStreamChanges1Request) ChangeScope ¶
func (r *PullRequestsAPIStreamChanges1Request) ChangeScope(changeScope string) *PullRequestsAPIStreamChanges1Request
UNREVIEWED to stream the unreviewed changes for the current user (if they exist); RANGE to stream changes between two arbitrary commits (requires 'sinceId' and 'untilId'); otherwise ALL to stream all changes (the default)
func (*PullRequestsAPIStreamChanges1Request) Execute ¶
func (r *PullRequestsAPIStreamChanges1Request) Execute() (RestChange, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIStreamChanges1Request) Limit ¶
func (r *PullRequestsAPIStreamChanges1Request) Limit(limit float32) *PullRequestsAPIStreamChanges1Request
Number of items to return. If not passed, a page size of 25 is used.
func (*PullRequestsAPIStreamChanges1Request) SinceId ¶
func (r *PullRequestsAPIStreamChanges1Request) SinceId(sinceId string) *PullRequestsAPIStreamChanges1Request
The since commit hash to stream changes for a RANGE arbitrary change scope
func (*PullRequestsAPIStreamChanges1Request) Start ¶
func (r *PullRequestsAPIStreamChanges1Request) Start(start float32) *PullRequestsAPIStreamChanges1Request
Start number for the page (inclusive). If not passed, first page is assumed.
func (*PullRequestsAPIStreamChanges1Request) UntilId ¶
func (r *PullRequestsAPIStreamChanges1Request) UntilId(untilId string) *PullRequestsAPIStreamChanges1Request
The until commit hash to stream changes for a RANGE arbitrary change scope
func (*PullRequestsAPIStreamChanges1Request) WithComments ¶
func (r *PullRequestsAPIStreamChanges1Request) WithComments(withComments string) *PullRequestsAPIStreamChanges1Request
true to apply comment counts in the changes (the default); otherwise, false to stream changes without comment counts
type PullRequestsAPIStreamDiff2Request ¶
type PullRequestsAPIStreamDiff2Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIStreamDiff2Request) AvatarScheme ¶
func (r *PullRequestsAPIStreamDiff2Request) AvatarScheme(avatarScheme string) *PullRequestsAPIStreamDiff2Request
The security scheme for avatar URLs. If the scheme is not present then it is inherited from the request. It can be set to \"https\" to force the use of secure URLs. Not applicable if streaming raw diff
func (*PullRequestsAPIStreamDiff2Request) AvatarSize ¶
func (r *PullRequestsAPIStreamDiff2Request) AvatarSize(avatarSize string) *PullRequestsAPIStreamDiff2Request
If present the service adds avatar URLs for comment authors where the provided value specifies the desired avatar size in pixels. Not applicable if streaming raw diff
func (*PullRequestsAPIStreamDiff2Request) ContextLines ¶
func (r *PullRequestsAPIStreamDiff2Request) ContextLines(contextLines string) *PullRequestsAPIStreamDiff2Request
The number of context lines to include around added/removed lines in the diff
func (*PullRequestsAPIStreamDiff2Request) DiffType ¶
func (r *PullRequestsAPIStreamDiff2Request) DiffType(diffType string) *PullRequestsAPIStreamDiff2Request
The type of diff being requested. When withComments is true this works as a hint to the system to attach the correct set of comments to the diff. Not applicable if streaming raw diff
func (*PullRequestsAPIStreamDiff2Request) Execute ¶
func (r *PullRequestsAPIStreamDiff2Request) Execute() (StreamDiff1200Response, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIStreamDiff2Request) Limit ¶
func (r *PullRequestsAPIStreamDiff2Request) Limit(limit float32) *PullRequestsAPIStreamDiff2Request
Number of items to return. If not passed, a page size of 25 is used.
func (*PullRequestsAPIStreamDiff2Request) SinceId ¶
func (r *PullRequestsAPIStreamDiff2Request) SinceId(sinceId string) *PullRequestsAPIStreamDiff2Request
The since commit hash to stream a diff between two arbitrary hashes
func (*PullRequestsAPIStreamDiff2Request) SrcPath ¶
func (r *PullRequestsAPIStreamDiff2Request) SrcPath(srcPath string) *PullRequestsAPIStreamDiff2Request
The previous path to the file, if the file has been copied, moved or renamed
func (*PullRequestsAPIStreamDiff2Request) Start ¶
func (r *PullRequestsAPIStreamDiff2Request) Start(start float32) *PullRequestsAPIStreamDiff2Request
Start number for the page (inclusive). If not passed, first page is assumed.
func (*PullRequestsAPIStreamDiff2Request) UntilId ¶
func (r *PullRequestsAPIStreamDiff2Request) UntilId(untilId string) *PullRequestsAPIStreamDiff2Request
The until commit hash to stream a diff between two arbitrary hashes
func (*PullRequestsAPIStreamDiff2Request) Whitespace ¶
func (r *PullRequestsAPIStreamDiff2Request) Whitespace(whitespace string) *PullRequestsAPIStreamDiff2Request
Optional whitespace flag which can be set to <code>ignore-all</code>
func (*PullRequestsAPIStreamDiff2Request) WithComments ¶
func (r *PullRequestsAPIStreamDiff2Request) WithComments(withComments string) *PullRequestsAPIStreamDiff2Request
<code>true</code> to embed comments in the diff (the default); otherwise, <code>false</code> to stream the diff without comments. Not applicable if streaming raw diff
type PullRequestsAPIStreamPatch1Request ¶
type PullRequestsAPIStreamPatch1Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIStreamPatch1Request) Execute ¶
func (r *PullRequestsAPIStreamPatch1Request) Execute() (aurestclientapi.ParsedResponse, error)
type PullRequestsAPIStreamRawDiff2Request ¶
type PullRequestsAPIStreamRawDiff2Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIStreamRawDiff2Request) ContextLines ¶
func (r *PullRequestsAPIStreamRawDiff2Request) ContextLines(contextLines string) *PullRequestsAPIStreamRawDiff2Request
The number of context lines to include around added/removed lines in the diff
func (*PullRequestsAPIStreamRawDiff2Request) Execute ¶
func (r *PullRequestsAPIStreamRawDiff2Request) Execute() (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIStreamRawDiff2Request) Whitespace ¶
func (r *PullRequestsAPIStreamRawDiff2Request) Whitespace(whitespace string) *PullRequestsAPIStreamRawDiff2Request
optional whitespace flag which can be set to <code>ignore-all</code>
type PullRequestsAPITryAutoMergeRequest ¶
type PullRequestsAPITryAutoMergeRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPITryAutoMergeRequest) Execute ¶
func (r *PullRequestsAPITryAutoMergeRequest) Execute() (RestAutoMergeProcessingResult, aurestclientapi.ParsedResponse, error)
type PullRequestsAPIUnReact1Request ¶
type PullRequestsAPIUnReact1Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIUnReact1Request) Execute ¶
func (r *PullRequestsAPIUnReact1Request) Execute() (aurestclientapi.ParsedResponse, error)
type PullRequestsAPIUnassignParticipantRole1Request ¶
type PullRequestsAPIUnassignParticipantRole1Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIUnassignParticipantRole1Request) Execute ¶
func (r *PullRequestsAPIUnassignParticipantRole1Request) Execute() (aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIUnassignParticipantRole1Request) Username ¶
func (r *PullRequestsAPIUnassignParticipantRole1Request) Username(username string) *PullRequestsAPIUnassignParticipantRole1Request
type PullRequestsAPIUnassignParticipantRoleRequest ¶
type PullRequestsAPIUnassignParticipantRoleRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIUnassignParticipantRoleRequest) Execute ¶
func (r *PullRequestsAPIUnassignParticipantRoleRequest) Execute() (aurestclientapi.ParsedResponse, error)
type PullRequestsAPIUnwatch1Request ¶
type PullRequestsAPIUnwatch1Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIUnwatch1Request) Execute ¶
func (r *PullRequestsAPIUnwatch1Request) Execute() (aurestclientapi.ParsedResponse, error)
type PullRequestsAPIUpdate1Request ¶
type PullRequestsAPIUpdate1Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIUpdate1Request) Execute ¶
func (r *PullRequestsAPIUpdate1Request) Execute() (RestReviewerGroup, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIUpdate1Request) RestReviewerGroup ¶
func (r *PullRequestsAPIUpdate1Request) RestReviewerGroup(restReviewerGroup RestReviewerGroup) *PullRequestsAPIUpdate1Request
The request containing the attributes of the reviewer group to be updated. Only the attributes to be updated need to be present in this object.
type PullRequestsAPIUpdate2Request ¶
type PullRequestsAPIUpdate2Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIUpdate2Request) Execute ¶
func (r *PullRequestsAPIUpdate2Request) Execute() (RestReviewerGroup, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIUpdate2Request) RestReviewerGroup ¶
func (r *PullRequestsAPIUpdate2Request) RestReviewerGroup(restReviewerGroup RestReviewerGroup) *PullRequestsAPIUpdate2Request
The request containing the attributes of the reviewer group to be updated. Only the attributes to be updated need to be present in this object.
type PullRequestsAPIUpdateComment1Request ¶
type PullRequestsAPIUpdateComment1Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIUpdateComment1Request) Execute ¶
func (r *PullRequestsAPIUpdateComment1Request) Execute() (RestComment, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIUpdateComment1Request) RestComment ¶
func (r *PullRequestsAPIUpdateComment1Request) RestComment(restComment RestComment) *PullRequestsAPIUpdateComment1Request
The comment to add.
type PullRequestsAPIUpdateComment2Request ¶
type PullRequestsAPIUpdateComment2Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIUpdateComment2Request) Execute ¶
func (r *PullRequestsAPIUpdateComment2Request) Execute() (RestComment, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIUpdateComment2Request) RestComment ¶
func (r *PullRequestsAPIUpdateComment2Request) RestComment(restComment RestComment) *PullRequestsAPIUpdateComment2Request
The updated comment
type PullRequestsAPIUpdatePullRequestCondition1Request ¶
type PullRequestsAPIUpdatePullRequestCondition1Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIUpdatePullRequestCondition1Request) Execute ¶
func (r *PullRequestsAPIUpdatePullRequestCondition1Request) Execute() (RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIUpdatePullRequestCondition1Request) UpdatePullRequestCondition1Request ¶
func (r *PullRequestsAPIUpdatePullRequestCondition1Request) UpdatePullRequestCondition1Request(updatePullRequestCondition1Request UpdatePullRequestCondition1Request) *PullRequestsAPIUpdatePullRequestCondition1Request
type PullRequestsAPIUpdatePullRequestConditionRequest ¶
type PullRequestsAPIUpdatePullRequestConditionRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIUpdatePullRequestConditionRequest) Execute ¶
func (r *PullRequestsAPIUpdatePullRequestConditionRequest) Execute() (RestPullRequestCondition, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIUpdatePullRequestConditionRequest) RestDefaultReviewersRequest ¶
func (r *PullRequestsAPIUpdatePullRequestConditionRequest) RestDefaultReviewersRequest(restDefaultReviewersRequest RestDefaultReviewersRequest) *PullRequestsAPIUpdatePullRequestConditionRequest
The new details for the default reviewer pull request condition.
type PullRequestsAPIUpdateRequest ¶
type PullRequestsAPIUpdateRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIUpdateRequest) Execute ¶
func (r *PullRequestsAPIUpdateRequest) Execute() (RestPullRequest, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIUpdateRequest) RestPullRequest ¶
func (r *PullRequestsAPIUpdateRequest) RestPullRequest(restPullRequest RestPullRequest) *PullRequestsAPIUpdateRequest
The updated pull request
type PullRequestsAPIUpdateStatusRequest ¶
type PullRequestsAPIUpdateStatusRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIUpdateStatusRequest) Execute ¶
func (r *PullRequestsAPIUpdateStatusRequest) Execute() (RestPullRequestParticipant, aurestclientapi.ParsedResponse, error)
func (*PullRequestsAPIUpdateStatusRequest) RestPullRequestAssignStatusRequest ¶
func (r *PullRequestsAPIUpdateStatusRequest) RestPullRequestAssignStatusRequest(restPullRequestAssignStatusRequest RestPullRequestAssignStatusRequest) *PullRequestsAPIUpdateStatusRequest
The participant representing the status to set, includes the status of the participant
func (*PullRequestsAPIUpdateStatusRequest) Version ¶
func (r *PullRequestsAPIUpdateStatusRequest) Version(version string) *PullRequestsAPIUpdateStatusRequest
The current version of the pull request. If the server's version isn't the same as the specified version the operation will fail. To determine the current version of the pull request it should be fetched from the server prior to this operation. Look for the 'version' attribute in the returned JSON structure.
type PullRequestsAPIWatch1Request ¶
type PullRequestsAPIWatch1Request struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIWatch1Request) Execute ¶
func (r *PullRequestsAPIWatch1Request) Execute() (aurestclientapi.ParsedResponse, error)
type PullRequestsAPIWithdrawApprovalRequest ¶
type PullRequestsAPIWithdrawApprovalRequest struct { ApiService *PullRequestsAPIRepository // contains filtered or unexported fields }
func (*PullRequestsAPIWithdrawApprovalRequest) Execute ¶
func (r *PullRequestsAPIWithdrawApprovalRequest) Execute() (RestPullRequestParticipant, aurestclientapi.ParsedResponse, error)
type RepositoryAPI ¶
type RepositoryAPI interface { /* AddLabel Add repository label */ AddLabel(ctx context.Context, projectKey string, repositorySlug string, restLabel RestLabel) (RestLabel, aurestclientapi.ParsedResponse, error) // AddLabelExecutes the request // @return RestLabel AddLabelRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIAddLabelRequest /* CreateBranch Create branch */ CreateBranch(ctx context.Context, projectKey string, repositorySlug string, restBranchCreateRequest RestBranchCreateRequest) (RestBranch, aurestclientapi.ParsedResponse, error) // CreateBranchExecutes the request // @return RestBranch CreateBranchRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPICreateBranchRequest /* CreateBranchForRepository Create branch */ CreateBranchForRepository(ctx context.Context, projectKey string, repositorySlug string, restCreateBranchRequest RestCreateBranchRequest) (RestBranch, aurestclientapi.ParsedResponse, error) // CreateBranchForRepositoryExecutes the request // @return RestBranch CreateBranchForRepositoryRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPICreateBranchForRepositoryRequest /* CreateComment Add a new commit comment */ CreateComment(ctx context.Context, projectKey string, commitId string, repositorySlug string, restComment RestComment, since string) (RestComment, aurestclientapi.ParsedResponse, error) // CreateCommentExecutes the request // @return RestComment CreateCommentRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) RepositoryAPICreateCommentRequest /* CreateRestrictions1 Create multiple ref restrictions */ CreateRestrictions1(ctx context.Context, projectKey string, repositorySlug string, restRestrictionRequest []RestRestrictionRequest) (RestRefRestriction, aurestclientapi.ParsedResponse, error) // CreateRestrictions1Executes the request // @return RestRefRestriction CreateRestrictions1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPICreateRestrictions1Request /* CreateTag Create tag */ CreateTag(ctx context.Context, projectKey string, repositorySlug string, restGitTagCreateRequest RestGitTagCreateRequest) (RestTag, aurestclientapi.ParsedResponse, error) // CreateTagExecutes the request // @return RestTag CreateTagRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPICreateTagRequest /* CreateTagForRepository Create tag */ CreateTagForRepository(ctx context.Context, projectKey string, repositorySlug string, restCreateTagRequest RestCreateTagRequest) (RestTag, aurestclientapi.ParsedResponse, error) // CreateTagForRepositoryExecutes the request // @return RestTag CreateTagForRepositoryRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPICreateTagForRepositoryRequest /* CreateWebhook1 Create webhook */ CreateWebhook1(ctx context.Context, projectKey string, repositorySlug string, restWebhook RestWebhook) (RestWebhook, aurestclientapi.ParsedResponse, error) // CreateWebhook1Executes the request // @return RestWebhook CreateWebhook1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPICreateWebhook1Request /* Delete5 Delete pull request auto-merge settings */ Delete5(ctx context.Context, projectKey string, repositorySlug string) (aurestclientapi.ParsedResponse, error) // Delete5Executes the request Delete5Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIDelete5Request /* DeleteAttachment Delete an attachment */ DeleteAttachment(ctx context.Context, projectKey string, attachmentId string, repositorySlug string) (aurestclientapi.ParsedResponse, error) // DeleteAttachmentExecutes the request DeleteAttachmentRequest(ctx context.Context, projectKey string, attachmentId string, repositorySlug string) RepositoryAPIDeleteAttachmentRequest /* DeleteAttachmentMetadata Delete attachment metadata */ DeleteAttachmentMetadata(ctx context.Context, projectKey string, attachmentId string, repositorySlug string) (aurestclientapi.ParsedResponse, error) // DeleteAttachmentMetadataExecutes the request DeleteAttachmentMetadataRequest(ctx context.Context, projectKey string, attachmentId string, repositorySlug string) RepositoryAPIDeleteAttachmentMetadataRequest /* DeleteAutoDeclineSettings1 Delete auto decline settings */ DeleteAutoDeclineSettings1(ctx context.Context, projectKey string, repositorySlug string) (aurestclientapi.ParsedResponse, error) // DeleteAutoDeclineSettings1Executes the request DeleteAutoDeclineSettings1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIDeleteAutoDeclineSettings1Request /* DeleteBranch Delete branch */ DeleteBranch(ctx context.Context, projectKey string, repositorySlug string, restBranchDeleteRequest RestBranchDeleteRequest) (aurestclientapi.ParsedResponse, error) // DeleteBranchExecutes the request DeleteBranchRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIDeleteBranchRequest /* DeleteComment Delete a commit comment */ DeleteComment(ctx context.Context, projectKey string, commentId string, commitId string, repositorySlug string, version string) (aurestclientapi.ParsedResponse, error) // DeleteCommentExecutes the request DeleteCommentRequest(ctx context.Context, projectKey string, commentId string, commitId string, repositorySlug string) RepositoryAPIDeleteCommentRequest /* DeleteRepositoryHook Delete repository hook */ DeleteRepositoryHook(ctx context.Context, projectKey string, hookKey string, repositorySlug string) (aurestclientapi.ParsedResponse, error) // DeleteRepositoryHookExecutes the request DeleteRepositoryHookRequest(ctx context.Context, projectKey string, hookKey string, repositorySlug string) RepositoryAPIDeleteRepositoryHookRequest /* DeleteRestriction1 Delete a ref restriction */ DeleteRestriction1(ctx context.Context, projectKey string, id string, repositorySlug string) (aurestclientapi.ParsedResponse, error) // DeleteRestriction1Executes the request DeleteRestriction1Request(ctx context.Context, projectKey string, id string, repositorySlug string) RepositoryAPIDeleteRestriction1Request /* DeleteTag Delete tag */ DeleteTag(ctx context.Context, projectKey string, name string, repositorySlug string) (aurestclientapi.ParsedResponse, error) // DeleteTagExecutes the request DeleteTagRequest(ctx context.Context, projectKey string, name string, repositorySlug string) RepositoryAPIDeleteTagRequest /* DeleteWebhook1 Delete webhook */ DeleteWebhook1(ctx context.Context, projectKey string, webhookId string, repositorySlug string) (aurestclientapi.ParsedResponse, error) // DeleteWebhook1Executes the request DeleteWebhook1Request(ctx context.Context, projectKey string, webhookId string, repositorySlug string) RepositoryAPIDeleteWebhook1Request /* DisableHook1 Disable repository hook */ DisableHook1(ctx context.Context, projectKey string, hookKey string, repositorySlug string) (RestRepositoryHook, aurestclientapi.ParsedResponse, error) // DisableHook1Executes the request // @return RestRepositoryHook DisableHook1Request(ctx context.Context, projectKey string, hookKey string, repositorySlug string) RepositoryAPIDisableHook1Request /* EditFile Edit file */ EditFile(ctx context.Context, path string, projectKey string, repositorySlug string, exampleMultipartFormData ExampleMultipartFormData) (RestCommit, aurestclientapi.ParsedResponse, error) // EditFileExecutes the request // @return RestCommit EditFileRequest(ctx context.Context, path string, projectKey string, repositorySlug string) RepositoryAPIEditFileRequest /* EnableHook1 Enable repository hook */ EnableHook1(ctx context.Context, projectKey string, hookKey string, repositorySlug string) (RestRepositoryHook, aurestclientapi.ParsedResponse, error) // EnableHook1Executes the request // @return RestRepositoryHook EnableHook1Request(ctx context.Context, projectKey string, hookKey string, repositorySlug string) RepositoryAPIEnableHook1Request /* FindBranches Get branches with ref change activities for repository */ FindBranches(ctx context.Context, projectKey string, repositorySlug string, filterText string, start float32, limit float32) (FindByCommit200Response, aurestclientapi.ParsedResponse, error) // FindBranchesExecutes the request // @return FindByCommit200Response FindBranchesRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIFindBranchesRequest /* FindByCommit Get branch */ FindByCommit(ctx context.Context, projectKey string, commitId string, repositorySlug string, start float32, limit float32) (FindByCommit200Response, aurestclientapi.ParsedResponse, error) // FindByCommitExecutes the request // @return FindByCommit200Response FindByCommitRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) RepositoryAPIFindByCommitRequest /* FindWebhooks1 Find webhooks */ FindWebhooks1(ctx context.Context, projectKey string, repositorySlug string, event string, statistics bool) (aurestclientapi.ParsedResponse, error) // FindWebhooks1Executes the request FindWebhooks1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIFindWebhooks1Request /* Get5 Get pull request auto-merge settings */ Get5(ctx context.Context, projectKey string, repositorySlug string) (RestAutoMergeRestrictedSettings, aurestclientapi.ParsedResponse, error) // Get5Executes the request // @return RestAutoMergeRestrictedSettings Get5Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGet5Request /* GetAllLabelsForRepository Get repository labels */ GetAllLabelsForRepository(ctx context.Context, projectKey string, repositorySlug string) (RestLabel, aurestclientapi.ParsedResponse, error) // GetAllLabelsForRepositoryExecutes the request // @return RestLabel GetAllLabelsForRepositoryRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetAllLabelsForRepositoryRequest /* GetArchive Stream archive of repository */ GetArchive(ctx context.Context, projectKey string, repositorySlug string, path string, filename string, at string, prefix string, format string) (aurestclientapi.ParsedResponse, error) // GetArchiveExecutes the request GetArchiveRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetArchiveRequest /* GetAttachment Get an attachment */ GetAttachment(ctx context.Context, projectKey string, attachmentId string, repositorySlug string) (aurestclientapi.ParsedResponse, error) // GetAttachmentExecutes the request GetAttachmentRequest(ctx context.Context, projectKey string, attachmentId string, repositorySlug string) RepositoryAPIGetAttachmentRequest /* GetAttachmentMetadata Get attachment metadata */ GetAttachmentMetadata(ctx context.Context, projectKey string, attachmentId string, repositorySlug string) (RestAttachmentMetadata, aurestclientapi.ParsedResponse, error) // GetAttachmentMetadataExecutes the request // @return RestAttachmentMetadata GetAttachmentMetadataRequest(ctx context.Context, projectKey string, attachmentId string, repositorySlug string) RepositoryAPIGetAttachmentMetadataRequest /* GetAutoDeclineSettings1 Get auto decline settings */ GetAutoDeclineSettings1(ctx context.Context, projectKey string, repositorySlug string) (RestAutoDeclineSettings, aurestclientapi.ParsedResponse, error) // GetAutoDeclineSettings1Executes the request // @return RestAutoDeclineSettings GetAutoDeclineSettings1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetAutoDeclineSettings1Request /* GetBranches Find branches */ GetBranches(ctx context.Context, projectKey string, repositorySlug string, boostMatches bool, orderBy string, details bool, filterText string, base string, start float32, limit float32) (GetBranches200Response, aurestclientapi.ParsedResponse, error) // GetBranchesExecutes the request // @return GetBranches200Response GetBranchesRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetBranchesRequest /* GetChanges Get changes in commit */ GetChanges(ctx context.Context, projectKey string, commitId string, repositorySlug string, withComments string, since string, start float32, limit float32) (GetChanges1200Response, aurestclientapi.ParsedResponse, error) // GetChangesExecutes the request // @return GetChanges1200Response GetChangesRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) RepositoryAPIGetChangesRequest /* GetChanges1 Get changes made in commit */ GetChanges1(ctx context.Context, projectKey string, repositorySlug string, until string, since string, start float32, limit float32) (GetChanges1200Response, aurestclientapi.ParsedResponse, error) // GetChanges1Executes the request // @return GetChanges1200Response GetChanges1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetChanges1Request /* GetComment Get a commit comment */ GetComment(ctx context.Context, projectKey string, commentId string, commitId string, repositorySlug string) (RestComment, aurestclientapi.ParsedResponse, error) // GetCommentExecutes the request // @return RestComment GetCommentRequest(ctx context.Context, projectKey string, commentId string, commitId string, repositorySlug string) RepositoryAPIGetCommentRequest /* GetComments Search for commit comments */ GetComments(ctx context.Context, projectKey string, commitId string, repositorySlug string, path string, since string, start float32, limit float32) (GetComments200Response, aurestclientapi.ParsedResponse, error) // GetCommentsExecutes the request // @return GetComments200Response GetCommentsRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) RepositoryAPIGetCommentsRequest /* GetCommit Get commit by ID */ GetCommit(ctx context.Context, projectKey string, commitId string, repositorySlug string, path string) (RestCommit, aurestclientapi.ParsedResponse, error) // GetCommitExecutes the request // @return RestCommit GetCommitRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) RepositoryAPIGetCommitRequest /* GetCommits Get commits */ GetCommits(ctx context.Context, projectKey string, repositorySlug string, avatarScheme string, path string, withCounts string, followRenames string, until string, avatarSize string, since string, merges string, ignoreMissing string, start float32, limit float32) (GetCommits200Response, aurestclientapi.ParsedResponse, error) // GetCommitsExecutes the request // @return GetCommits200Response GetCommitsRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetCommitsRequest /* GetConfigurations1 Get hook scripts */ GetConfigurations1(ctx context.Context, projectKey string, repositorySlug string, start float32, limit float32) (GetConfigurations200Response, aurestclientapi.ParsedResponse, error) // GetConfigurations1Executes the request // @return GetConfigurations200Response GetConfigurations1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetConfigurations1Request /* GetContent Get file content at revision */ GetContent(ctx context.Context, projectKey string, repositorySlug string, noContent string, at string, size string, blame string, type_ string) (aurestclientapi.ParsedResponse, error) // GetContentExecutes the request GetContentRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetContentRequest /* GetContent1 Get file content */ GetContent1(ctx context.Context, path string, projectKey string, repositorySlug string, noContent string, at string, size string, blame string, type_ string) (GetContent1200Response, aurestclientapi.ParsedResponse, error) // GetContent1Executes the request // @return GetContent1200Response GetContent1Request(ctx context.Context, path string, projectKey string, repositorySlug string) RepositoryAPIGetContent1Request /* GetDefaultBranch1 Get default branch Deprecated */ GetDefaultBranch1(ctx context.Context, projectKey string, repositorySlug string) (RestBranch, aurestclientapi.ParsedResponse, error) // GetDefaultBranch1Executes the request // @return RestBranch // Deprecated GetDefaultBranch1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetDefaultBranch1Request /* GetLatestInvocation1 Get last webhook invocation details */ GetLatestInvocation1(ctx context.Context, projectKey string, webhookId string, repositorySlug string, event string, outcome string) (RestDetailedInvocation, aurestclientapi.ParsedResponse, error) // GetLatestInvocation1Executes the request // @return RestDetailedInvocation GetLatestInvocation1Request(ctx context.Context, projectKey string, webhookId string, repositorySlug string) RepositoryAPIGetLatestInvocation1Request /* GetMergeBase Get the common ancestor between two commits */ GetMergeBase(ctx context.Context, projectKey string, commitId string, repositorySlug string, otherCommitId string) (RestCommit, aurestclientapi.ParsedResponse, error) // GetMergeBaseExecutes the request // @return RestCommit GetMergeBaseRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) RepositoryAPIGetMergeBaseRequest /* GetPullRequestSettings1 Get pull request settings */ GetPullRequestSettings1(ctx context.Context, projectKey string, repositorySlug string) (RestRepositoryPullRequestSettings, aurestclientapi.ParsedResponse, error) // GetPullRequestSettings1Executes the request // @return RestRepositoryPullRequestSettings GetPullRequestSettings1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetPullRequestSettings1Request /* GetRefChangeActivity Get ref change activity */ GetRefChangeActivity(ctx context.Context, projectKey string, repositorySlug string, ref string, start float32, limit float32) (GetRefChangeActivity200Response, aurestclientapi.ParsedResponse, error) // GetRefChangeActivityExecutes the request // @return GetRefChangeActivity200Response GetRefChangeActivityRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetRefChangeActivityRequest /* GetRepositories1 Search for repositories */ GetRepositories1(ctx context.Context, archived string, projectname string, projectkey string, visibility string, name string, permission string, state string, start float32, limit float32) (GetRepositoriesRecentlyAccessed200Response, aurestclientapi.ParsedResponse, error) // GetRepositories1Executes the request // @return GetRepositoriesRecentlyAccessed200Response GetRepositories1Request(ctx context.Context) RepositoryAPIGetRepositories1Request /* GetRepositoriesRecentlyAccessed Get recently accessed repositories */ GetRepositoriesRecentlyAccessed(ctx context.Context, permission string, start float32, limit float32) (GetRepositoriesRecentlyAccessed200Response, aurestclientapi.ParsedResponse, error) // GetRepositoriesRecentlyAccessedExecutes the request // @return GetRepositoriesRecentlyAccessed200Response GetRepositoriesRecentlyAccessedRequest(ctx context.Context) RepositoryAPIGetRepositoriesRecentlyAccessedRequest /* GetRepositoryHook1 Get repository hook */ GetRepositoryHook1(ctx context.Context, projectKey string, hookKey string, repositorySlug string) (RestRepositoryHook, aurestclientapi.ParsedResponse, error) // GetRepositoryHook1Executes the request // @return RestRepositoryHook GetRepositoryHook1Request(ctx context.Context, projectKey string, hookKey string, repositorySlug string) RepositoryAPIGetRepositoryHook1Request /* GetRepositoryHooks1 Get repository hooks */ GetRepositoryHooks1(ctx context.Context, projectKey string, repositorySlug string, type_ string, start float32, limit float32) (GetRepositoryHooks1200Response, aurestclientapi.ParsedResponse, error) // GetRepositoryHooks1Executes the request // @return GetRepositoryHooks1200Response GetRepositoryHooks1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetRepositoryHooks1Request /* GetRestriction1 Get a ref restriction */ GetRestriction1(ctx context.Context, projectKey string, id string, repositorySlug string) (RestRefRestriction, aurestclientapi.ParsedResponse, error) // GetRestriction1Executes the request // @return RestRefRestriction GetRestriction1Request(ctx context.Context, projectKey string, id string, repositorySlug string) RepositoryAPIGetRestriction1Request /* GetRestrictions1 Search for ref restrictions */ GetRestrictions1(ctx context.Context, projectKey string, repositorySlug string, matcherType string, matcherId string, type_ string, start float32, limit float32) (GetRestrictions1200Response, aurestclientapi.ParsedResponse, error) // GetRestrictions1Executes the request // @return GetRestrictions1200Response GetRestrictions1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetRestrictions1Request /* GetSettings1 Get repository hook settings */ GetSettings1(ctx context.Context, projectKey string, hookKey string, repositorySlug string) (ExampleSettings, aurestclientapi.ParsedResponse, error) // GetSettings1Executes the request // @return ExampleSettings GetSettings1Request(ctx context.Context, projectKey string, hookKey string, repositorySlug string) RepositoryAPIGetSettings1Request /* GetStatistics1 Get webhook statistics */ GetStatistics1(ctx context.Context, projectKey string, webhookId string, repositorySlug string, event string) (interface{}, aurestclientapi.ParsedResponse, error) // GetStatistics1Executes the request // @return interface{} GetStatistics1Request(ctx context.Context, projectKey string, webhookId string, repositorySlug string) RepositoryAPIGetStatistics1Request /* GetStatisticsSummary1 Get webhook statistics summary */ GetStatisticsSummary1(ctx context.Context, projectKey string, webhookId string, repositorySlug string) (interface{}, aurestclientapi.ParsedResponse, error) // GetStatisticsSummary1Executes the request // @return interface{} GetStatisticsSummary1Request(ctx context.Context, projectKey string, webhookId string, repositorySlug string) RepositoryAPIGetStatisticsSummary1Request /* GetStatus Get synchronization status */ GetStatus(ctx context.Context, projectKey string, repositorySlug string, at string) (RestRefSyncStatus, aurestclientapi.ParsedResponse, error) // GetStatusExecutes the request // @return RestRefSyncStatus GetStatusRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetStatusRequest /* GetTag Get tag */ GetTag(ctx context.Context, projectKey string, name string, repositorySlug string) (RestTag, aurestclientapi.ParsedResponse, error) // GetTagExecutes the request // @return RestTag GetTagRequest(ctx context.Context, projectKey string, name string, repositorySlug string) RepositoryAPIGetTagRequest /* GetTags Find tag */ GetTags(ctx context.Context, projectKey string, repositorySlug string, orderBy string, filterText string, start float32, limit float32) (GetTags200Response, aurestclientapi.ParsedResponse, error) // GetTagsExecutes the request // @return GetTags200Response GetTagsRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetTagsRequest /* GetWebhook1 Get webhook */ GetWebhook1(ctx context.Context, projectKey string, webhookId string, repositorySlug string, statistics string) (RestWebhook, aurestclientapi.ParsedResponse, error) // GetWebhook1Executes the request // @return RestWebhook GetWebhook1Request(ctx context.Context, projectKey string, webhookId string, repositorySlug string) RepositoryAPIGetWebhook1Request /* React React to a comment */ React(ctx context.Context, projectKey string, commentId string, commitId string, emoticon string, repositorySlug string) (RestUserReaction, aurestclientapi.ParsedResponse, error) // ReactExecutes the request // @return RestUserReaction ReactRequest(ctx context.Context, projectKey string, commentId string, commitId string, emoticon string, repositorySlug string) RepositoryAPIReactRequest /* RemoveConfiguration1 Remove a hook script */ RemoveConfiguration1(ctx context.Context, projectKey string, scriptId string, repositorySlug string) (aurestclientapi.ParsedResponse, error) // RemoveConfiguration1Executes the request RemoveConfiguration1Request(ctx context.Context, projectKey string, scriptId string, repositorySlug string) RepositoryAPIRemoveConfiguration1Request /* RemoveLabel Remove repository label */ RemoveLabel(ctx context.Context, projectKey string, labelName string, repositorySlug string) (aurestclientapi.ParsedResponse, error) // RemoveLabelExecutes the request RemoveLabelRequest(ctx context.Context, projectKey string, labelName string, repositorySlug string) RepositoryAPIRemoveLabelRequest /* SaveAttachmentMetadata Save attachment metadata */ SaveAttachmentMetadata(ctx context.Context, projectKey string, attachmentId string, repositorySlug string, body string) (aurestclientapi.ParsedResponse, error) // SaveAttachmentMetadataExecutes the request SaveAttachmentMetadataRequest(ctx context.Context, projectKey string, attachmentId string, repositorySlug string) RepositoryAPISaveAttachmentMetadataRequest /* SearchWebhooks Search webhooks */ SearchWebhooks(ctx context.Context, projectKey string, repositorySlug string, scopeType string, event string, statistics bool) (aurestclientapi.ParsedResponse, error) // SearchWebhooksExecutes the request SearchWebhooksRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPISearchWebhooksRequest /* Set1 Create or update the pull request auto-merge settings */ Set1(ctx context.Context, projectKey string, repositorySlug string, restAutoMergeSettingsRequest RestAutoMergeSettingsRequest) (RestAutoMergeRestrictedSettings, aurestclientapi.ParsedResponse, error) // Set1Executes the request // @return RestAutoMergeRestrictedSettings Set1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPISet1Request /* SetAutoDeclineSettings1 Create auto decline settings */ SetAutoDeclineSettings1(ctx context.Context, projectKey string, repositorySlug string, restAutoDeclineSettingsRequest RestAutoDeclineSettingsRequest) (RestAutoDeclineSettings, aurestclientapi.ParsedResponse, error) // SetAutoDeclineSettings1Executes the request // @return RestAutoDeclineSettings SetAutoDeclineSettings1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPISetAutoDeclineSettings1Request /* SetConfiguration1 Create/update a hook script */ SetConfiguration1(ctx context.Context, projectKey string, scriptId string, repositorySlug string, restHookScriptTriggers RestHookScriptTriggers) (RestHookScriptConfig, aurestclientapi.ParsedResponse, error) // SetConfiguration1Executes the request // @return RestHookScriptConfig SetConfiguration1Request(ctx context.Context, projectKey string, scriptId string, repositorySlug string) RepositoryAPISetConfiguration1Request /* SetDefaultBranch1 Update default branch Deprecated */ SetDefaultBranch1(ctx context.Context, projectKey string, repositorySlug string, restBranch RestBranch) (aurestclientapi.ParsedResponse, error) // SetDefaultBranch1Executes the request // Deprecated SetDefaultBranch1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPISetDefaultBranch1Request /* SetEnabled Disable synchronization */ SetEnabled(ctx context.Context, projectKey string, repositorySlug string, restRefSyncStatus RestRefSyncStatus) (RestRefSyncStatus, aurestclientapi.ParsedResponse, error) // SetEnabledExecutes the request // @return RestRefSyncStatus SetEnabledRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPISetEnabledRequest /* SetSettings1 Update repository hook settings */ SetSettings1(ctx context.Context, projectKey string, hookKey string, repositorySlug string, exampleSettings ExampleSettings) (ExampleSettings, aurestclientapi.ParsedResponse, error) // SetSettings1Executes the request // @return ExampleSettings SetSettings1Request(ctx context.Context, projectKey string, hookKey string, repositorySlug string) RepositoryAPISetSettings1Request /* Stream Stream files */ Stream(ctx context.Context, projectKey string, repositorySlug string, at string) (ExampleFiles, aurestclientapi.ParsedResponse, error) // StreamExecutes the request // @return ExampleFiles StreamRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIStreamRequest /* Stream1 Stream files with last modified commit in path */ Stream1(ctx context.Context, path string, projectKey string, repositorySlug string, at string) (ExampleFiles, aurestclientapi.ParsedResponse, error) // Stream1Executes the request // @return ExampleFiles Stream1Request(ctx context.Context, path string, projectKey string, repositorySlug string) RepositoryAPIStream1Request /* StreamChanges Compare commits */ StreamChanges(ctx context.Context, projectKey string, repositorySlug string, fromRepo string, from string, to string, start float32, limit float32) (GetChanges1200Response, aurestclientapi.ParsedResponse, error) // StreamChangesExecutes the request // @return GetChanges1200Response StreamChangesRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIStreamChangesRequest /* StreamCommits Get accessible commits */ StreamCommits(ctx context.Context, projectKey string, repositorySlug string, fromRepo string, from string, to string, start float32, limit float32) (GetCommits200Response, aurestclientapi.ParsedResponse, error) // StreamCommitsExecutes the request // @return GetCommits200Response StreamCommitsRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIStreamCommitsRequest /* StreamDiff Get diff between revisions */ StreamDiff(ctx context.Context, commitId string, repositorySlug string, path string, projectKey string, srcPath string, avatarSize string, filter string, avatarScheme string, contextLines string, autoSrcPath string, whitespace string, withComments string, since string) (RestDiff, aurestclientapi.ParsedResponse, error) // StreamDiffExecutes the request // @return RestDiff StreamDiffRequest(ctx context.Context, commitId string, repositorySlug string, path string, projectKey string) RepositoryAPIStreamDiffRequest /* StreamDiff1 Get diff between commits */ StreamDiff1(ctx context.Context, path string, projectKey string, repositorySlug string, contextLines string, fromRepo string, srcPath string, from string, to string, whitespace string, start float32, limit float32) (StreamDiff1200Response, aurestclientapi.ParsedResponse, error) // StreamDiff1Executes the request // @return StreamDiff1200Response StreamDiff1Request(ctx context.Context, path string, projectKey string, repositorySlug string) RepositoryAPIStreamDiff1Request /* StreamFiles Get files in directory */ StreamFiles(ctx context.Context, projectKey string, repositorySlug string, at string, start float32, limit float32) (StreamFiles200Response, aurestclientapi.ParsedResponse, error) // StreamFilesExecutes the request // @return StreamFiles200Response StreamFilesRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIStreamFilesRequest /* StreamFiles1 Get files in directory */ StreamFiles1(ctx context.Context, path string, projectKey string, repositorySlug string, at string, start float32, limit float32) (StreamFiles200Response, aurestclientapi.ParsedResponse, error) // StreamFiles1Executes the request // @return StreamFiles200Response StreamFiles1Request(ctx context.Context, path string, projectKey string, repositorySlug string) RepositoryAPIStreamFiles1Request /* StreamPatch Get patch content at revision */ StreamPatch(ctx context.Context, projectKey string, repositorySlug string, until string, allAncestors string, since string) (aurestclientapi.ParsedResponse, error) // StreamPatchExecutes the request StreamPatchRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIStreamPatchRequest /* StreamRaw Get raw content of a file at revision */ StreamRaw(ctx context.Context, path string, projectKey string, repositorySlug string, at string, markup string, htmlEscape string, includeHeadingId string, hardwrap string) (aurestclientapi.ParsedResponse, error) // StreamRawExecutes the request StreamRawRequest(ctx context.Context, path string, projectKey string, repositorySlug string) RepositoryAPIStreamRawRequest /* StreamRawDiff Get raw diff for path */ StreamRawDiff(ctx context.Context, projectKey string, repositorySlug string, contextLines string, srcPath string, until string, whitespace string, since string) (aurestclientapi.ParsedResponse, error) // StreamRawDiffExecutes the request StreamRawDiffRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIStreamRawDiffRequest /* StreamRawDiff1 Get raw diff for path */ StreamRawDiff1(ctx context.Context, path string, projectKey string, repositorySlug string, contextLines string, srcPath string, until string, whitespace string, since string) (aurestclientapi.ParsedResponse, error) // StreamRawDiff1Executes the request StreamRawDiff1Request(ctx context.Context, path string, projectKey string, repositorySlug string) RepositoryAPIStreamRawDiff1Request /* Synchronize Manual synchronization */ Synchronize(ctx context.Context, projectKey string, repositorySlug string, restRefSyncRequest RestRefSyncRequest) (RestRejectedRef, aurestclientapi.ParsedResponse, error) // SynchronizeExecutes the request // @return RestRejectedRef SynchronizeRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPISynchronizeRequest /* TestWebhook1 Test webhook */ TestWebhook1(ctx context.Context, projectKey string, repositorySlug string, restWebhookCredentials RestWebhookCredentials, webhookId int32, sslVerificationRequired string, url string) (interface{}, aurestclientapi.ParsedResponse, error) // TestWebhook1Executes the request // @return interface{} TestWebhook1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPITestWebhook1Request /* UnReact Remove a reaction from comment */ UnReact(ctx context.Context, projectKey string, commentId string, commitId string, emoticon string, repositorySlug string) (aurestclientapi.ParsedResponse, error) // UnReactExecutes the request UnReactRequest(ctx context.Context, projectKey string, commentId string, commitId string, emoticon string, repositorySlug string) RepositoryAPIUnReactRequest /* Unwatch Stop watching commit */ Unwatch(ctx context.Context, projectKey string, commitId string, repositorySlug string) (aurestclientapi.ParsedResponse, error) // UnwatchExecutes the request UnwatchRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) RepositoryAPIUnwatchRequest /* Unwatch2 Stop watching repository */ Unwatch2(ctx context.Context, projectKey string, repositorySlug string) (aurestclientapi.ParsedResponse, error) // Unwatch2Executes the request Unwatch2Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIUnwatch2Request /* UpdateComment Update a commit comment */ UpdateComment(ctx context.Context, projectKey string, commentId string, commitId string, repositorySlug string, restComment RestComment) (RestComment, aurestclientapi.ParsedResponse, error) // UpdateCommentExecutes the request // @return RestComment UpdateCommentRequest(ctx context.Context, projectKey string, commentId string, commitId string, repositorySlug string) RepositoryAPIUpdateCommentRequest /* UpdatePullRequestSettings1 Update pull request settings */ UpdatePullRequestSettings1(ctx context.Context, projectKey string, repositorySlug string, restRepositoryPullRequestSettings RestRepositoryPullRequestSettings) (RestRepositoryPullRequestSettings, aurestclientapi.ParsedResponse, error) // UpdatePullRequestSettings1Executes the request // @return RestRepositoryPullRequestSettings UpdatePullRequestSettings1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIUpdatePullRequestSettings1Request /* UpdateWebhook1 Update webhook */ UpdateWebhook1(ctx context.Context, projectKey string, webhookId string, repositorySlug string, restWebhook RestWebhook) (RestWebhook, aurestclientapi.ParsedResponse, error) // UpdateWebhook1Executes the request // @return RestWebhook UpdateWebhook1Request(ctx context.Context, projectKey string, webhookId string, repositorySlug string) RepositoryAPIUpdateWebhook1Request /* Watch Watch commit */ Watch(ctx context.Context, projectKey string, commitId string, repositorySlug string) (aurestclientapi.ParsedResponse, error) // WatchExecutes the request WatchRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) RepositoryAPIWatchRequest /* Watch2 Watch repository */ Watch2(ctx context.Context, projectKey string, repositorySlug string, restRepository RestRepository) (aurestclientapi.ParsedResponse, error) // Watch2Executes the request Watch2Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIWatch2Request }
func NewRepositoryAPI ¶
func NewRepositoryAPI(client *ApiClient) RepositoryAPI
type RepositoryAPIAddLabelRequest ¶
type RepositoryAPIAddLabelRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIAddLabelRequest) Execute ¶
func (r *RepositoryAPIAddLabelRequest) Execute() (RestLabel, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIAddLabelRequest) RestLabel ¶
func (r *RepositoryAPIAddLabelRequest) RestLabel(restLabel RestLabel) *RepositoryAPIAddLabelRequest
The label to apply
type RepositoryAPICreateBranchForRepositoryRequest ¶
type RepositoryAPICreateBranchForRepositoryRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPICreateBranchForRepositoryRequest) Execute ¶
func (r *RepositoryAPICreateBranchForRepositoryRequest) Execute() (RestBranch, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPICreateBranchForRepositoryRequest) RestCreateBranchRequest ¶
func (r *RepositoryAPICreateBranchForRepositoryRequest) RestCreateBranchRequest(restCreateBranchRequest RestCreateBranchRequest) *RepositoryAPICreateBranchForRepositoryRequest
The request to create a branch containing a <strong>name</strong>, <strong>startPoint</strong>, and optionally a <strong>message</strong>
type RepositoryAPICreateBranchRequest ¶
type RepositoryAPICreateBranchRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPICreateBranchRequest) Execute ¶
func (r *RepositoryAPICreateBranchRequest) Execute() (RestBranch, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPICreateBranchRequest) RestBranchCreateRequest ¶
func (r *RepositoryAPICreateBranchRequest) RestBranchCreateRequest(restBranchCreateRequest RestBranchCreateRequest) *RepositoryAPICreateBranchRequest
type RepositoryAPICreateCommentRequest ¶
type RepositoryAPICreateCommentRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPICreateCommentRequest) Execute ¶
func (r *RepositoryAPICreateCommentRequest) Execute() (RestComment, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPICreateCommentRequest) RestComment ¶
func (r *RepositoryAPICreateCommentRequest) RestComment(restComment RestComment) *RepositoryAPICreateCommentRequest
the comment
func (*RepositoryAPICreateCommentRequest) Since ¶
func (r *RepositoryAPICreateCommentRequest) Since(since string) *RepositoryAPICreateCommentRequest
For a merge commit, a parent can be provided to specify which diff the comments should be on. For a commit range, a sinceId can be provided to specify where the comments should be anchored from.
type RepositoryAPICreateRestrictions1Request ¶
type RepositoryAPICreateRestrictions1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPICreateRestrictions1Request) Execute ¶
func (r *RepositoryAPICreateRestrictions1Request) Execute() (RestRefRestriction, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPICreateRestrictions1Request) RestRestrictionRequest ¶
func (r *RepositoryAPICreateRestrictions1Request) RestRestrictionRequest(restRestrictionRequest []RestRestrictionRequest) *RepositoryAPICreateRestrictions1Request
The request containing a list of the details of the restrictions to create.
type RepositoryAPICreateTagForRepositoryRequest ¶
type RepositoryAPICreateTagForRepositoryRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPICreateTagForRepositoryRequest) Execute ¶
func (r *RepositoryAPICreateTagForRepositoryRequest) Execute() (RestTag, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPICreateTagForRepositoryRequest) RestCreateTagRequest ¶
func (r *RepositoryAPICreateTagForRepositoryRequest) RestCreateTagRequest(restCreateTagRequest RestCreateTagRequest) *RepositoryAPICreateTagForRepositoryRequest
The request to create a tag containing a <strong>name</strong>, <strong>startPoint</strong>, and optionally a <strong>message</strong>
type RepositoryAPICreateTagRequest ¶
type RepositoryAPICreateTagRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPICreateTagRequest) Execute ¶
func (r *RepositoryAPICreateTagRequest) Execute() (RestTag, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPICreateTagRequest) RestGitTagCreateRequest ¶
func (r *RepositoryAPICreateTagRequest) RestGitTagCreateRequest(restGitTagCreateRequest RestGitTagCreateRequest) *RepositoryAPICreateTagRequest
The create git tag request.
type RepositoryAPICreateWebhook1Request ¶
type RepositoryAPICreateWebhook1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPICreateWebhook1Request) Execute ¶
func (r *RepositoryAPICreateWebhook1Request) Execute() (RestWebhook, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPICreateWebhook1Request) RestWebhook ¶
func (r *RepositoryAPICreateWebhook1Request) RestWebhook(restWebhook RestWebhook) *RepositoryAPICreateWebhook1Request
The webhook to be created for this repository.
type RepositoryAPIDelete5Request ¶
type RepositoryAPIDelete5Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIDelete5Request) Execute ¶
func (r *RepositoryAPIDelete5Request) Execute() (aurestclientapi.ParsedResponse, error)
type RepositoryAPIDeleteAttachmentMetadataRequest ¶
type RepositoryAPIDeleteAttachmentMetadataRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIDeleteAttachmentMetadataRequest) Execute ¶
func (r *RepositoryAPIDeleteAttachmentMetadataRequest) Execute() (aurestclientapi.ParsedResponse, error)
type RepositoryAPIDeleteAttachmentRequest ¶
type RepositoryAPIDeleteAttachmentRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIDeleteAttachmentRequest) Execute ¶
func (r *RepositoryAPIDeleteAttachmentRequest) Execute() (aurestclientapi.ParsedResponse, error)
type RepositoryAPIDeleteAutoDeclineSettings1Request ¶
type RepositoryAPIDeleteAutoDeclineSettings1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIDeleteAutoDeclineSettings1Request) Execute ¶
func (r *RepositoryAPIDeleteAutoDeclineSettings1Request) Execute() (aurestclientapi.ParsedResponse, error)
type RepositoryAPIDeleteBranchRequest ¶
type RepositoryAPIDeleteBranchRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIDeleteBranchRequest) Execute ¶
func (r *RepositoryAPIDeleteBranchRequest) Execute() (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIDeleteBranchRequest) RestBranchDeleteRequest ¶
func (r *RepositoryAPIDeleteBranchRequest) RestBranchDeleteRequest(restBranchDeleteRequest RestBranchDeleteRequest) *RepositoryAPIDeleteBranchRequest
Branch delete request
type RepositoryAPIDeleteCommentRequest ¶
type RepositoryAPIDeleteCommentRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIDeleteCommentRequest) Execute ¶
func (r *RepositoryAPIDeleteCommentRequest) Execute() (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIDeleteCommentRequest) Version ¶
func (r *RepositoryAPIDeleteCommentRequest) Version(version string) *RepositoryAPIDeleteCommentRequest
The expected version of the comment. This must match the server's version of the comment or the delete will fail. To determine the current version of the comment, the comment should be fetched from the server prior to the delete. Look for the 'version' attribute in the returned JSON structure.
type RepositoryAPIDeleteRepositoryHookRequest ¶
type RepositoryAPIDeleteRepositoryHookRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIDeleteRepositoryHookRequest) Execute ¶
func (r *RepositoryAPIDeleteRepositoryHookRequest) Execute() (aurestclientapi.ParsedResponse, error)
type RepositoryAPIDeleteRestriction1Request ¶
type RepositoryAPIDeleteRestriction1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIDeleteRestriction1Request) Execute ¶
func (r *RepositoryAPIDeleteRestriction1Request) Execute() (aurestclientapi.ParsedResponse, error)
type RepositoryAPIDeleteTagRequest ¶
type RepositoryAPIDeleteTagRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIDeleteTagRequest) Execute ¶
func (r *RepositoryAPIDeleteTagRequest) Execute() (aurestclientapi.ParsedResponse, error)
type RepositoryAPIDeleteWebhook1Request ¶
type RepositoryAPIDeleteWebhook1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIDeleteWebhook1Request) Execute ¶
func (r *RepositoryAPIDeleteWebhook1Request) Execute() (aurestclientapi.ParsedResponse, error)
type RepositoryAPIDisableHook1Request ¶
type RepositoryAPIDisableHook1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIDisableHook1Request) Execute ¶
func (r *RepositoryAPIDisableHook1Request) Execute() (RestRepositoryHook, aurestclientapi.ParsedResponse, error)
type RepositoryAPIEditFileRequest ¶
type RepositoryAPIEditFileRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIEditFileRequest) ExampleMultipartFormData ¶
func (r *RepositoryAPIEditFileRequest) ExampleMultipartFormData(exampleMultipartFormData ExampleMultipartFormData) *RepositoryAPIEditFileRequest
The multipart form data containing the file
func (*RepositoryAPIEditFileRequest) Execute ¶
func (r *RepositoryAPIEditFileRequest) Execute() (RestCommit, aurestclientapi.ParsedResponse, error)
type RepositoryAPIEnableHook1Request ¶
type RepositoryAPIEnableHook1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIEnableHook1Request) ContentLength ¶
func (r *RepositoryAPIEnableHook1Request) ContentLength(contentLength string) *RepositoryAPIEnableHook1Request
The content length.
func (*RepositoryAPIEnableHook1Request) Execute ¶
func (r *RepositoryAPIEnableHook1Request) Execute() (RestRepositoryHook, aurestclientapi.ParsedResponse, error)
type RepositoryAPIFindBranchesRequest ¶
type RepositoryAPIFindBranchesRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIFindBranchesRequest) Execute ¶
func (r *RepositoryAPIFindBranchesRequest) Execute() (FindByCommit200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIFindBranchesRequest) FilterText ¶
func (r *RepositoryAPIFindBranchesRequest) FilterText(filterText string) *RepositoryAPIFindBranchesRequest
(optional) Partial match for a ref ID to filter minimal refs for
func (*RepositoryAPIFindBranchesRequest) Limit ¶
func (r *RepositoryAPIFindBranchesRequest) Limit(limit float32) *RepositoryAPIFindBranchesRequest
Number of items to return. If not passed, a page size of 25 is used.
func (*RepositoryAPIFindBranchesRequest) Start ¶
func (r *RepositoryAPIFindBranchesRequest) Start(start float32) *RepositoryAPIFindBranchesRequest
Start number for the page (inclusive). If not passed, first page is assumed.
type RepositoryAPIFindByCommitRequest ¶
type RepositoryAPIFindByCommitRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIFindByCommitRequest) Execute ¶
func (r *RepositoryAPIFindByCommitRequest) Execute() (FindByCommit200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIFindByCommitRequest) Limit ¶
func (r *RepositoryAPIFindByCommitRequest) Limit(limit float32) *RepositoryAPIFindByCommitRequest
Number of items to return. If not passed, a page size of 25 is used.
func (*RepositoryAPIFindByCommitRequest) Start ¶
func (r *RepositoryAPIFindByCommitRequest) Start(start float32) *RepositoryAPIFindByCommitRequest
Start number for the page (inclusive). If not passed, first page is assumed.
type RepositoryAPIFindWebhooks1Request ¶
type RepositoryAPIFindWebhooks1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIFindWebhooks1Request) Event ¶
func (r *RepositoryAPIFindWebhooks1Request) Event(event string) *RepositoryAPIFindWebhooks1Request
List of <code>com.atlassian.webhooks.WebhookEvent</code> IDs to filter for
func (*RepositoryAPIFindWebhooks1Request) Execute ¶
func (r *RepositoryAPIFindWebhooks1Request) Execute() (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIFindWebhooks1Request) Statistics ¶
func (r *RepositoryAPIFindWebhooks1Request) Statistics(statistics bool) *RepositoryAPIFindWebhooks1Request
<code>true</code> if statistics should be provided for all found webhooks
type RepositoryAPIGet5Request ¶
type RepositoryAPIGet5Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGet5Request) Execute ¶
func (r *RepositoryAPIGet5Request) Execute() (RestAutoMergeRestrictedSettings, aurestclientapi.ParsedResponse, error)
type RepositoryAPIGetAllLabelsForRepositoryRequest ¶
type RepositoryAPIGetAllLabelsForRepositoryRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetAllLabelsForRepositoryRequest) Execute ¶
func (r *RepositoryAPIGetAllLabelsForRepositoryRequest) Execute() (RestLabel, aurestclientapi.ParsedResponse, error)
type RepositoryAPIGetArchiveRequest ¶
type RepositoryAPIGetArchiveRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetArchiveRequest) At ¶
func (r *RepositoryAPIGetArchiveRequest) At(at string) *RepositoryAPIGetArchiveRequest
The commit to stream an archive of; if not supplied, an archive of the default branch is streamed
func (*RepositoryAPIGetArchiveRequest) Execute ¶
func (r *RepositoryAPIGetArchiveRequest) Execute() (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIGetArchiveRequest) Filename ¶
func (r *RepositoryAPIGetArchiveRequest) Filename(filename string) *RepositoryAPIGetArchiveRequest
A filename to include the \"Content-Disposition\" header
func (*RepositoryAPIGetArchiveRequest) Format ¶
func (r *RepositoryAPIGetArchiveRequest) Format(format string) *RepositoryAPIGetArchiveRequest
The format to stream the archive in; must be one of: zip, tar, tar.gz or tgz
func (*RepositoryAPIGetArchiveRequest) Path ¶
func (r *RepositoryAPIGetArchiveRequest) Path(path string) *RepositoryAPIGetArchiveRequest
Paths to include in the streamed archive; may be repeated to include multiple paths
func (*RepositoryAPIGetArchiveRequest) Prefix ¶
func (r *RepositoryAPIGetArchiveRequest) Prefix(prefix string) *RepositoryAPIGetArchiveRequest
A prefix to apply to all entries in the streamed archive; if the supplied prefix does not end with a trailing /, one will be added automatically
type RepositoryAPIGetAttachmentMetadataRequest ¶
type RepositoryAPIGetAttachmentMetadataRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetAttachmentMetadataRequest) Execute ¶
func (r *RepositoryAPIGetAttachmentMetadataRequest) Execute() (RestAttachmentMetadata, aurestclientapi.ParsedResponse, error)
type RepositoryAPIGetAttachmentRequest ¶
type RepositoryAPIGetAttachmentRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetAttachmentRequest) Execute ¶
func (r *RepositoryAPIGetAttachmentRequest) Execute() (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIGetAttachmentRequest) Range_ ¶
func (r *RepositoryAPIGetAttachmentRequest) Range_(range_ string) *RepositoryAPIGetAttachmentRequest
func (*RepositoryAPIGetAttachmentRequest) UserAgent ¶
func (r *RepositoryAPIGetAttachmentRequest) UserAgent(userAgent string) *RepositoryAPIGetAttachmentRequest
type RepositoryAPIGetAutoDeclineSettings1Request ¶
type RepositoryAPIGetAutoDeclineSettings1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetAutoDeclineSettings1Request) Execute ¶
func (r *RepositoryAPIGetAutoDeclineSettings1Request) Execute() (RestAutoDeclineSettings, aurestclientapi.ParsedResponse, error)
type RepositoryAPIGetBranchesRequest ¶
type RepositoryAPIGetBranchesRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetBranchesRequest) Base ¶
func (r *RepositoryAPIGetBranchesRequest) Base(base string) *RepositoryAPIGetBranchesRequest
Base branch or tag to compare each branch to (for the metadata providers that uses that information
func (*RepositoryAPIGetBranchesRequest) BoostMatches ¶
func (r *RepositoryAPIGetBranchesRequest) BoostMatches(boostMatches bool) *RepositoryAPIGetBranchesRequest
Controls whether exact and prefix matches will be boosted to the top
func (*RepositoryAPIGetBranchesRequest) Details ¶
func (r *RepositoryAPIGetBranchesRequest) Details(details bool) *RepositoryAPIGetBranchesRequest
Whether to retrieve plugin-provided metadata about each branch
func (*RepositoryAPIGetBranchesRequest) Execute ¶
func (r *RepositoryAPIGetBranchesRequest) Execute() (GetBranches200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIGetBranchesRequest) FilterText ¶
func (r *RepositoryAPIGetBranchesRequest) FilterText(filterText string) *RepositoryAPIGetBranchesRequest
The text to match on
func (*RepositoryAPIGetBranchesRequest) Limit ¶
func (r *RepositoryAPIGetBranchesRequest) Limit(limit float32) *RepositoryAPIGetBranchesRequest
Number of items to return. If not passed, a page size of 25 is used.
func (*RepositoryAPIGetBranchesRequest) OrderBy ¶
func (r *RepositoryAPIGetBranchesRequest) OrderBy(orderBy string) *RepositoryAPIGetBranchesRequest
Ordering of refs either ALPHABETICAL (by name) or MODIFICATION (last updated)
func (*RepositoryAPIGetBranchesRequest) Start ¶
func (r *RepositoryAPIGetBranchesRequest) Start(start float32) *RepositoryAPIGetBranchesRequest
Start number for the page (inclusive). If not passed, first page is assumed.
type RepositoryAPIGetChanges1Request ¶
type RepositoryAPIGetChanges1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetChanges1Request) Execute ¶
func (r *RepositoryAPIGetChanges1Request) Execute() (GetChanges1200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIGetChanges1Request) Limit ¶
func (r *RepositoryAPIGetChanges1Request) Limit(limit float32) *RepositoryAPIGetChanges1Request
Number of items to return. If not passed, a page size of 25 is used.
func (*RepositoryAPIGetChanges1Request) Since ¶
func (r *RepositoryAPIGetChanges1Request) Since(since string) *RepositoryAPIGetChanges1Request
The commit to which <code>until</code> should be compared to produce a page of changes. If not specified the commit's first parent is assumed (if one exists)
func (*RepositoryAPIGetChanges1Request) Start ¶
func (r *RepositoryAPIGetChanges1Request) Start(start float32) *RepositoryAPIGetChanges1Request
Start number for the page (inclusive). If not passed, first page is assumed.
func (*RepositoryAPIGetChanges1Request) Until ¶
func (r *RepositoryAPIGetChanges1Request) Until(until string) *RepositoryAPIGetChanges1Request
The commit to retrieve changes for
type RepositoryAPIGetChangesRequest ¶
type RepositoryAPIGetChangesRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetChangesRequest) Execute ¶
func (r *RepositoryAPIGetChangesRequest) Execute() (GetChanges1200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIGetChangesRequest) Limit ¶
func (r *RepositoryAPIGetChangesRequest) Limit(limit float32) *RepositoryAPIGetChangesRequest
Number of items to return. If not passed, a page size of 25 is used.
func (*RepositoryAPIGetChangesRequest) Since ¶
func (r *RepositoryAPIGetChangesRequest) Since(since string) *RepositoryAPIGetChangesRequest
The commit to which <code>until</code> should be compared to produce a page of changes. If not specified the commit's first parent is assumed (if one exists)
func (*RepositoryAPIGetChangesRequest) Start ¶
func (r *RepositoryAPIGetChangesRequest) Start(start float32) *RepositoryAPIGetChangesRequest
Start number for the page (inclusive). If not passed, first page is assumed.
func (*RepositoryAPIGetChangesRequest) WithComments ¶
func (r *RepositoryAPIGetChangesRequest) WithComments(withComments string) *RepositoryAPIGetChangesRequest
<code>true</code> to apply comment counts in the changes (the default); otherwise, <code>false</code> to stream changes without comment counts
type RepositoryAPIGetCommentRequest ¶
type RepositoryAPIGetCommentRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetCommentRequest) Execute ¶
func (r *RepositoryAPIGetCommentRequest) Execute() (RestComment, aurestclientapi.ParsedResponse, error)
type RepositoryAPIGetCommentsRequest ¶
type RepositoryAPIGetCommentsRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetCommentsRequest) Execute ¶
func (r *RepositoryAPIGetCommentsRequest) Execute() (GetComments200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIGetCommentsRequest) Limit ¶
func (r *RepositoryAPIGetCommentsRequest) Limit(limit float32) *RepositoryAPIGetCommentsRequest
Number of items to return. If not passed, a page size of 25 is used.
func (*RepositoryAPIGetCommentsRequest) Path ¶
func (r *RepositoryAPIGetCommentsRequest) Path(path string) *RepositoryAPIGetCommentsRequest
The path to the file on which comments were made
func (*RepositoryAPIGetCommentsRequest) Since ¶
func (r *RepositoryAPIGetCommentsRequest) Since(since string) *RepositoryAPIGetCommentsRequest
For a merge commit, a parent can be provided to specify which diff the comments are on. For a commit range, a sinceId can be provided to specify where the comments are anchored from.
func (*RepositoryAPIGetCommentsRequest) Start ¶
func (r *RepositoryAPIGetCommentsRequest) Start(start float32) *RepositoryAPIGetCommentsRequest
Start number for the page (inclusive). If not passed, first page is assumed.
type RepositoryAPIGetCommitRequest ¶
type RepositoryAPIGetCommitRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetCommitRequest) Execute ¶
func (r *RepositoryAPIGetCommitRequest) Execute() (RestCommit, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIGetCommitRequest) Path ¶
func (r *RepositoryAPIGetCommitRequest) Path(path string) *RepositoryAPIGetCommitRequest
An optional path to filter the commit by. If supplied the details returned <i>may not</i> be for the specified commit. Instead, starting from the specified commit, they will be the details for the first commit affecting the specified path.
type RepositoryAPIGetCommitsRequest ¶
type RepositoryAPIGetCommitsRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetCommitsRequest) AvatarScheme ¶
func (r *RepositoryAPIGetCommitsRequest) AvatarScheme(avatarScheme string) *RepositoryAPIGetCommitsRequest
The desired scheme for the avatar URL. If the parameter is not present URLs will use the same scheme as this request
func (*RepositoryAPIGetCommitsRequest) AvatarSize ¶
func (r *RepositoryAPIGetCommitsRequest) AvatarSize(avatarSize string) *RepositoryAPIGetCommitsRequest
If present the service adds avatar URLs for commit authors. Should be an integer specifying the desired size in pixels. If the parameter is not present, avatar URLs will not be set
func (*RepositoryAPIGetCommitsRequest) Execute ¶
func (r *RepositoryAPIGetCommitsRequest) Execute() (GetCommits200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIGetCommitsRequest) FollowRenames ¶
func (r *RepositoryAPIGetCommitsRequest) FollowRenames(followRenames string) *RepositoryAPIGetCommitsRequest
If <code>true</code>, the commit history of the specified file will be followed past renames. Only valid for a path to a single file.
func (*RepositoryAPIGetCommitsRequest) IgnoreMissing ¶
func (r *RepositoryAPIGetCommitsRequest) IgnoreMissing(ignoreMissing string) *RepositoryAPIGetCommitsRequest
<code>true</code> to ignore missing commits, <code>false</code> otherwise
func (*RepositoryAPIGetCommitsRequest) Limit ¶
func (r *RepositoryAPIGetCommitsRequest) Limit(limit float32) *RepositoryAPIGetCommitsRequest
Number of items to return. If not passed, a page size of 25 is used.
func (*RepositoryAPIGetCommitsRequest) Merges ¶
func (r *RepositoryAPIGetCommitsRequest) Merges(merges string) *RepositoryAPIGetCommitsRequest
If present, controls how merge commits should be filtered. Can be either <code>exclude</code>, to exclude merge commits, <code>include</code>, to include both merge commits and non-merge commits or <code>only</code>, to only return merge commits.
func (*RepositoryAPIGetCommitsRequest) Path ¶
func (r *RepositoryAPIGetCommitsRequest) Path(path string) *RepositoryAPIGetCommitsRequest
An optional path to filter commits by
func (*RepositoryAPIGetCommitsRequest) Since ¶
func (r *RepositoryAPIGetCommitsRequest) Since(since string) *RepositoryAPIGetCommitsRequest
The commit ID or ref (exclusively) to retrieve commits after
func (*RepositoryAPIGetCommitsRequest) Start ¶
func (r *RepositoryAPIGetCommitsRequest) Start(start float32) *RepositoryAPIGetCommitsRequest
Start number for the page (inclusive). If not passed, first page is assumed.
func (*RepositoryAPIGetCommitsRequest) Until ¶
func (r *RepositoryAPIGetCommitsRequest) Until(until string) *RepositoryAPIGetCommitsRequest
The commit ID (SHA1) or ref (inclusively) to retrieve commits before
func (*RepositoryAPIGetCommitsRequest) WithCounts ¶
func (r *RepositoryAPIGetCommitsRequest) WithCounts(withCounts string) *RepositoryAPIGetCommitsRequest
Optionally include the total number of commits and total number of unique authors
type RepositoryAPIGetConfigurations1Request ¶
type RepositoryAPIGetConfigurations1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetConfigurations1Request) Execute ¶
func (r *RepositoryAPIGetConfigurations1Request) Execute() (GetConfigurations200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIGetConfigurations1Request) Limit ¶
func (r *RepositoryAPIGetConfigurations1Request) Limit(limit float32) *RepositoryAPIGetConfigurations1Request
Number of items to return. If not passed, a page size of 25 is used.
func (*RepositoryAPIGetConfigurations1Request) Start ¶
func (r *RepositoryAPIGetConfigurations1Request) Start(start float32) *RepositoryAPIGetConfigurations1Request
Start number for the page (inclusive). If not passed, first page is assumed.
type RepositoryAPIGetContent1Request ¶
type RepositoryAPIGetContent1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetContent1Request) At ¶
func (r *RepositoryAPIGetContent1Request) At(at string) *RepositoryAPIGetContent1Request
The commit ID or ref to retrieve the content for
func (*RepositoryAPIGetContent1Request) Blame ¶
func (r *RepositoryAPIGetContent1Request) Blame(blame string) *RepositoryAPIGetContent1Request
If present and not equal to 'false', the blame will be returned for the file as well
func (*RepositoryAPIGetContent1Request) Execute ¶
func (r *RepositoryAPIGetContent1Request) Execute() (GetContent1200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIGetContent1Request) FilePathCompatibleExecute ¶
func (r *RepositoryAPIGetContent1Request) FilePathCompatibleExecute() (GetContent1200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIGetContent1Request) NoContent ¶
func (r *RepositoryAPIGetContent1Request) NoContent(noContent string) *RepositoryAPIGetContent1Request
If blame&amp;noContent only the blame is retrieved instead of the contents
func (*RepositoryAPIGetContent1Request) Size ¶
func (r *RepositoryAPIGetContent1Request) Size(size string) *RepositoryAPIGetContent1Request
If true only the size will be returned for the file path instead of the contents
func (*RepositoryAPIGetContent1Request) Type_ ¶
func (r *RepositoryAPIGetContent1Request) Type_(type_ string) *RepositoryAPIGetContent1Request
If true only the type will be returned for the file path instead of the contents
type RepositoryAPIGetContentRequest ¶
type RepositoryAPIGetContentRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetContentRequest) At ¶
func (r *RepositoryAPIGetContentRequest) At(at string) *RepositoryAPIGetContentRequest
The commit ID or ref to retrieve the content for
func (*RepositoryAPIGetContentRequest) Blame ¶
func (r *RepositoryAPIGetContentRequest) Blame(blame string) *RepositoryAPIGetContentRequest
If present and not equal to 'false', the blame will be returned for the file as well
func (*RepositoryAPIGetContentRequest) Execute ¶
func (r *RepositoryAPIGetContentRequest) Execute() (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIGetContentRequest) NoContent ¶
func (r *RepositoryAPIGetContentRequest) NoContent(noContent string) *RepositoryAPIGetContentRequest
If blame&amp;noContent only the blame is retrieved instead of the contents
func (*RepositoryAPIGetContentRequest) Size ¶
func (r *RepositoryAPIGetContentRequest) Size(size string) *RepositoryAPIGetContentRequest
If true only the size will be returned for the file path instead of the contents
func (*RepositoryAPIGetContentRequest) Type_ ¶
func (r *RepositoryAPIGetContentRequest) Type_(type_ string) *RepositoryAPIGetContentRequest
If true only the type will be returned for the file path instead of the contents
type RepositoryAPIGetDefaultBranch1Request ¶
type RepositoryAPIGetDefaultBranch1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetDefaultBranch1Request) Execute ¶
func (r *RepositoryAPIGetDefaultBranch1Request) Execute() (RestBranch, aurestclientapi.ParsedResponse, error)
type RepositoryAPIGetLatestInvocation1Request ¶
type RepositoryAPIGetLatestInvocation1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetLatestInvocation1Request) Event ¶
func (r *RepositoryAPIGetLatestInvocation1Request) Event(event string) *RepositoryAPIGetLatestInvocation1Request
The string ID of a specific event to retrieve the last invocation for.
func (*RepositoryAPIGetLatestInvocation1Request) Execute ¶
func (r *RepositoryAPIGetLatestInvocation1Request) Execute() (RestDetailedInvocation, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIGetLatestInvocation1Request) Outcome ¶
func (r *RepositoryAPIGetLatestInvocation1Request) Outcome(outcome string) *RepositoryAPIGetLatestInvocation1Request
The outcome to filter for. Can be SUCCESS, FAILURE, ERROR. None specified means that the all will be considered
type RepositoryAPIGetMergeBaseRequest ¶
type RepositoryAPIGetMergeBaseRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetMergeBaseRequest) Execute ¶
func (r *RepositoryAPIGetMergeBaseRequest) Execute() (RestCommit, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIGetMergeBaseRequest) OtherCommitId ¶
func (r *RepositoryAPIGetMergeBaseRequest) OtherCommitId(otherCommitId string) *RepositoryAPIGetMergeBaseRequest
The other commit id to calculate the merge-base on
type RepositoryAPIGetPullRequestSettings1Request ¶
type RepositoryAPIGetPullRequestSettings1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetPullRequestSettings1Request) Execute ¶
func (r *RepositoryAPIGetPullRequestSettings1Request) Execute() (RestRepositoryPullRequestSettings, aurestclientapi.ParsedResponse, error)
type RepositoryAPIGetRefChangeActivityRequest ¶
type RepositoryAPIGetRefChangeActivityRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetRefChangeActivityRequest) Execute ¶
func (r *RepositoryAPIGetRefChangeActivityRequest) Execute() (GetRefChangeActivity200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIGetRefChangeActivityRequest) Limit ¶
func (r *RepositoryAPIGetRefChangeActivityRequest) Limit(limit float32) *RepositoryAPIGetRefChangeActivityRequest
Number of items to return. If not passed, a page size of 25 is used.
func (*RepositoryAPIGetRefChangeActivityRequest) Ref ¶
func (r *RepositoryAPIGetRefChangeActivityRequest) Ref(ref string) *RepositoryAPIGetRefChangeActivityRequest
(optional) exact match for a ref ID to filter ref change activity for
func (*RepositoryAPIGetRefChangeActivityRequest) Start ¶
func (r *RepositoryAPIGetRefChangeActivityRequest) Start(start float32) *RepositoryAPIGetRefChangeActivityRequest
Start number for the page (inclusive). If not passed, first page is assumed.
type RepositoryAPIGetRepositories1Request ¶
type RepositoryAPIGetRepositories1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetRepositories1Request) Archived ¶
func (r *RepositoryAPIGetRepositories1Request) Archived(archived string) *RepositoryAPIGetRepositories1Request
(optional) if specified, this will limit the resulting repository list to ones whose are <tt>ACTIVE</tt>, <tt>ARCHIVED</tt> or <tt>ALL</tt> for both. The match performed is case-insensitive. This filter defaults to <tt>ACTIVE</tt> when not set. <em>Available since 8.0</em>
func (*RepositoryAPIGetRepositories1Request) Execute ¶
func (r *RepositoryAPIGetRepositories1Request) Execute() (GetRepositoriesRecentlyAccessed200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIGetRepositories1Request) Limit ¶
func (r *RepositoryAPIGetRepositories1Request) Limit(limit float32) *RepositoryAPIGetRepositories1Request
Number of items to return. If not passed, a page size of 25 is used.
func (*RepositoryAPIGetRepositories1Request) Name ¶
func (r *RepositoryAPIGetRepositories1Request) Name(name string) *RepositoryAPIGetRepositories1Request
(optional) if specified, this will limit the resulting repository list to ones whose name matches this parameter's value. The match performed is case-insensitive and any leading and/or trailing whitespace characters on the <code>name</code> parameter will be stripped.
func (*RepositoryAPIGetRepositories1Request) Permission ¶
func (r *RepositoryAPIGetRepositories1Request) Permission(permission string) *RepositoryAPIGetRepositories1Request
(optional) if specified, it must be a valid repository permission level name and will limit the resulting repository list to ones that the requesting user has the specified permission level to. If not specified, the default implicit 'read' permission level will be assumed. The currently supported explicit permission values are <tt>REPO_READ</tt>, <tt>REPO_WRITE</tt> and <tt>REPO_ADMIN</tt>.
func (*RepositoryAPIGetRepositories1Request) Projectkey ¶
func (r *RepositoryAPIGetRepositories1Request) Projectkey(projectkey string) *RepositoryAPIGetRepositories1Request
(optional) if specified, this will limit the resulting repository list to ones whose project's key matches this parameter's value. The match performed is case-insensitive and any leading and/or trailing whitespace characters on the <code>projectKey</code> parameter will be stripped. <em>Available since 8.0</em>
func (*RepositoryAPIGetRepositories1Request) Projectname ¶
func (r *RepositoryAPIGetRepositories1Request) Projectname(projectname string) *RepositoryAPIGetRepositories1Request
(optional) if specified, this will limit the resulting repository list to ones whose project's name matches this parameter's value. The match performed is case-insensitive and any leading and/or trailing whitespace characters on the <code>projectname</code> parameter will be stripped.
func (*RepositoryAPIGetRepositories1Request) Start ¶
func (r *RepositoryAPIGetRepositories1Request) Start(start float32) *RepositoryAPIGetRepositories1Request
Start number for the page (inclusive). If not passed, first page is assumed.
func (*RepositoryAPIGetRepositories1Request) State ¶
func (r *RepositoryAPIGetRepositories1Request) State(state string) *RepositoryAPIGetRepositories1Request
(optional) if specified, it must be a valid repository state name and will limit the resulting repository list to ones that are in the specified state. The currently supported explicit state values are <tt>AVAILABLE</tt>, <tt>INITIALISING</tt> and <tt>INITIALISATION_FAILED</tt>.<br> <em>Available since 5.13</em>
func (*RepositoryAPIGetRepositories1Request) Visibility ¶
func (r *RepositoryAPIGetRepositories1Request) Visibility(visibility string) *RepositoryAPIGetRepositories1Request
(optional) if specified, this will limit the resulting repository list based on the repositories visibility. Valid values are <em>public</em> or <em>private</em>.
type RepositoryAPIGetRepositoriesRecentlyAccessedRequest ¶
type RepositoryAPIGetRepositoriesRecentlyAccessedRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetRepositoriesRecentlyAccessedRequest) Limit ¶
func (r *RepositoryAPIGetRepositoriesRecentlyAccessedRequest) Limit(limit float32) *RepositoryAPIGetRepositoriesRecentlyAccessedRequest
Number of items to return. If not passed, a page size of 25 is used.
func (*RepositoryAPIGetRepositoriesRecentlyAccessedRequest) Permission ¶
func (r *RepositoryAPIGetRepositoriesRecentlyAccessedRequest) Permission(permission string) *RepositoryAPIGetRepositoriesRecentlyAccessedRequest
(optional) If specified, it must be a valid repository permission level name and will limit the resulting repository list to ones that the requesting user has the specified permission level to. If not specified, the default <code>REPO_READ</code> permission level will be assumed.
func (*RepositoryAPIGetRepositoriesRecentlyAccessedRequest) Start ¶
func (r *RepositoryAPIGetRepositoriesRecentlyAccessedRequest) Start(start float32) *RepositoryAPIGetRepositoriesRecentlyAccessedRequest
Start number for the page (inclusive). If not passed, first page is assumed.
type RepositoryAPIGetRepositoryHook1Request ¶
type RepositoryAPIGetRepositoryHook1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetRepositoryHook1Request) Execute ¶
func (r *RepositoryAPIGetRepositoryHook1Request) Execute() (RestRepositoryHook, aurestclientapi.ParsedResponse, error)
type RepositoryAPIGetRepositoryHooks1Request ¶
type RepositoryAPIGetRepositoryHooks1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetRepositoryHooks1Request) Execute ¶
func (r *RepositoryAPIGetRepositoryHooks1Request) Execute() (GetRepositoryHooks1200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIGetRepositoryHooks1Request) Limit ¶
func (r *RepositoryAPIGetRepositoryHooks1Request) Limit(limit float32) *RepositoryAPIGetRepositoryHooks1Request
Number of items to return. If not passed, a page size of 25 is used.
func (*RepositoryAPIGetRepositoryHooks1Request) Start ¶
func (r *RepositoryAPIGetRepositoryHooks1Request) Start(start float32) *RepositoryAPIGetRepositoryHooks1Request
Start number for the page (inclusive). If not passed, first page is assumed.
func (*RepositoryAPIGetRepositoryHooks1Request) Type_ ¶
func (r *RepositoryAPIGetRepositoryHooks1Request) Type_(type_ string) *RepositoryAPIGetRepositoryHooks1Request
The optional type to filter by.
type RepositoryAPIGetRestriction1Request ¶
type RepositoryAPIGetRestriction1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetRestriction1Request) Execute ¶
func (r *RepositoryAPIGetRestriction1Request) Execute() (RestRefRestriction, aurestclientapi.ParsedResponse, error)
type RepositoryAPIGetRestrictions1Request ¶
type RepositoryAPIGetRestrictions1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetRestrictions1Request) Execute ¶
func (r *RepositoryAPIGetRestrictions1Request) Execute() (GetRestrictions1200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIGetRestrictions1Request) Limit ¶
func (r *RepositoryAPIGetRestrictions1Request) Limit(limit float32) *RepositoryAPIGetRestrictions1Request
Number of items to return. If not passed, a page size of 25 is used.
func (*RepositoryAPIGetRestrictions1Request) MatcherId ¶
func (r *RepositoryAPIGetRestrictions1Request) MatcherId(matcherId string) *RepositoryAPIGetRestrictions1Request
Matcher id to filter on. Requires the matcherType parameter to be specified also.
func (*RepositoryAPIGetRestrictions1Request) MatcherType ¶
func (r *RepositoryAPIGetRestrictions1Request) MatcherType(matcherType string) *RepositoryAPIGetRestrictions1Request
Matcher type to filter on
func (*RepositoryAPIGetRestrictions1Request) Start ¶
func (r *RepositoryAPIGetRestrictions1Request) Start(start float32) *RepositoryAPIGetRestrictions1Request
Start number for the page (inclusive). If not passed, first page is assumed.
func (*RepositoryAPIGetRestrictions1Request) Type_ ¶
func (r *RepositoryAPIGetRestrictions1Request) Type_(type_ string) *RepositoryAPIGetRestrictions1Request
Types of restrictions to filter on.
type RepositoryAPIGetSettings1Request ¶
type RepositoryAPIGetSettings1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetSettings1Request) Execute ¶
func (r *RepositoryAPIGetSettings1Request) Execute() (ExampleSettings, aurestclientapi.ParsedResponse, error)
type RepositoryAPIGetStatistics1Request ¶
type RepositoryAPIGetStatistics1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetStatistics1Request) Event ¶
func (r *RepositoryAPIGetStatistics1Request) Event(event string) *RepositoryAPIGetStatistics1Request
The string ID of a specific event to retrieve the last invocation for. May be empty, in which case all events are considered
func (*RepositoryAPIGetStatistics1Request) Execute ¶
func (r *RepositoryAPIGetStatistics1Request) Execute() (interface{}, aurestclientapi.ParsedResponse, error)
type RepositoryAPIGetStatisticsSummary1Request ¶
type RepositoryAPIGetStatisticsSummary1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetStatisticsSummary1Request) Execute ¶
func (r *RepositoryAPIGetStatisticsSummary1Request) Execute() (interface{}, aurestclientapi.ParsedResponse, error)
type RepositoryAPIGetStatusRequest ¶
type RepositoryAPIGetStatusRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetStatusRequest) At ¶
func (r *RepositoryAPIGetStatusRequest) At(at string) *RepositoryAPIGetStatusRequest
Retrieves the synchronization status for the specified ref within the repository, rather than for the entire repository
func (*RepositoryAPIGetStatusRequest) Execute ¶
func (r *RepositoryAPIGetStatusRequest) Execute() (RestRefSyncStatus, aurestclientapi.ParsedResponse, error)
type RepositoryAPIGetTagRequest ¶
type RepositoryAPIGetTagRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetTagRequest) Execute ¶
func (r *RepositoryAPIGetTagRequest) Execute() (RestTag, aurestclientapi.ParsedResponse, error)
type RepositoryAPIGetTagsRequest ¶
type RepositoryAPIGetTagsRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetTagsRequest) Execute ¶
func (r *RepositoryAPIGetTagsRequest) Execute() (GetTags200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIGetTagsRequest) FilterText ¶
func (r *RepositoryAPIGetTagsRequest) FilterText(filterText string) *RepositoryAPIGetTagsRequest
The text to match on.
func (*RepositoryAPIGetTagsRequest) Limit ¶
func (r *RepositoryAPIGetTagsRequest) Limit(limit float32) *RepositoryAPIGetTagsRequest
Number of items to return. If not passed, a page size of 25 is used.
func (*RepositoryAPIGetTagsRequest) OrderBy ¶
func (r *RepositoryAPIGetTagsRequest) OrderBy(orderBy string) *RepositoryAPIGetTagsRequest
Ordering of refs either ALPHABETICAL (by name) or MODIFICATION (last updated)
func (*RepositoryAPIGetTagsRequest) Start ¶
func (r *RepositoryAPIGetTagsRequest) Start(start float32) *RepositoryAPIGetTagsRequest
Start number for the page (inclusive). If not passed, first page is assumed.
type RepositoryAPIGetWebhook1Request ¶
type RepositoryAPIGetWebhook1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIGetWebhook1Request) Execute ¶
func (r *RepositoryAPIGetWebhook1Request) Execute() (RestWebhook, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIGetWebhook1Request) Statistics ¶
func (r *RepositoryAPIGetWebhook1Request) Statistics(statistics string) *RepositoryAPIGetWebhook1Request
<code>true</code> if statistics should be provided for the webhook
type RepositoryAPIReactRequest ¶
type RepositoryAPIReactRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIReactRequest) Execute ¶
func (r *RepositoryAPIReactRequest) Execute() (RestUserReaction, aurestclientapi.ParsedResponse, error)
type RepositoryAPIRemoveConfiguration1Request ¶
type RepositoryAPIRemoveConfiguration1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIRemoveConfiguration1Request) Execute ¶
func (r *RepositoryAPIRemoveConfiguration1Request) Execute() (aurestclientapi.ParsedResponse, error)
type RepositoryAPIRemoveLabelRequest ¶
type RepositoryAPIRemoveLabelRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIRemoveLabelRequest) Execute ¶
func (r *RepositoryAPIRemoveLabelRequest) Execute() (aurestclientapi.ParsedResponse, error)
type RepositoryAPIRepository ¶
type RepositoryAPIRepository struct {
ApiClient *ApiClient
}
func (*RepositoryAPIRepository) AddLabel ¶
func (a *RepositoryAPIRepository) AddLabel(ctx context.Context, projectKey string, repositorySlug string, restLabel RestLabel) (RestLabel, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) AddLabelExecute ¶
func (a *RepositoryAPIRepository) AddLabelExecute(r *RepositoryAPIAddLabelRequest) (RestLabel, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) AddLabelRequest ¶
func (a *RepositoryAPIRepository) AddLabelRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIAddLabelRequest
func (*RepositoryAPIRepository) CreateBranch ¶
func (a *RepositoryAPIRepository) CreateBranch(ctx context.Context, projectKey string, repositorySlug string, restBranchCreateRequest RestBranchCreateRequest) (RestBranch, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) CreateBranchExecute ¶
func (a *RepositoryAPIRepository) CreateBranchExecute(r *RepositoryAPICreateBranchRequest) (RestBranch, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) CreateBranchForRepository ¶
func (a *RepositoryAPIRepository) CreateBranchForRepository(ctx context.Context, projectKey string, repositorySlug string, restCreateBranchRequest RestCreateBranchRequest) (RestBranch, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) CreateBranchForRepositoryExecute ¶
func (a *RepositoryAPIRepository) CreateBranchForRepositoryExecute(r *RepositoryAPICreateBranchForRepositoryRequest) (RestBranch, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) CreateBranchForRepositoryRequest ¶
func (a *RepositoryAPIRepository) CreateBranchForRepositoryRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPICreateBranchForRepositoryRequest
func (*RepositoryAPIRepository) CreateBranchRequest ¶
func (a *RepositoryAPIRepository) CreateBranchRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPICreateBranchRequest
func (*RepositoryAPIRepository) CreateComment ¶
func (a *RepositoryAPIRepository) CreateComment(ctx context.Context, projectKey string, commitId string, repositorySlug string, restComment RestComment, since string) (RestComment, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) CreateCommentExecute ¶
func (a *RepositoryAPIRepository) CreateCommentExecute(r *RepositoryAPICreateCommentRequest) (RestComment, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) CreateCommentRequest ¶
func (a *RepositoryAPIRepository) CreateCommentRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) RepositoryAPICreateCommentRequest
func (*RepositoryAPIRepository) CreateRestrictions1 ¶
func (a *RepositoryAPIRepository) CreateRestrictions1(ctx context.Context, projectKey string, repositorySlug string, restRestrictionRequest []RestRestrictionRequest) (RestRefRestriction, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) CreateRestrictions1Execute ¶
func (a *RepositoryAPIRepository) CreateRestrictions1Execute(r *RepositoryAPICreateRestrictions1Request) (RestRefRestriction, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) CreateRestrictions1Request ¶
func (a *RepositoryAPIRepository) CreateRestrictions1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPICreateRestrictions1Request
func (*RepositoryAPIRepository) CreateTag ¶
func (a *RepositoryAPIRepository) CreateTag(ctx context.Context, projectKey string, repositorySlug string, restGitTagCreateRequest RestGitTagCreateRequest) (RestTag, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) CreateTagExecute ¶
func (a *RepositoryAPIRepository) CreateTagExecute(r *RepositoryAPICreateTagRequest) (RestTag, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) CreateTagForRepository ¶
func (a *RepositoryAPIRepository) CreateTagForRepository(ctx context.Context, projectKey string, repositorySlug string, restCreateTagRequest RestCreateTagRequest) (RestTag, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) CreateTagForRepositoryExecute ¶
func (a *RepositoryAPIRepository) CreateTagForRepositoryExecute(r *RepositoryAPICreateTagForRepositoryRequest) (RestTag, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) CreateTagForRepositoryRequest ¶
func (a *RepositoryAPIRepository) CreateTagForRepositoryRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPICreateTagForRepositoryRequest
func (*RepositoryAPIRepository) CreateTagRequest ¶
func (a *RepositoryAPIRepository) CreateTagRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPICreateTagRequest
func (*RepositoryAPIRepository) CreateWebhook1 ¶
func (a *RepositoryAPIRepository) CreateWebhook1(ctx context.Context, projectKey string, repositorySlug string, restWebhook RestWebhook) (RestWebhook, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) CreateWebhook1Execute ¶
func (a *RepositoryAPIRepository) CreateWebhook1Execute(r *RepositoryAPICreateWebhook1Request) (RestWebhook, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) CreateWebhook1Request ¶
func (a *RepositoryAPIRepository) CreateWebhook1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPICreateWebhook1Request
func (*RepositoryAPIRepository) Delete5 ¶
func (a *RepositoryAPIRepository) Delete5(ctx context.Context, projectKey string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) Delete5Execute ¶
func (a *RepositoryAPIRepository) Delete5Execute(r *RepositoryAPIDelete5Request) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) Delete5Request ¶
func (a *RepositoryAPIRepository) Delete5Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIDelete5Request
func (*RepositoryAPIRepository) DeleteAttachment ¶
func (a *RepositoryAPIRepository) DeleteAttachment(ctx context.Context, projectKey string, attachmentId string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) DeleteAttachmentExecute ¶
func (a *RepositoryAPIRepository) DeleteAttachmentExecute(r *RepositoryAPIDeleteAttachmentRequest) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) DeleteAttachmentMetadata ¶
func (a *RepositoryAPIRepository) DeleteAttachmentMetadata(ctx context.Context, projectKey string, attachmentId string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) DeleteAttachmentMetadataExecute ¶
func (a *RepositoryAPIRepository) DeleteAttachmentMetadataExecute(r *RepositoryAPIDeleteAttachmentMetadataRequest) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) DeleteAttachmentMetadataRequest ¶
func (a *RepositoryAPIRepository) DeleteAttachmentMetadataRequest(ctx context.Context, projectKey string, attachmentId string, repositorySlug string) RepositoryAPIDeleteAttachmentMetadataRequest
func (*RepositoryAPIRepository) DeleteAttachmentRequest ¶
func (a *RepositoryAPIRepository) DeleteAttachmentRequest(ctx context.Context, projectKey string, attachmentId string, repositorySlug string) RepositoryAPIDeleteAttachmentRequest
func (*RepositoryAPIRepository) DeleteAutoDeclineSettings1 ¶
func (a *RepositoryAPIRepository) DeleteAutoDeclineSettings1(ctx context.Context, projectKey string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) DeleteAutoDeclineSettings1Execute ¶
func (a *RepositoryAPIRepository) DeleteAutoDeclineSettings1Execute(r *RepositoryAPIDeleteAutoDeclineSettings1Request) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) DeleteAutoDeclineSettings1Request ¶
func (a *RepositoryAPIRepository) DeleteAutoDeclineSettings1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIDeleteAutoDeclineSettings1Request
func (*RepositoryAPIRepository) DeleteBranch ¶
func (a *RepositoryAPIRepository) DeleteBranch(ctx context.Context, projectKey string, repositorySlug string, restBranchDeleteRequest RestBranchDeleteRequest) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) DeleteBranchExecute ¶
func (a *RepositoryAPIRepository) DeleteBranchExecute(r *RepositoryAPIDeleteBranchRequest) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) DeleteBranchRequest ¶
func (a *RepositoryAPIRepository) DeleteBranchRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIDeleteBranchRequest
func (*RepositoryAPIRepository) DeleteComment ¶
func (a *RepositoryAPIRepository) DeleteComment(ctx context.Context, projectKey string, commentId string, commitId string, repositorySlug string, version string) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) DeleteCommentExecute ¶
func (a *RepositoryAPIRepository) DeleteCommentExecute(r *RepositoryAPIDeleteCommentRequest) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) DeleteCommentRequest ¶
func (a *RepositoryAPIRepository) DeleteCommentRequest(ctx context.Context, projectKey string, commentId string, commitId string, repositorySlug string) RepositoryAPIDeleteCommentRequest
func (*RepositoryAPIRepository) DeleteRepositoryHook ¶
func (a *RepositoryAPIRepository) DeleteRepositoryHook(ctx context.Context, projectKey string, hookKey string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) DeleteRepositoryHookExecute ¶
func (a *RepositoryAPIRepository) DeleteRepositoryHookExecute(r *RepositoryAPIDeleteRepositoryHookRequest) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) DeleteRepositoryHookRequest ¶
func (a *RepositoryAPIRepository) DeleteRepositoryHookRequest(ctx context.Context, projectKey string, hookKey string, repositorySlug string) RepositoryAPIDeleteRepositoryHookRequest
func (*RepositoryAPIRepository) DeleteRestriction1 ¶
func (a *RepositoryAPIRepository) DeleteRestriction1(ctx context.Context, projectKey string, id string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) DeleteRestriction1Execute ¶
func (a *RepositoryAPIRepository) DeleteRestriction1Execute(r *RepositoryAPIDeleteRestriction1Request) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) DeleteRestriction1Request ¶
func (a *RepositoryAPIRepository) DeleteRestriction1Request(ctx context.Context, projectKey string, id string, repositorySlug string) RepositoryAPIDeleteRestriction1Request
func (*RepositoryAPIRepository) DeleteTag ¶
func (a *RepositoryAPIRepository) DeleteTag(ctx context.Context, projectKey string, name string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) DeleteTagExecute ¶
func (a *RepositoryAPIRepository) DeleteTagExecute(r *RepositoryAPIDeleteTagRequest) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) DeleteTagRequest ¶
func (a *RepositoryAPIRepository) DeleteTagRequest(ctx context.Context, projectKey string, name string, repositorySlug string) RepositoryAPIDeleteTagRequest
func (*RepositoryAPIRepository) DeleteWebhook1 ¶
func (a *RepositoryAPIRepository) DeleteWebhook1(ctx context.Context, projectKey string, webhookId string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) DeleteWebhook1Execute ¶
func (a *RepositoryAPIRepository) DeleteWebhook1Execute(r *RepositoryAPIDeleteWebhook1Request) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) DeleteWebhook1Request ¶
func (a *RepositoryAPIRepository) DeleteWebhook1Request(ctx context.Context, projectKey string, webhookId string, repositorySlug string) RepositoryAPIDeleteWebhook1Request
func (*RepositoryAPIRepository) DisableHook1 ¶
func (a *RepositoryAPIRepository) DisableHook1(ctx context.Context, projectKey string, hookKey string, repositorySlug string) (RestRepositoryHook, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) DisableHook1Execute ¶
func (a *RepositoryAPIRepository) DisableHook1Execute(r *RepositoryAPIDisableHook1Request) (RestRepositoryHook, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) DisableHook1Request ¶
func (a *RepositoryAPIRepository) DisableHook1Request(ctx context.Context, projectKey string, hookKey string, repositorySlug string) RepositoryAPIDisableHook1Request
func (*RepositoryAPIRepository) EditFile ¶
func (a *RepositoryAPIRepository) EditFile(ctx context.Context, path string, projectKey string, repositorySlug string, exampleMultipartFormData ExampleMultipartFormData) (RestCommit, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) EditFileExecute ¶
func (a *RepositoryAPIRepository) EditFileExecute(r *RepositoryAPIEditFileRequest) (RestCommit, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) EditFileRequest ¶
func (a *RepositoryAPIRepository) EditFileRequest(ctx context.Context, path string, projectKey string, repositorySlug string) RepositoryAPIEditFileRequest
func (*RepositoryAPIRepository) EnableHook1 ¶
func (a *RepositoryAPIRepository) EnableHook1(ctx context.Context, projectKey string, hookKey string, repositorySlug string) (RestRepositoryHook, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) EnableHook1Execute ¶
func (a *RepositoryAPIRepository) EnableHook1Execute(r *RepositoryAPIEnableHook1Request) (RestRepositoryHook, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) EnableHook1Request ¶
func (a *RepositoryAPIRepository) EnableHook1Request(ctx context.Context, projectKey string, hookKey string, repositorySlug string) RepositoryAPIEnableHook1Request
func (*RepositoryAPIRepository) FindBranches ¶
func (a *RepositoryAPIRepository) FindBranches(ctx context.Context, projectKey string, repositorySlug string, filterText string, start float32, limit float32) (FindByCommit200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) FindBranchesExecute ¶
func (a *RepositoryAPIRepository) FindBranchesExecute(r *RepositoryAPIFindBranchesRequest) (FindByCommit200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) FindBranchesRequest ¶
func (a *RepositoryAPIRepository) FindBranchesRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIFindBranchesRequest
func (*RepositoryAPIRepository) FindByCommit ¶
func (a *RepositoryAPIRepository) FindByCommit(ctx context.Context, projectKey string, commitId string, repositorySlug string, start float32, limit float32) (FindByCommit200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) FindByCommitExecute ¶
func (a *RepositoryAPIRepository) FindByCommitExecute(r *RepositoryAPIFindByCommitRequest) (FindByCommit200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) FindByCommitRequest ¶
func (a *RepositoryAPIRepository) FindByCommitRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) RepositoryAPIFindByCommitRequest
func (*RepositoryAPIRepository) FindWebhooks1 ¶
func (a *RepositoryAPIRepository) FindWebhooks1(ctx context.Context, projectKey string, repositorySlug string, event string, statistics bool) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) FindWebhooks1Execute ¶
func (a *RepositoryAPIRepository) FindWebhooks1Execute(r *RepositoryAPIFindWebhooks1Request) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) FindWebhooks1Request ¶
func (a *RepositoryAPIRepository) FindWebhooks1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIFindWebhooks1Request
func (*RepositoryAPIRepository) Get5 ¶
func (a *RepositoryAPIRepository) Get5(ctx context.Context, projectKey string, repositorySlug string) (RestAutoMergeRestrictedSettings, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) Get5Execute ¶
func (a *RepositoryAPIRepository) Get5Execute(r *RepositoryAPIGet5Request) (RestAutoMergeRestrictedSettings, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) Get5Request ¶
func (a *RepositoryAPIRepository) Get5Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGet5Request
func (*RepositoryAPIRepository) GetAllLabelsForRepository ¶
func (a *RepositoryAPIRepository) GetAllLabelsForRepository(ctx context.Context, projectKey string, repositorySlug string) (RestLabel, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetAllLabelsForRepositoryExecute ¶
func (a *RepositoryAPIRepository) GetAllLabelsForRepositoryExecute(r *RepositoryAPIGetAllLabelsForRepositoryRequest) (RestLabel, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetAllLabelsForRepositoryRequest ¶
func (a *RepositoryAPIRepository) GetAllLabelsForRepositoryRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetAllLabelsForRepositoryRequest
func (*RepositoryAPIRepository) GetArchive ¶
func (a *RepositoryAPIRepository) GetArchive(ctx context.Context, projectKey string, repositorySlug string, path string, filename string, at string, prefix string, format string) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetArchiveExecute ¶
func (a *RepositoryAPIRepository) GetArchiveExecute(r *RepositoryAPIGetArchiveRequest) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetArchiveRequest ¶
func (a *RepositoryAPIRepository) GetArchiveRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetArchiveRequest
func (*RepositoryAPIRepository) GetAttachment ¶
func (a *RepositoryAPIRepository) GetAttachment(ctx context.Context, projectKey string, attachmentId string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetAttachmentExecute ¶
func (a *RepositoryAPIRepository) GetAttachmentExecute(r *RepositoryAPIGetAttachmentRequest) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetAttachmentMetadata ¶
func (a *RepositoryAPIRepository) GetAttachmentMetadata(ctx context.Context, projectKey string, attachmentId string, repositorySlug string) (RestAttachmentMetadata, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetAttachmentMetadataExecute ¶
func (a *RepositoryAPIRepository) GetAttachmentMetadataExecute(r *RepositoryAPIGetAttachmentMetadataRequest) (RestAttachmentMetadata, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetAttachmentMetadataRequest ¶
func (a *RepositoryAPIRepository) GetAttachmentMetadataRequest(ctx context.Context, projectKey string, attachmentId string, repositorySlug string) RepositoryAPIGetAttachmentMetadataRequest
func (*RepositoryAPIRepository) GetAttachmentRequest ¶
func (a *RepositoryAPIRepository) GetAttachmentRequest(ctx context.Context, projectKey string, attachmentId string, repositorySlug string) RepositoryAPIGetAttachmentRequest
func (*RepositoryAPIRepository) GetAutoDeclineSettings1 ¶
func (a *RepositoryAPIRepository) GetAutoDeclineSettings1(ctx context.Context, projectKey string, repositorySlug string) (RestAutoDeclineSettings, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetAutoDeclineSettings1Execute ¶
func (a *RepositoryAPIRepository) GetAutoDeclineSettings1Execute(r *RepositoryAPIGetAutoDeclineSettings1Request) (RestAutoDeclineSettings, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetAutoDeclineSettings1Request ¶
func (a *RepositoryAPIRepository) GetAutoDeclineSettings1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetAutoDeclineSettings1Request
func (*RepositoryAPIRepository) GetBranches ¶
func (a *RepositoryAPIRepository) GetBranches(ctx context.Context, projectKey string, repositorySlug string, boostMatches bool, orderBy string, details bool, filterText string, base string, start float32, limit float32) (GetBranches200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetBranchesExecute ¶
func (a *RepositoryAPIRepository) GetBranchesExecute(r *RepositoryAPIGetBranchesRequest) (GetBranches200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetBranchesRequest ¶
func (a *RepositoryAPIRepository) GetBranchesRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetBranchesRequest
func (*RepositoryAPIRepository) GetChanges ¶
func (a *RepositoryAPIRepository) GetChanges(ctx context.Context, projectKey string, commitId string, repositorySlug string, withComments string, since string, start float32, limit float32) (GetChanges1200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetChanges1 ¶
func (a *RepositoryAPIRepository) GetChanges1(ctx context.Context, projectKey string, repositorySlug string, until string, since string, start float32, limit float32) (GetChanges1200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetChanges1Execute ¶
func (a *RepositoryAPIRepository) GetChanges1Execute(r *RepositoryAPIGetChanges1Request) (GetChanges1200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetChanges1Request ¶
func (a *RepositoryAPIRepository) GetChanges1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetChanges1Request
func (*RepositoryAPIRepository) GetChangesExecute ¶
func (a *RepositoryAPIRepository) GetChangesExecute(r *RepositoryAPIGetChangesRequest) (GetChanges1200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetChangesRequest ¶
func (a *RepositoryAPIRepository) GetChangesRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) RepositoryAPIGetChangesRequest
func (*RepositoryAPIRepository) GetComment ¶
func (a *RepositoryAPIRepository) GetComment(ctx context.Context, projectKey string, commentId string, commitId string, repositorySlug string) (RestComment, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetCommentExecute ¶
func (a *RepositoryAPIRepository) GetCommentExecute(r *RepositoryAPIGetCommentRequest) (RestComment, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetCommentRequest ¶
func (a *RepositoryAPIRepository) GetCommentRequest(ctx context.Context, projectKey string, commentId string, commitId string, repositorySlug string) RepositoryAPIGetCommentRequest
func (*RepositoryAPIRepository) GetComments ¶
func (a *RepositoryAPIRepository) GetComments(ctx context.Context, projectKey string, commitId string, repositorySlug string, path string, since string, start float32, limit float32) (GetComments200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetCommentsExecute ¶
func (a *RepositoryAPIRepository) GetCommentsExecute(r *RepositoryAPIGetCommentsRequest) (GetComments200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetCommentsRequest ¶
func (a *RepositoryAPIRepository) GetCommentsRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) RepositoryAPIGetCommentsRequest
func (*RepositoryAPIRepository) GetCommit ¶
func (a *RepositoryAPIRepository) GetCommit(ctx context.Context, projectKey string, commitId string, repositorySlug string, path string) (RestCommit, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetCommitExecute ¶
func (a *RepositoryAPIRepository) GetCommitExecute(r *RepositoryAPIGetCommitRequest) (RestCommit, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetCommitRequest ¶
func (a *RepositoryAPIRepository) GetCommitRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) RepositoryAPIGetCommitRequest
func (*RepositoryAPIRepository) GetCommits ¶
func (a *RepositoryAPIRepository) GetCommits(ctx context.Context, projectKey string, repositorySlug string, avatarScheme string, path string, withCounts string, followRenames string, until string, avatarSize string, since string, merges string, ignoreMissing string, start float32, limit float32) (GetCommits200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetCommitsExecute ¶
func (a *RepositoryAPIRepository) GetCommitsExecute(r *RepositoryAPIGetCommitsRequest) (GetCommits200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetCommitsRequest ¶
func (a *RepositoryAPIRepository) GetCommitsRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetCommitsRequest
func (*RepositoryAPIRepository) GetConfigurations1 ¶
func (a *RepositoryAPIRepository) GetConfigurations1(ctx context.Context, projectKey string, repositorySlug string, start float32, limit float32) (GetConfigurations200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetConfigurations1Execute ¶
func (a *RepositoryAPIRepository) GetConfigurations1Execute(r *RepositoryAPIGetConfigurations1Request) (GetConfigurations200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetConfigurations1Request ¶
func (a *RepositoryAPIRepository) GetConfigurations1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetConfigurations1Request
func (*RepositoryAPIRepository) GetContent ¶
func (a *RepositoryAPIRepository) GetContent(ctx context.Context, projectKey string, repositorySlug string, noContent string, at string, size string, blame string, type_ string) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetContent1 ¶
func (a *RepositoryAPIRepository) GetContent1(ctx context.Context, path string, projectKey string, repositorySlug string, noContent string, at string, size string, blame string, type_ string) (GetContent1200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetContent1Execute ¶
func (a *RepositoryAPIRepository) GetContent1Execute(r *RepositoryAPIGetContent1Request) (GetContent1200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetContent1Request ¶
func (a *RepositoryAPIRepository) GetContent1Request(ctx context.Context, path string, projectKey string, repositorySlug string) RepositoryAPIGetContent1Request
func (*RepositoryAPIRepository) GetContentExecute ¶
func (a *RepositoryAPIRepository) GetContentExecute(r *RepositoryAPIGetContentRequest) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetContentRequest ¶
func (a *RepositoryAPIRepository) GetContentRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetContentRequest
func (*RepositoryAPIRepository) GetDefaultBranch1 ¶
func (a *RepositoryAPIRepository) GetDefaultBranch1(ctx context.Context, projectKey string, repositorySlug string) (RestBranch, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetDefaultBranch1Execute ¶
func (a *RepositoryAPIRepository) GetDefaultBranch1Execute(r *RepositoryAPIGetDefaultBranch1Request) (RestBranch, aurestclientapi.ParsedResponse, error)
Deprecated
func (*RepositoryAPIRepository) GetDefaultBranch1Request ¶
func (a *RepositoryAPIRepository) GetDefaultBranch1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetDefaultBranch1Request
func (*RepositoryAPIRepository) GetLatestInvocation1 ¶
func (a *RepositoryAPIRepository) GetLatestInvocation1(ctx context.Context, projectKey string, webhookId string, repositorySlug string, event string, outcome string) (RestDetailedInvocation, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetLatestInvocation1Execute ¶
func (a *RepositoryAPIRepository) GetLatestInvocation1Execute(r *RepositoryAPIGetLatestInvocation1Request) (RestDetailedInvocation, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetLatestInvocation1Request ¶
func (a *RepositoryAPIRepository) GetLatestInvocation1Request(ctx context.Context, projectKey string, webhookId string, repositorySlug string) RepositoryAPIGetLatestInvocation1Request
func (*RepositoryAPIRepository) GetMergeBase ¶
func (a *RepositoryAPIRepository) GetMergeBase(ctx context.Context, projectKey string, commitId string, repositorySlug string, otherCommitId string) (RestCommit, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetMergeBaseExecute ¶
func (a *RepositoryAPIRepository) GetMergeBaseExecute(r *RepositoryAPIGetMergeBaseRequest) (RestCommit, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetMergeBaseRequest ¶
func (a *RepositoryAPIRepository) GetMergeBaseRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) RepositoryAPIGetMergeBaseRequest
func (*RepositoryAPIRepository) GetPullRequestSettings1 ¶
func (a *RepositoryAPIRepository) GetPullRequestSettings1(ctx context.Context, projectKey string, repositorySlug string) (RestRepositoryPullRequestSettings, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetPullRequestSettings1Execute ¶
func (a *RepositoryAPIRepository) GetPullRequestSettings1Execute(r *RepositoryAPIGetPullRequestSettings1Request) (RestRepositoryPullRequestSettings, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetPullRequestSettings1Request ¶
func (a *RepositoryAPIRepository) GetPullRequestSettings1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetPullRequestSettings1Request
func (*RepositoryAPIRepository) GetRefChangeActivity ¶
func (a *RepositoryAPIRepository) GetRefChangeActivity(ctx context.Context, projectKey string, repositorySlug string, ref string, start float32, limit float32) (GetRefChangeActivity200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetRefChangeActivityExecute ¶
func (a *RepositoryAPIRepository) GetRefChangeActivityExecute(r *RepositoryAPIGetRefChangeActivityRequest) (GetRefChangeActivity200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetRefChangeActivityRequest ¶
func (a *RepositoryAPIRepository) GetRefChangeActivityRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetRefChangeActivityRequest
func (*RepositoryAPIRepository) GetRepositories1 ¶
func (a *RepositoryAPIRepository) GetRepositories1(ctx context.Context, archived string, projectname string, projectkey string, visibility string, name string, permission string, state string, start float32, limit float32) (GetRepositoriesRecentlyAccessed200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetRepositories1Execute ¶
func (a *RepositoryAPIRepository) GetRepositories1Execute(r *RepositoryAPIGetRepositories1Request) (GetRepositoriesRecentlyAccessed200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetRepositories1Request ¶
func (a *RepositoryAPIRepository) GetRepositories1Request(ctx context.Context) RepositoryAPIGetRepositories1Request
func (*RepositoryAPIRepository) GetRepositoriesRecentlyAccessed ¶
func (a *RepositoryAPIRepository) GetRepositoriesRecentlyAccessed(ctx context.Context, permission string, start float32, limit float32) (GetRepositoriesRecentlyAccessed200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetRepositoriesRecentlyAccessedExecute ¶
func (a *RepositoryAPIRepository) GetRepositoriesRecentlyAccessedExecute(r *RepositoryAPIGetRepositoriesRecentlyAccessedRequest) (GetRepositoriesRecentlyAccessed200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetRepositoriesRecentlyAccessedRequest ¶
func (a *RepositoryAPIRepository) GetRepositoriesRecentlyAccessedRequest(ctx context.Context) RepositoryAPIGetRepositoriesRecentlyAccessedRequest
func (*RepositoryAPIRepository) GetRepositoryHook1 ¶
func (a *RepositoryAPIRepository) GetRepositoryHook1(ctx context.Context, projectKey string, hookKey string, repositorySlug string) (RestRepositoryHook, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetRepositoryHook1Execute ¶
func (a *RepositoryAPIRepository) GetRepositoryHook1Execute(r *RepositoryAPIGetRepositoryHook1Request) (RestRepositoryHook, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetRepositoryHook1Request ¶
func (a *RepositoryAPIRepository) GetRepositoryHook1Request(ctx context.Context, projectKey string, hookKey string, repositorySlug string) RepositoryAPIGetRepositoryHook1Request
func (*RepositoryAPIRepository) GetRepositoryHooks1 ¶
func (a *RepositoryAPIRepository) GetRepositoryHooks1(ctx context.Context, projectKey string, repositorySlug string, type_ string, start float32, limit float32) (GetRepositoryHooks1200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetRepositoryHooks1Execute ¶
func (a *RepositoryAPIRepository) GetRepositoryHooks1Execute(r *RepositoryAPIGetRepositoryHooks1Request) (GetRepositoryHooks1200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetRepositoryHooks1Request ¶
func (a *RepositoryAPIRepository) GetRepositoryHooks1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetRepositoryHooks1Request
func (*RepositoryAPIRepository) GetRestriction1 ¶
func (a *RepositoryAPIRepository) GetRestriction1(ctx context.Context, projectKey string, id string, repositorySlug string) (RestRefRestriction, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetRestriction1Execute ¶
func (a *RepositoryAPIRepository) GetRestriction1Execute(r *RepositoryAPIGetRestriction1Request) (RestRefRestriction, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetRestriction1Request ¶
func (a *RepositoryAPIRepository) GetRestriction1Request(ctx context.Context, projectKey string, id string, repositorySlug string) RepositoryAPIGetRestriction1Request
func (*RepositoryAPIRepository) GetRestrictions1 ¶
func (a *RepositoryAPIRepository) GetRestrictions1(ctx context.Context, projectKey string, repositorySlug string, matcherType string, matcherId string, type_ string, start float32, limit float32) (GetRestrictions1200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetRestrictions1Execute ¶
func (a *RepositoryAPIRepository) GetRestrictions1Execute(r *RepositoryAPIGetRestrictions1Request) (GetRestrictions1200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetRestrictions1Request ¶
func (a *RepositoryAPIRepository) GetRestrictions1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetRestrictions1Request
func (*RepositoryAPIRepository) GetSettings1 ¶
func (a *RepositoryAPIRepository) GetSettings1(ctx context.Context, projectKey string, hookKey string, repositorySlug string) (ExampleSettings, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetSettings1Execute ¶
func (a *RepositoryAPIRepository) GetSettings1Execute(r *RepositoryAPIGetSettings1Request) (ExampleSettings, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetSettings1Request ¶
func (a *RepositoryAPIRepository) GetSettings1Request(ctx context.Context, projectKey string, hookKey string, repositorySlug string) RepositoryAPIGetSettings1Request
func (*RepositoryAPIRepository) GetStatistics1 ¶
func (a *RepositoryAPIRepository) GetStatistics1(ctx context.Context, projectKey string, webhookId string, repositorySlug string, event string) (interface{}, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetStatistics1Execute ¶
func (a *RepositoryAPIRepository) GetStatistics1Execute(r *RepositoryAPIGetStatistics1Request) (interface{}, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetStatistics1Request ¶
func (a *RepositoryAPIRepository) GetStatistics1Request(ctx context.Context, projectKey string, webhookId string, repositorySlug string) RepositoryAPIGetStatistics1Request
func (*RepositoryAPIRepository) GetStatisticsSummary1 ¶
func (a *RepositoryAPIRepository) GetStatisticsSummary1(ctx context.Context, projectKey string, webhookId string, repositorySlug string) (interface{}, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetStatisticsSummary1Execute ¶
func (a *RepositoryAPIRepository) GetStatisticsSummary1Execute(r *RepositoryAPIGetStatisticsSummary1Request) (interface{}, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetStatisticsSummary1Request ¶
func (a *RepositoryAPIRepository) GetStatisticsSummary1Request(ctx context.Context, projectKey string, webhookId string, repositorySlug string) RepositoryAPIGetStatisticsSummary1Request
func (*RepositoryAPIRepository) GetStatus ¶
func (a *RepositoryAPIRepository) GetStatus(ctx context.Context, projectKey string, repositorySlug string, at string) (RestRefSyncStatus, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetStatusExecute ¶
func (a *RepositoryAPIRepository) GetStatusExecute(r *RepositoryAPIGetStatusRequest) (RestRefSyncStatus, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetStatusRequest ¶
func (a *RepositoryAPIRepository) GetStatusRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetStatusRequest
func (*RepositoryAPIRepository) GetTag ¶
func (a *RepositoryAPIRepository) GetTag(ctx context.Context, projectKey string, name string, repositorySlug string) (RestTag, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetTagExecute ¶
func (a *RepositoryAPIRepository) GetTagExecute(r *RepositoryAPIGetTagRequest) (RestTag, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetTagRequest ¶
func (a *RepositoryAPIRepository) GetTagRequest(ctx context.Context, projectKey string, name string, repositorySlug string) RepositoryAPIGetTagRequest
func (*RepositoryAPIRepository) GetTags ¶
func (a *RepositoryAPIRepository) GetTags(ctx context.Context, projectKey string, repositorySlug string, orderBy string, filterText string, start float32, limit float32) (GetTags200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetTagsExecute ¶
func (a *RepositoryAPIRepository) GetTagsExecute(r *RepositoryAPIGetTagsRequest) (GetTags200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetTagsRequest ¶
func (a *RepositoryAPIRepository) GetTagsRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIGetTagsRequest
func (*RepositoryAPIRepository) GetWebhook1 ¶
func (a *RepositoryAPIRepository) GetWebhook1(ctx context.Context, projectKey string, webhookId string, repositorySlug string, statistics string) (RestWebhook, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetWebhook1Execute ¶
func (a *RepositoryAPIRepository) GetWebhook1Execute(r *RepositoryAPIGetWebhook1Request) (RestWebhook, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) GetWebhook1Request ¶
func (a *RepositoryAPIRepository) GetWebhook1Request(ctx context.Context, projectKey string, webhookId string, repositorySlug string) RepositoryAPIGetWebhook1Request
func (*RepositoryAPIRepository) React ¶
func (a *RepositoryAPIRepository) React(ctx context.Context, projectKey string, commentId string, commitId string, emoticon string, repositorySlug string) (RestUserReaction, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) ReactExecute ¶
func (a *RepositoryAPIRepository) ReactExecute(r *RepositoryAPIReactRequest) (RestUserReaction, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) ReactRequest ¶
func (a *RepositoryAPIRepository) ReactRequest(ctx context.Context, projectKey string, commentId string, commitId string, emoticon string, repositorySlug string) RepositoryAPIReactRequest
func (*RepositoryAPIRepository) RemoveConfiguration1 ¶
func (a *RepositoryAPIRepository) RemoveConfiguration1(ctx context.Context, projectKey string, scriptId string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) RemoveConfiguration1Execute ¶
func (a *RepositoryAPIRepository) RemoveConfiguration1Execute(r *RepositoryAPIRemoveConfiguration1Request) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) RemoveConfiguration1Request ¶
func (a *RepositoryAPIRepository) RemoveConfiguration1Request(ctx context.Context, projectKey string, scriptId string, repositorySlug string) RepositoryAPIRemoveConfiguration1Request
func (*RepositoryAPIRepository) RemoveLabel ¶
func (a *RepositoryAPIRepository) RemoveLabel(ctx context.Context, projectKey string, labelName string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) RemoveLabelExecute ¶
func (a *RepositoryAPIRepository) RemoveLabelExecute(r *RepositoryAPIRemoveLabelRequest) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) RemoveLabelRequest ¶
func (a *RepositoryAPIRepository) RemoveLabelRequest(ctx context.Context, projectKey string, labelName string, repositorySlug string) RepositoryAPIRemoveLabelRequest
func (*RepositoryAPIRepository) SaveAttachmentMetadata ¶
func (a *RepositoryAPIRepository) SaveAttachmentMetadata(ctx context.Context, projectKey string, attachmentId string, repositorySlug string, body string) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) SaveAttachmentMetadataExecute ¶
func (a *RepositoryAPIRepository) SaveAttachmentMetadataExecute(r *RepositoryAPISaveAttachmentMetadataRequest) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) SaveAttachmentMetadataRequest ¶
func (a *RepositoryAPIRepository) SaveAttachmentMetadataRequest(ctx context.Context, projectKey string, attachmentId string, repositorySlug string) RepositoryAPISaveAttachmentMetadataRequest
func (*RepositoryAPIRepository) SearchWebhooks ¶
func (a *RepositoryAPIRepository) SearchWebhooks(ctx context.Context, projectKey string, repositorySlug string, scopeType string, event string, statistics bool) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) SearchWebhooksExecute ¶
func (a *RepositoryAPIRepository) SearchWebhooksExecute(r *RepositoryAPISearchWebhooksRequest) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) SearchWebhooksRequest ¶
func (a *RepositoryAPIRepository) SearchWebhooksRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPISearchWebhooksRequest
func (*RepositoryAPIRepository) Set1 ¶
func (a *RepositoryAPIRepository) Set1(ctx context.Context, projectKey string, repositorySlug string, restAutoMergeSettingsRequest RestAutoMergeSettingsRequest) (RestAutoMergeRestrictedSettings, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) Set1Execute ¶
func (a *RepositoryAPIRepository) Set1Execute(r *RepositoryAPISet1Request) (RestAutoMergeRestrictedSettings, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) Set1Request ¶
func (a *RepositoryAPIRepository) Set1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPISet1Request
func (*RepositoryAPIRepository) SetAutoDeclineSettings1 ¶
func (a *RepositoryAPIRepository) SetAutoDeclineSettings1(ctx context.Context, projectKey string, repositorySlug string, restAutoDeclineSettingsRequest RestAutoDeclineSettingsRequest) (RestAutoDeclineSettings, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) SetAutoDeclineSettings1Execute ¶
func (a *RepositoryAPIRepository) SetAutoDeclineSettings1Execute(r *RepositoryAPISetAutoDeclineSettings1Request) (RestAutoDeclineSettings, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) SetAutoDeclineSettings1Request ¶
func (a *RepositoryAPIRepository) SetAutoDeclineSettings1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPISetAutoDeclineSettings1Request
func (*RepositoryAPIRepository) SetConfiguration1 ¶
func (a *RepositoryAPIRepository) SetConfiguration1(ctx context.Context, projectKey string, scriptId string, repositorySlug string, restHookScriptTriggers RestHookScriptTriggers) (RestHookScriptConfig, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) SetConfiguration1Execute ¶
func (a *RepositoryAPIRepository) SetConfiguration1Execute(r *RepositoryAPISetConfiguration1Request) (RestHookScriptConfig, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) SetConfiguration1Request ¶
func (a *RepositoryAPIRepository) SetConfiguration1Request(ctx context.Context, projectKey string, scriptId string, repositorySlug string) RepositoryAPISetConfiguration1Request
func (*RepositoryAPIRepository) SetDefaultBranch1 ¶
func (a *RepositoryAPIRepository) SetDefaultBranch1(ctx context.Context, projectKey string, repositorySlug string, restBranch RestBranch) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) SetDefaultBranch1Execute ¶
func (a *RepositoryAPIRepository) SetDefaultBranch1Execute(r *RepositoryAPISetDefaultBranch1Request) (aurestclientapi.ParsedResponse, error)
Deprecated
func (*RepositoryAPIRepository) SetDefaultBranch1Request ¶
func (a *RepositoryAPIRepository) SetDefaultBranch1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPISetDefaultBranch1Request
func (*RepositoryAPIRepository) SetEnabled ¶
func (a *RepositoryAPIRepository) SetEnabled(ctx context.Context, projectKey string, repositorySlug string, restRefSyncStatus RestRefSyncStatus) (RestRefSyncStatus, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) SetEnabledExecute ¶
func (a *RepositoryAPIRepository) SetEnabledExecute(r *RepositoryAPISetEnabledRequest) (RestRefSyncStatus, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) SetEnabledRequest ¶
func (a *RepositoryAPIRepository) SetEnabledRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPISetEnabledRequest
func (*RepositoryAPIRepository) SetSettings1 ¶
func (a *RepositoryAPIRepository) SetSettings1(ctx context.Context, projectKey string, hookKey string, repositorySlug string, exampleSettings ExampleSettings) (ExampleSettings, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) SetSettings1Execute ¶
func (a *RepositoryAPIRepository) SetSettings1Execute(r *RepositoryAPISetSettings1Request) (ExampleSettings, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) SetSettings1Request ¶
func (a *RepositoryAPIRepository) SetSettings1Request(ctx context.Context, projectKey string, hookKey string, repositorySlug string) RepositoryAPISetSettings1Request
func (*RepositoryAPIRepository) Stream ¶
func (a *RepositoryAPIRepository) Stream(ctx context.Context, projectKey string, repositorySlug string, at string) (ExampleFiles, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) Stream1 ¶
func (a *RepositoryAPIRepository) Stream1(ctx context.Context, path string, projectKey string, repositorySlug string, at string) (ExampleFiles, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) Stream1Execute ¶
func (a *RepositoryAPIRepository) Stream1Execute(r *RepositoryAPIStream1Request) (ExampleFiles, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) Stream1Request ¶
func (a *RepositoryAPIRepository) Stream1Request(ctx context.Context, path string, projectKey string, repositorySlug string) RepositoryAPIStream1Request
func (*RepositoryAPIRepository) StreamChanges ¶
func (a *RepositoryAPIRepository) StreamChanges(ctx context.Context, projectKey string, repositorySlug string, fromRepo string, from string, to string, start float32, limit float32) (GetChanges1200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) StreamChangesExecute ¶
func (a *RepositoryAPIRepository) StreamChangesExecute(r *RepositoryAPIStreamChangesRequest) (GetChanges1200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) StreamChangesRequest ¶
func (a *RepositoryAPIRepository) StreamChangesRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIStreamChangesRequest
func (*RepositoryAPIRepository) StreamCommits ¶
func (a *RepositoryAPIRepository) StreamCommits(ctx context.Context, projectKey string, repositorySlug string, fromRepo string, from string, to string, start float32, limit float32) (GetCommits200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) StreamCommitsExecute ¶
func (a *RepositoryAPIRepository) StreamCommitsExecute(r *RepositoryAPIStreamCommitsRequest) (GetCommits200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) StreamCommitsRequest ¶
func (a *RepositoryAPIRepository) StreamCommitsRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIStreamCommitsRequest
func (*RepositoryAPIRepository) StreamDiff ¶
func (a *RepositoryAPIRepository) StreamDiff(ctx context.Context, commitId string, repositorySlug string, path string, projectKey string, srcPath string, avatarSize string, filter string, avatarScheme string, contextLines string, autoSrcPath string, whitespace string, withComments string, since string) (RestDiff, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) StreamDiff1 ¶
func (a *RepositoryAPIRepository) StreamDiff1(ctx context.Context, path string, projectKey string, repositorySlug string, contextLines string, fromRepo string, srcPath string, from string, to string, whitespace string, start float32, limit float32) (StreamDiff1200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) StreamDiff1Execute ¶
func (a *RepositoryAPIRepository) StreamDiff1Execute(r *RepositoryAPIStreamDiff1Request) (StreamDiff1200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) StreamDiff1Request ¶
func (a *RepositoryAPIRepository) StreamDiff1Request(ctx context.Context, path string, projectKey string, repositorySlug string) RepositoryAPIStreamDiff1Request
func (*RepositoryAPIRepository) StreamDiffExecute ¶
func (a *RepositoryAPIRepository) StreamDiffExecute(r *RepositoryAPIStreamDiffRequest) (RestDiff, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) StreamDiffRequest ¶
func (a *RepositoryAPIRepository) StreamDiffRequest(ctx context.Context, commitId string, repositorySlug string, path string, projectKey string) RepositoryAPIStreamDiffRequest
func (*RepositoryAPIRepository) StreamExecute ¶
func (a *RepositoryAPIRepository) StreamExecute(r *RepositoryAPIStreamRequest) (ExampleFiles, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) StreamFiles ¶
func (a *RepositoryAPIRepository) StreamFiles(ctx context.Context, projectKey string, repositorySlug string, at string, start float32, limit float32) (StreamFiles200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) StreamFiles1 ¶
func (a *RepositoryAPIRepository) StreamFiles1(ctx context.Context, path string, projectKey string, repositorySlug string, at string, start float32, limit float32) (StreamFiles200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) StreamFiles1Execute ¶
func (a *RepositoryAPIRepository) StreamFiles1Execute(r *RepositoryAPIStreamFiles1Request) (StreamFiles200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) StreamFiles1Request ¶
func (a *RepositoryAPIRepository) StreamFiles1Request(ctx context.Context, path string, projectKey string, repositorySlug string) RepositoryAPIStreamFiles1Request
func (*RepositoryAPIRepository) StreamFilesExecute ¶
func (a *RepositoryAPIRepository) StreamFilesExecute(r *RepositoryAPIStreamFilesRequest) (StreamFiles200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) StreamFilesRequest ¶
func (a *RepositoryAPIRepository) StreamFilesRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIStreamFilesRequest
func (*RepositoryAPIRepository) StreamPatch ¶
func (a *RepositoryAPIRepository) StreamPatch(ctx context.Context, projectKey string, repositorySlug string, until string, allAncestors string, since string) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) StreamPatchExecute ¶
func (a *RepositoryAPIRepository) StreamPatchExecute(r *RepositoryAPIStreamPatchRequest) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) StreamPatchRequest ¶
func (a *RepositoryAPIRepository) StreamPatchRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIStreamPatchRequest
func (*RepositoryAPIRepository) StreamRaw ¶
func (a *RepositoryAPIRepository) StreamRaw(ctx context.Context, path string, projectKey string, repositorySlug string, at string, markup string, htmlEscape string, includeHeadingId string, hardwrap string) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) StreamRawDiff ¶
func (a *RepositoryAPIRepository) StreamRawDiff(ctx context.Context, projectKey string, repositorySlug string, contextLines string, srcPath string, until string, whitespace string, since string) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) StreamRawDiff1 ¶
func (a *RepositoryAPIRepository) StreamRawDiff1(ctx context.Context, path string, projectKey string, repositorySlug string, contextLines string, srcPath string, until string, whitespace string, since string) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) StreamRawDiff1Execute ¶
func (a *RepositoryAPIRepository) StreamRawDiff1Execute(r *RepositoryAPIStreamRawDiff1Request) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) StreamRawDiff1Request ¶
func (a *RepositoryAPIRepository) StreamRawDiff1Request(ctx context.Context, path string, projectKey string, repositorySlug string) RepositoryAPIStreamRawDiff1Request
func (*RepositoryAPIRepository) StreamRawDiffExecute ¶
func (a *RepositoryAPIRepository) StreamRawDiffExecute(r *RepositoryAPIStreamRawDiffRequest) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) StreamRawDiffRequest ¶
func (a *RepositoryAPIRepository) StreamRawDiffRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIStreamRawDiffRequest
func (*RepositoryAPIRepository) StreamRawExecute ¶
func (a *RepositoryAPIRepository) StreamRawExecute(r *RepositoryAPIStreamRawRequest) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) StreamRawRequest ¶
func (a *RepositoryAPIRepository) StreamRawRequest(ctx context.Context, path string, projectKey string, repositorySlug string) RepositoryAPIStreamRawRequest
func (*RepositoryAPIRepository) StreamRequest ¶
func (a *RepositoryAPIRepository) StreamRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIStreamRequest
func (*RepositoryAPIRepository) Synchronize ¶
func (a *RepositoryAPIRepository) Synchronize(ctx context.Context, projectKey string, repositorySlug string, restRefSyncRequest RestRefSyncRequest) (RestRejectedRef, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) SynchronizeExecute ¶
func (a *RepositoryAPIRepository) SynchronizeExecute(r *RepositoryAPISynchronizeRequest) (RestRejectedRef, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) SynchronizeRequest ¶
func (a *RepositoryAPIRepository) SynchronizeRequest(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPISynchronizeRequest
func (*RepositoryAPIRepository) TestWebhook1 ¶
func (a *RepositoryAPIRepository) TestWebhook1(ctx context.Context, projectKey string, repositorySlug string, restWebhookCredentials RestWebhookCredentials, webhookId int32, sslVerificationRequired string, url string) (interface{}, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) TestWebhook1Execute ¶
func (a *RepositoryAPIRepository) TestWebhook1Execute(r *RepositoryAPITestWebhook1Request) (interface{}, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) TestWebhook1Request ¶
func (a *RepositoryAPIRepository) TestWebhook1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPITestWebhook1Request
func (*RepositoryAPIRepository) UnReact ¶
func (a *RepositoryAPIRepository) UnReact(ctx context.Context, projectKey string, commentId string, commitId string, emoticon string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) UnReactExecute ¶
func (a *RepositoryAPIRepository) UnReactExecute(r *RepositoryAPIUnReactRequest) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) UnReactRequest ¶
func (a *RepositoryAPIRepository) UnReactRequest(ctx context.Context, projectKey string, commentId string, commitId string, emoticon string, repositorySlug string) RepositoryAPIUnReactRequest
func (*RepositoryAPIRepository) Unwatch ¶
func (a *RepositoryAPIRepository) Unwatch(ctx context.Context, projectKey string, commitId string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) Unwatch2 ¶
func (a *RepositoryAPIRepository) Unwatch2(ctx context.Context, projectKey string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) Unwatch2Execute ¶
func (a *RepositoryAPIRepository) Unwatch2Execute(r *RepositoryAPIUnwatch2Request) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) Unwatch2Request ¶
func (a *RepositoryAPIRepository) Unwatch2Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIUnwatch2Request
func (*RepositoryAPIRepository) UnwatchExecute ¶
func (a *RepositoryAPIRepository) UnwatchExecute(r *RepositoryAPIUnwatchRequest) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) UnwatchRequest ¶
func (a *RepositoryAPIRepository) UnwatchRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) RepositoryAPIUnwatchRequest
func (*RepositoryAPIRepository) UpdateComment ¶
func (a *RepositoryAPIRepository) UpdateComment(ctx context.Context, projectKey string, commentId string, commitId string, repositorySlug string, restComment RestComment) (RestComment, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) UpdateCommentExecute ¶
func (a *RepositoryAPIRepository) UpdateCommentExecute(r *RepositoryAPIUpdateCommentRequest) (RestComment, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) UpdateCommentRequest ¶
func (a *RepositoryAPIRepository) UpdateCommentRequest(ctx context.Context, projectKey string, commentId string, commitId string, repositorySlug string) RepositoryAPIUpdateCommentRequest
func (*RepositoryAPIRepository) UpdatePullRequestSettings1 ¶
func (a *RepositoryAPIRepository) UpdatePullRequestSettings1(ctx context.Context, projectKey string, repositorySlug string, restRepositoryPullRequestSettings RestRepositoryPullRequestSettings) (RestRepositoryPullRequestSettings, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) UpdatePullRequestSettings1Execute ¶
func (a *RepositoryAPIRepository) UpdatePullRequestSettings1Execute(r *RepositoryAPIUpdatePullRequestSettings1Request) (RestRepositoryPullRequestSettings, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) UpdatePullRequestSettings1Request ¶
func (a *RepositoryAPIRepository) UpdatePullRequestSettings1Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIUpdatePullRequestSettings1Request
func (*RepositoryAPIRepository) UpdateWebhook1 ¶
func (a *RepositoryAPIRepository) UpdateWebhook1(ctx context.Context, projectKey string, webhookId string, repositorySlug string, restWebhook RestWebhook) (RestWebhook, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) UpdateWebhook1Execute ¶
func (a *RepositoryAPIRepository) UpdateWebhook1Execute(r *RepositoryAPIUpdateWebhook1Request) (RestWebhook, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) UpdateWebhook1Request ¶
func (a *RepositoryAPIRepository) UpdateWebhook1Request(ctx context.Context, projectKey string, webhookId string, repositorySlug string) RepositoryAPIUpdateWebhook1Request
func (*RepositoryAPIRepository) Watch ¶
func (a *RepositoryAPIRepository) Watch(ctx context.Context, projectKey string, commitId string, repositorySlug string) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) Watch2 ¶
func (a *RepositoryAPIRepository) Watch2(ctx context.Context, projectKey string, repositorySlug string, restRepository RestRepository) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) Watch2Execute ¶
func (a *RepositoryAPIRepository) Watch2Execute(r *RepositoryAPIWatch2Request) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) Watch2Request ¶
func (a *RepositoryAPIRepository) Watch2Request(ctx context.Context, projectKey string, repositorySlug string) RepositoryAPIWatch2Request
func (*RepositoryAPIRepository) WatchExecute ¶
func (a *RepositoryAPIRepository) WatchExecute(r *RepositoryAPIWatchRequest) (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIRepository) WatchRequest ¶
func (a *RepositoryAPIRepository) WatchRequest(ctx context.Context, projectKey string, commitId string, repositorySlug string) RepositoryAPIWatchRequest
type RepositoryAPISaveAttachmentMetadataRequest ¶
type RepositoryAPISaveAttachmentMetadataRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPISaveAttachmentMetadataRequest) Body ¶
func (r *RepositoryAPISaveAttachmentMetadataRequest) Body(body string) *RepositoryAPISaveAttachmentMetadataRequest
The attachment metadata can be any valid JSON content
func (*RepositoryAPISaveAttachmentMetadataRequest) Execute ¶
func (r *RepositoryAPISaveAttachmentMetadataRequest) Execute() (aurestclientapi.ParsedResponse, error)
type RepositoryAPISearchWebhooksRequest ¶
type RepositoryAPISearchWebhooksRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPISearchWebhooksRequest) Event ¶
func (r *RepositoryAPISearchWebhooksRequest) Event(event string) *RepositoryAPISearchWebhooksRequest
List of <code>com.atlassian.webhooks.WebhookEvent</code> ids to filter for
func (*RepositoryAPISearchWebhooksRequest) Execute ¶
func (r *RepositoryAPISearchWebhooksRequest) Execute() (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPISearchWebhooksRequest) ScopeType ¶
func (r *RepositoryAPISearchWebhooksRequest) ScopeType(scopeType string) *RepositoryAPISearchWebhooksRequest
Scopes to filter by. This parameter can be specified once e.g. \"scopeType=repository\", or twice e.g. \"scopeType=repository&scopeType=project\", to filter by more than one scope level.
func (*RepositoryAPISearchWebhooksRequest) Statistics ¶
func (r *RepositoryAPISearchWebhooksRequest) Statistics(statistics bool) *RepositoryAPISearchWebhooksRequest
<code>true</code> if statistics should be provided for all found webhooks
type RepositoryAPISet1Request ¶
type RepositoryAPISet1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPISet1Request) Execute ¶
func (r *RepositoryAPISet1Request) Execute() (RestAutoMergeRestrictedSettings, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPISet1Request) RestAutoMergeSettingsRequest ¶
func (r *RepositoryAPISet1Request) RestAutoMergeSettingsRequest(restAutoMergeSettingsRequest RestAutoMergeSettingsRequest) *RepositoryAPISet1Request
The settings to create or update
type RepositoryAPISetAutoDeclineSettings1Request ¶
type RepositoryAPISetAutoDeclineSettings1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPISetAutoDeclineSettings1Request) Execute ¶
func (r *RepositoryAPISetAutoDeclineSettings1Request) Execute() (RestAutoDeclineSettings, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPISetAutoDeclineSettings1Request) RestAutoDeclineSettingsRequest ¶
func (r *RepositoryAPISetAutoDeclineSettings1Request) RestAutoDeclineSettingsRequest(restAutoDeclineSettingsRequest RestAutoDeclineSettingsRequest) *RepositoryAPISetAutoDeclineSettings1Request
The settings to create or update
type RepositoryAPISetConfiguration1Request ¶
type RepositoryAPISetConfiguration1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPISetConfiguration1Request) Execute ¶
func (r *RepositoryAPISetConfiguration1Request) Execute() (RestHookScriptConfig, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPISetConfiguration1Request) RestHookScriptTriggers ¶
func (r *RepositoryAPISetConfiguration1Request) RestHookScriptTriggers(restHookScriptTriggers RestHookScriptTriggers) *RepositoryAPISetConfiguration1Request
The hook triggers for which the hook script should be run
type RepositoryAPISetDefaultBranch1Request ¶
type RepositoryAPISetDefaultBranch1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPISetDefaultBranch1Request) Execute ¶
func (r *RepositoryAPISetDefaultBranch1Request) Execute() (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPISetDefaultBranch1Request) RestBranch ¶
func (r *RepositoryAPISetDefaultBranch1Request) RestBranch(restBranch RestBranch) *RepositoryAPISetDefaultBranch1Request
The branch to set as default
type RepositoryAPISetEnabledRequest ¶
type RepositoryAPISetEnabledRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPISetEnabledRequest) Execute ¶
func (r *RepositoryAPISetEnabledRequest) Execute() (RestRefSyncStatus, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPISetEnabledRequest) RestRefSyncStatus ¶
func (r *RepositoryAPISetEnabledRequest) RestRefSyncStatus(restRefSyncStatus RestRefSyncStatus) *RepositoryAPISetEnabledRequest
type RepositoryAPISetSettings1Request ¶
type RepositoryAPISetSettings1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPISetSettings1Request) ExampleSettings ¶
func (r *RepositoryAPISetSettings1Request) ExampleSettings(exampleSettings ExampleSettings) *RepositoryAPISetSettings1Request
The raw settings.
func (*RepositoryAPISetSettings1Request) Execute ¶
func (r *RepositoryAPISetSettings1Request) Execute() (ExampleSettings, aurestclientapi.ParsedResponse, error)
type RepositoryAPIStream1Request ¶
type RepositoryAPIStream1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIStream1Request) At ¶
func (r *RepositoryAPIStream1Request) At(at string) *RepositoryAPIStream1Request
The commit to use as the starting point when listing files and calculating modifications
func (*RepositoryAPIStream1Request) Execute ¶
func (r *RepositoryAPIStream1Request) Execute() (ExampleFiles, aurestclientapi.ParsedResponse, error)
type RepositoryAPIStreamChangesRequest ¶
type RepositoryAPIStreamChangesRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIStreamChangesRequest) Execute ¶
func (r *RepositoryAPIStreamChangesRequest) Execute() (GetChanges1200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIStreamChangesRequest) From ¶
func (r *RepositoryAPIStreamChangesRequest) From(from string) *RepositoryAPIStreamChangesRequest
the source commit (can be a partial/full commit ID or qualified/unqualified ref name)
func (*RepositoryAPIStreamChangesRequest) FromRepo ¶
func (r *RepositoryAPIStreamChangesRequest) FromRepo(fromRepo string) *RepositoryAPIStreamChangesRequest
an optional parameter specifying the source repository containing the source commit if that commit is not present in the current repository; the repository can be specified by either its ID <em>fromRepo=42</em> or by its project key plus its repo slug separated by a slash: <em>fromRepo=projectKey/repoSlug</em>
func (*RepositoryAPIStreamChangesRequest) Limit ¶
func (r *RepositoryAPIStreamChangesRequest) Limit(limit float32) *RepositoryAPIStreamChangesRequest
Number of items to return. If not passed, a page size of 25 is used.
func (*RepositoryAPIStreamChangesRequest) Start ¶
func (r *RepositoryAPIStreamChangesRequest) Start(start float32) *RepositoryAPIStreamChangesRequest
Start number for the page (inclusive). If not passed, first page is assumed.
func (*RepositoryAPIStreamChangesRequest) To ¶
func (r *RepositoryAPIStreamChangesRequest) To(to string) *RepositoryAPIStreamChangesRequest
the target commit (can be a partial/full commit ID or qualified/unqualified ref name)
type RepositoryAPIStreamCommitsRequest ¶
type RepositoryAPIStreamCommitsRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIStreamCommitsRequest) Execute ¶
func (r *RepositoryAPIStreamCommitsRequest) Execute() (GetCommits200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIStreamCommitsRequest) From ¶
func (r *RepositoryAPIStreamCommitsRequest) From(from string) *RepositoryAPIStreamCommitsRequest
the source commit (can be a partial/full commit ID or qualified/unqualified ref name)
func (*RepositoryAPIStreamCommitsRequest) FromRepo ¶
func (r *RepositoryAPIStreamCommitsRequest) FromRepo(fromRepo string) *RepositoryAPIStreamCommitsRequest
an optional parameter specifying the source repository containing the source commit if that commit is not present in the current repository; the repository can be specified by either its ID <em>fromRepo=42</em> or by its project key plus its repo slug separated by a slash: <em>fromRepo=projectKey/repoSlug</em>
func (*RepositoryAPIStreamCommitsRequest) Limit ¶
func (r *RepositoryAPIStreamCommitsRequest) Limit(limit float32) *RepositoryAPIStreamCommitsRequest
Number of items to return. If not passed, a page size of 25 is used.
func (*RepositoryAPIStreamCommitsRequest) Start ¶
func (r *RepositoryAPIStreamCommitsRequest) Start(start float32) *RepositoryAPIStreamCommitsRequest
Start number for the page (inclusive). If not passed, first page is assumed.
func (*RepositoryAPIStreamCommitsRequest) To ¶
func (r *RepositoryAPIStreamCommitsRequest) To(to string) *RepositoryAPIStreamCommitsRequest
the target commit (can be a partial/full commit ID or qualified/unqualified ref name)
type RepositoryAPIStreamDiff1Request ¶
type RepositoryAPIStreamDiff1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIStreamDiff1Request) ContextLines ¶
func (r *RepositoryAPIStreamDiff1Request) ContextLines(contextLines string) *RepositoryAPIStreamDiff1Request
an optional number of context lines to include around each added or removed lines in the diff
func (*RepositoryAPIStreamDiff1Request) Execute ¶
func (r *RepositoryAPIStreamDiff1Request) Execute() (StreamDiff1200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIStreamDiff1Request) From ¶
func (r *RepositoryAPIStreamDiff1Request) From(from string) *RepositoryAPIStreamDiff1Request
the source commit (can be a partial/full commit ID or qualified/unqualified ref name)
func (*RepositoryAPIStreamDiff1Request) FromRepo ¶
func (r *RepositoryAPIStreamDiff1Request) FromRepo(fromRepo string) *RepositoryAPIStreamDiff1Request
an optional parameter specifying the source repository containing the source commit if that commit is not present in the current repository; the repository can be specified by either its ID <em>fromRepo=42</em> or by its project key plus its repo slug separated by a slash: <em>fromRepo=projectKey/repoSlug</em>
func (*RepositoryAPIStreamDiff1Request) Limit ¶
func (r *RepositoryAPIStreamDiff1Request) Limit(limit float32) *RepositoryAPIStreamDiff1Request
Number of items to return. If not passed, a page size of 25 is used.
func (*RepositoryAPIStreamDiff1Request) SrcPath ¶
func (r *RepositoryAPIStreamDiff1Request) SrcPath(srcPath string) *RepositoryAPIStreamDiff1Request
source path
func (*RepositoryAPIStreamDiff1Request) Start ¶
func (r *RepositoryAPIStreamDiff1Request) Start(start float32) *RepositoryAPIStreamDiff1Request
Start number for the page (inclusive). If not passed, first page is assumed.
func (*RepositoryAPIStreamDiff1Request) To ¶
func (r *RepositoryAPIStreamDiff1Request) To(to string) *RepositoryAPIStreamDiff1Request
the target commit (can be a partial/full commit ID or qualified/unqualified ref name)
func (*RepositoryAPIStreamDiff1Request) Whitespace ¶
func (r *RepositoryAPIStreamDiff1Request) Whitespace(whitespace string) *RepositoryAPIStreamDiff1Request
an optional whitespace flag which can be set to <code>ignore-all</code>
type RepositoryAPIStreamDiffRequest ¶
type RepositoryAPIStreamDiffRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIStreamDiffRequest) AutoSrcPath ¶
func (r *RepositoryAPIStreamDiffRequest) AutoSrcPath(autoSrcPath string) *RepositoryAPIStreamDiffRequest
<code>true</code> to automatically try to find the source path when it's not provided, <code>false</code> otherwise. Requires the path to be provided.
func (*RepositoryAPIStreamDiffRequest) AvatarScheme ¶
func (r *RepositoryAPIStreamDiffRequest) AvatarScheme(avatarScheme string) *RepositoryAPIStreamDiffRequest
The security scheme for avatar URLs. If the scheme is not present then it is inherited from the request. It can be set to \"https\" to force the use of secure URLs. Not applicable if streaming raw diff
func (*RepositoryAPIStreamDiffRequest) AvatarSize ¶
func (r *RepositoryAPIStreamDiffRequest) AvatarSize(avatarSize string) *RepositoryAPIStreamDiffRequest
If present the service adds avatar URLs for comment authors where the provided value specifies the desired avatar size in pixels. Not applicable if streaming raw diff
func (*RepositoryAPIStreamDiffRequest) ContextLines ¶
func (r *RepositoryAPIStreamDiffRequest) ContextLines(contextLines string) *RepositoryAPIStreamDiffRequest
The number of context lines to include around added/removed lines in the diff.Not applicable if streaming raw diff
func (*RepositoryAPIStreamDiffRequest) Execute ¶
func (r *RepositoryAPIStreamDiffRequest) Execute() (RestDiff, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIStreamDiffRequest) Filter ¶
func (r *RepositoryAPIStreamDiffRequest) Filter(filter string) *RepositoryAPIStreamDiffRequest
Text used to filter files and lines (optional). Not applicable if streaming raw diff
func (*RepositoryAPIStreamDiffRequest) Since ¶
func (r *RepositoryAPIStreamDiffRequest) Since(since string) *RepositoryAPIStreamDiffRequest
The base revision to diff from. If omitted the parent revision of the until revision is used
func (*RepositoryAPIStreamDiffRequest) SrcPath ¶
func (r *RepositoryAPIStreamDiffRequest) SrcPath(srcPath string) *RepositoryAPIStreamDiffRequest
The source path for the file, if it was copied, moved or renamed
func (*RepositoryAPIStreamDiffRequest) Whitespace ¶
func (r *RepositoryAPIStreamDiffRequest) Whitespace(whitespace string) *RepositoryAPIStreamDiffRequest
Optional whitespace flag which can be set to ignore-all
func (*RepositoryAPIStreamDiffRequest) WithComments ¶
func (r *RepositoryAPIStreamDiffRequest) WithComments(withComments string) *RepositoryAPIStreamDiffRequest
<code>true</code> to embed comments in the diff (the default); otherwise <code>false</code> to stream the diff without comments. Not applicable if streaming raw diff
type RepositoryAPIStreamFiles1Request ¶
type RepositoryAPIStreamFiles1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIStreamFiles1Request) At ¶
func (r *RepositoryAPIStreamFiles1Request) At(at string) *RepositoryAPIStreamFiles1Request
The commit ID or ref (e.g. a branch or tag) to list the files at. If not specified the default branch will be used instead.
func (*RepositoryAPIStreamFiles1Request) Execute ¶
func (r *RepositoryAPIStreamFiles1Request) Execute() (StreamFiles200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIStreamFiles1Request) Limit ¶
func (r *RepositoryAPIStreamFiles1Request) Limit(limit float32) *RepositoryAPIStreamFiles1Request
Number of items to return. If not passed, a page size of 25 is used.
func (*RepositoryAPIStreamFiles1Request) Start ¶
func (r *RepositoryAPIStreamFiles1Request) Start(start float32) *RepositoryAPIStreamFiles1Request
Start number for the page (inclusive). If not passed, first page is assumed.
type RepositoryAPIStreamFilesRequest ¶
type RepositoryAPIStreamFilesRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIStreamFilesRequest) At ¶
func (r *RepositoryAPIStreamFilesRequest) At(at string) *RepositoryAPIStreamFilesRequest
The commit ID or ref (e.g. a branch or tag) to list the files at. If not specified the default branch will be used instead.
func (*RepositoryAPIStreamFilesRequest) Execute ¶
func (r *RepositoryAPIStreamFilesRequest) Execute() (StreamFiles200Response, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIStreamFilesRequest) Limit ¶
func (r *RepositoryAPIStreamFilesRequest) Limit(limit float32) *RepositoryAPIStreamFilesRequest
Number of items to return. If not passed, a page size of 25 is used.
func (*RepositoryAPIStreamFilesRequest) Start ¶
func (r *RepositoryAPIStreamFilesRequest) Start(start float32) *RepositoryAPIStreamFilesRequest
Start number for the page (inclusive). If not passed, first page is assumed.
type RepositoryAPIStreamPatchRequest ¶
type RepositoryAPIStreamPatchRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIStreamPatchRequest) AllAncestors ¶
func (r *RepositoryAPIStreamPatchRequest) AllAncestors(allAncestors string) *RepositoryAPIStreamPatchRequest
indicates whether or not to generate a patch which includes all the ancestors of the 'until' revision. If true, the value provided by 'since' is ignored.
func (*RepositoryAPIStreamPatchRequest) Execute ¶
func (r *RepositoryAPIStreamPatchRequest) Execute() (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIStreamPatchRequest) Since ¶
func (r *RepositoryAPIStreamPatchRequest) Since(since string) *RepositoryAPIStreamPatchRequest
The base revision from which to generate the patch. This is only applicable when 'allAncestors' is false. If omitted the patch will represent one single commit, the 'until'.
func (*RepositoryAPIStreamPatchRequest) Until ¶
func (r *RepositoryAPIStreamPatchRequest) Until(until string) *RepositoryAPIStreamPatchRequest
The target revision from which to generate the patch (required)
type RepositoryAPIStreamRawDiff1Request ¶
type RepositoryAPIStreamRawDiff1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIStreamRawDiff1Request) ContextLines ¶
func (r *RepositoryAPIStreamRawDiff1Request) ContextLines(contextLines string) *RepositoryAPIStreamRawDiff1Request
The number of context lines to include around added/removed lines in the diff
func (*RepositoryAPIStreamRawDiff1Request) Execute ¶
func (r *RepositoryAPIStreamRawDiff1Request) Execute() (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIStreamRawDiff1Request) Since ¶
func (r *RepositoryAPIStreamRawDiff1Request) Since(since string) *RepositoryAPIStreamRawDiff1Request
The base revision to diff from. If omitted the parent revision of the until revision is used
func (*RepositoryAPIStreamRawDiff1Request) SrcPath ¶
func (r *RepositoryAPIStreamRawDiff1Request) SrcPath(srcPath string) *RepositoryAPIStreamRawDiff1Request
The source path for the file, if it was copied, moved or renamed
func (*RepositoryAPIStreamRawDiff1Request) Until ¶
func (r *RepositoryAPIStreamRawDiff1Request) Until(until string) *RepositoryAPIStreamRawDiff1Request
The target revision to diff to (required)
func (*RepositoryAPIStreamRawDiff1Request) Whitespace ¶
func (r *RepositoryAPIStreamRawDiff1Request) Whitespace(whitespace string) *RepositoryAPIStreamRawDiff1Request
Optional whitespace flag which can be set to <code>ignore-all</code>
type RepositoryAPIStreamRawDiffRequest ¶
type RepositoryAPIStreamRawDiffRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIStreamRawDiffRequest) ContextLines ¶
func (r *RepositoryAPIStreamRawDiffRequest) ContextLines(contextLines string) *RepositoryAPIStreamRawDiffRequest
The number of context lines to include around added/removed lines in the diff
func (*RepositoryAPIStreamRawDiffRequest) Execute ¶
func (r *RepositoryAPIStreamRawDiffRequest) Execute() (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIStreamRawDiffRequest) Since ¶
func (r *RepositoryAPIStreamRawDiffRequest) Since(since string) *RepositoryAPIStreamRawDiffRequest
The base revision to diff from. If omitted the parent revision of the until revision is used
func (*RepositoryAPIStreamRawDiffRequest) SrcPath ¶
func (r *RepositoryAPIStreamRawDiffRequest) SrcPath(srcPath string) *RepositoryAPIStreamRawDiffRequest
The source path for the file, if it was copied, moved or renamed
func (*RepositoryAPIStreamRawDiffRequest) Until ¶
func (r *RepositoryAPIStreamRawDiffRequest) Until(until string) *RepositoryAPIStreamRawDiffRequest
The target revision to diff to (required)
func (*RepositoryAPIStreamRawDiffRequest) Whitespace ¶
func (r *RepositoryAPIStreamRawDiffRequest) Whitespace(whitespace string) *RepositoryAPIStreamRawDiffRequest
Optional whitespace flag which can be set to <code>ignore-all</code>
type RepositoryAPIStreamRawRequest ¶
type RepositoryAPIStreamRawRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIStreamRawRequest) At ¶
func (r *RepositoryAPIStreamRawRequest) At(at string) *RepositoryAPIStreamRawRequest
A specific commit or ref to retrieve the raw content at, or the default branch if not specified
func (*RepositoryAPIStreamRawRequest) Execute ¶
func (r *RepositoryAPIStreamRawRequest) Execute() (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIStreamRawRequest) Hardwrap ¶
func (r *RepositoryAPIStreamRawRequest) Hardwrap(hardwrap string) *RepositoryAPIStreamRawRequest
(Optional) Whether the markup implementation should convert newlines to breaks. If not specified, the value of the markup.render.hardwrap property, which is true by default, will be used
func (*RepositoryAPIStreamRawRequest) HtmlEscape ¶
func (r *RepositoryAPIStreamRawRequest) HtmlEscape(htmlEscape string) *RepositoryAPIStreamRawRequest
(Optional) true if HTML should be escaped in the input markup, false otherwise. If not specified, the value of the markup.render.html.escape property, which is true by default, will be used
func (*RepositoryAPIStreamRawRequest) IncludeHeadingId ¶
func (r *RepositoryAPIStreamRawRequest) IncludeHeadingId(includeHeadingId string) *RepositoryAPIStreamRawRequest
(Optional) true if headings should contain an ID based on the heading content. If not specified, the value of the markup.render.headerids property, which is false by default, will be used
func (*RepositoryAPIStreamRawRequest) Markup ¶
func (r *RepositoryAPIStreamRawRequest) Markup(markup string) *RepositoryAPIStreamRawRequest
If present or \"true\", triggers the raw content to be markup-rendered and returned as HTML; otherwise, if not specified, or any value other than \"true\", the content is streamed without markup
type RepositoryAPIStreamRequest ¶
type RepositoryAPIStreamRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIStreamRequest) At ¶
func (r *RepositoryAPIStreamRequest) At(at string) *RepositoryAPIStreamRequest
The commit to use as the starting point when listing files and calculating modifications
func (*RepositoryAPIStreamRequest) Execute ¶
func (r *RepositoryAPIStreamRequest) Execute() (ExampleFiles, aurestclientapi.ParsedResponse, error)
type RepositoryAPISynchronizeRequest ¶
type RepositoryAPISynchronizeRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPISynchronizeRequest) Execute ¶
func (r *RepositoryAPISynchronizeRequest) Execute() (RestRejectedRef, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPISynchronizeRequest) RestRefSyncRequest ¶
func (r *RepositoryAPISynchronizeRequest) RestRefSyncRequest(restRefSyncRequest RestRefSyncRequest) *RepositoryAPISynchronizeRequest
type RepositoryAPITestWebhook1Request ¶
type RepositoryAPITestWebhook1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPITestWebhook1Request) Execute ¶
func (r *RepositoryAPITestWebhook1Request) Execute() (interface{}, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPITestWebhook1Request) RestWebhookCredentials ¶
func (r *RepositoryAPITestWebhook1Request) RestWebhookCredentials(restWebhookCredentials RestWebhookCredentials) *RepositoryAPITestWebhook1Request
Basic authentication credentials, if required.
func (*RepositoryAPITestWebhook1Request) SslVerificationRequired ¶
func (r *RepositoryAPITestWebhook1Request) SslVerificationRequired(sslVerificationRequired string) *RepositoryAPITestWebhook1Request
Whether SSL verification is required for the specified webhook URL. Default value is <code>true</code>.
func (*RepositoryAPITestWebhook1Request) Url ¶
func (r *RepositoryAPITestWebhook1Request) Url(url string) *RepositoryAPITestWebhook1Request
The url in which to connect to
func (*RepositoryAPITestWebhook1Request) WebhookId ¶
func (r *RepositoryAPITestWebhook1Request) WebhookId(webhookId int32) *RepositoryAPITestWebhook1Request
type RepositoryAPIUnReactRequest ¶
type RepositoryAPIUnReactRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIUnReactRequest) Execute ¶
func (r *RepositoryAPIUnReactRequest) Execute() (aurestclientapi.ParsedResponse, error)
type RepositoryAPIUnwatch2Request ¶
type RepositoryAPIUnwatch2Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIUnwatch2Request) Execute ¶
func (r *RepositoryAPIUnwatch2Request) Execute() (aurestclientapi.ParsedResponse, error)
type RepositoryAPIUnwatchRequest ¶
type RepositoryAPIUnwatchRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIUnwatchRequest) Execute ¶
func (r *RepositoryAPIUnwatchRequest) Execute() (aurestclientapi.ParsedResponse, error)
type RepositoryAPIUpdateCommentRequest ¶
type RepositoryAPIUpdateCommentRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIUpdateCommentRequest) Execute ¶
func (r *RepositoryAPIUpdateCommentRequest) Execute() (RestComment, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIUpdateCommentRequest) RestComment ¶
func (r *RepositoryAPIUpdateCommentRequest) RestComment(restComment RestComment) *RepositoryAPIUpdateCommentRequest
The comment to update
type RepositoryAPIUpdatePullRequestSettings1Request ¶
type RepositoryAPIUpdatePullRequestSettings1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIUpdatePullRequestSettings1Request) RestRepositoryPullRequestSettings ¶
func (r *RepositoryAPIUpdatePullRequestSettings1Request) RestRepositoryPullRequestSettings(restRepositoryPullRequestSettings RestRepositoryPullRequestSettings) *RepositoryAPIUpdatePullRequestSettings1Request
The updated settings.
type RepositoryAPIUpdateWebhook1Request ¶
type RepositoryAPIUpdateWebhook1Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIUpdateWebhook1Request) Execute ¶
func (r *RepositoryAPIUpdateWebhook1Request) Execute() (RestWebhook, aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIUpdateWebhook1Request) RestWebhook ¶
func (r *RepositoryAPIUpdateWebhook1Request) RestWebhook(restWebhook RestWebhook) *RepositoryAPIUpdateWebhook1Request
The representation of the updated values for the webhook
type RepositoryAPIWatch2Request ¶
type RepositoryAPIWatch2Request struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIWatch2Request) Execute ¶
func (r *RepositoryAPIWatch2Request) Execute() (aurestclientapi.ParsedResponse, error)
func (*RepositoryAPIWatch2Request) RestRepository ¶
func (r *RepositoryAPIWatch2Request) RestRepository(restRepository RestRepository) *RepositoryAPIWatch2Request
The repository to watch.
type RepositoryAPIWatchRequest ¶
type RepositoryAPIWatchRequest struct { ApiService *RepositoryAPIRepository // contains filtered or unexported fields }
func (*RepositoryAPIWatchRequest) Execute ¶
func (r *RepositoryAPIWatchRequest) Execute() (aurestclientapi.ParsedResponse, error)
type RepositoryHookDetails ¶
type RepositoryHookDetails struct { Version *string `yaml:"version,omitempty" json:"version,omitempty"` Name *string `yaml:"name,omitempty" json:"name,omitempty"` Key *string `yaml:"key,omitempty" json:"key,omitempty"` Type *string `yaml:"type,omitempty" json:"type,omitempty"` ConfigFormKey *string `yaml:"configFormKey,omitempty" json:"configFormKey,omitempty"` SupportedScopes []string `yaml:"supportedScopes,omitempty" json:"supportedScopes,omitempty"` Description *string `yaml:"description,omitempty" json:"description,omitempty"` }
RepositoryHookDetails struct for RepositoryHookDetails
type RequestManipulatorFunc ¶
func BasicAuthRequestManipulator ¶
func BasicAuthRequestManipulator(username string, password string) RequestManipulatorFunc
type RestApplicationUser ¶
type RestApplicationUser struct { Name *string `yaml:"name,omitempty" json:"name,omitempty"` Id *int32 `yaml:"id,omitempty" json:"id,omitempty"` Type *string `yaml:"type,omitempty" json:"type,omitempty"` Active *bool `yaml:"active,omitempty" json:"active,omitempty"` DisplayName *string `yaml:"displayName,omitempty" json:"displayName,omitempty"` EmailAddress *string `yaml:"emailAddress,omitempty" json:"emailAddress,omitempty"` Links map[string]interface{} `yaml:"-" json:"-"` Slug *string `yaml:"slug,omitempty" json:"slug,omitempty"` AvatarUrl *string `yaml:"-" json:"-"` }
RestApplicationUser struct for RestApplicationUser
type RestApplySuggestionRequest ¶
type RestApplySuggestionRequest struct { CommentVersion *RestApplySuggestionRequestCommentVersion `yaml:"commentVersion,omitempty" json:"commentVersion,omitempty"` CommitMessage *string `yaml:"commitMessage,omitempty" json:"commitMessage,omitempty"` PullRequestVersion *RestApplySuggestionRequestPullRequestVersion `yaml:"pullRequestVersion,omitempty" json:"pullRequestVersion,omitempty"` SuggestionIndex *RestApplySuggestionRequestSuggestionIndex `yaml:"suggestionIndex,omitempty" json:"suggestionIndex,omitempty"` }
RestApplySuggestionRequest struct for RestApplySuggestionRequest
type RestApplySuggestionRequestCommentVersion ¶
type RestApplySuggestionRequestCommentVersion struct { AsInt *int32 `yaml:"asInt,omitempty" json:"asInt,omitempty"` Present *bool `yaml:"present,omitempty" json:"present,omitempty"` }
RestApplySuggestionRequestCommentVersion struct for RestApplySuggestionRequestCommentVersion
type RestApplySuggestionRequestPullRequestVersion ¶
type RestApplySuggestionRequestPullRequestVersion struct { AsInt *int32 `yaml:"asInt,omitempty" json:"asInt,omitempty"` Present *bool `yaml:"present,omitempty" json:"present,omitempty"` }
RestApplySuggestionRequestPullRequestVersion struct for RestApplySuggestionRequestPullRequestVersion
type RestApplySuggestionRequestSuggestionIndex ¶
type RestApplySuggestionRequestSuggestionIndex struct { AsInt *int32 `yaml:"asInt,omitempty" json:"asInt,omitempty"` Present *bool `yaml:"present,omitempty" json:"present,omitempty"` }
RestApplySuggestionRequestSuggestionIndex struct for RestApplySuggestionRequestSuggestionIndex
type RestAttachmentMetadata ¶
type RestAttachmentMetadata struct { Id *int64 `yaml:"id,omitempty" json:"id,omitempty"` Metadata *string `yaml:"metadata,omitempty" json:"metadata,omitempty"` Url *string `yaml:"url,omitempty" json:"url,omitempty"` }
RestAttachmentMetadata struct for RestAttachmentMetadata
type RestAutoDeclineSettings ¶
type RestAutoDeclineSettings struct { InactivityWeeks *int32 `yaml:"inactivityWeeks,omitempty" json:"inactivityWeeks,omitempty"` Scope *RestAutoDeclineSettingsScope `yaml:"scope,omitempty" json:"scope,omitempty"` Enabled *bool `yaml:"enabled,omitempty" json:"enabled,omitempty"` }
RestAutoDeclineSettings struct for RestAutoDeclineSettings
type RestAutoDeclineSettingsRequest ¶
type RestAutoDeclineSettingsRequest struct { Enabled *bool `yaml:"enabled,omitempty" json:"enabled,omitempty"` InactivityWeeks *int32 `yaml:"inactivityWeeks,omitempty" json:"inactivityWeeks,omitempty"` }
RestAutoDeclineSettingsRequest struct for RestAutoDeclineSettingsRequest
type RestAutoDeclineSettingsScope ¶
type RestAutoDeclineSettingsScope struct { Type *string `yaml:"type,omitempty" json:"type,omitempty"` ResourceId *int32 `yaml:"resourceId,omitempty" json:"resourceId,omitempty"` }
RestAutoDeclineSettingsScope struct for RestAutoDeclineSettingsScope
type RestAutoMergeProcessingResult ¶
type RestAutoMergeProcessingResult struct { PullRequest *RestAutoMergeProcessingResultPullRequest `yaml:"pullRequest,omitempty" json:"pullRequest,omitempty"` AutoMergeProcessingStatus *string `yaml:"autoMergeProcessingStatus,omitempty" json:"autoMergeProcessingStatus,omitempty"` }
RestAutoMergeProcessingResult struct for RestAutoMergeProcessingResult
type RestAutoMergeProcessingResultPullRequest ¶
type RestAutoMergeProcessingResultPullRequest struct { Version *int32 `yaml:"version,omitempty" json:"version,omitempty"` Open *bool `yaml:"open,omitempty" json:"open,omitempty"` Id *int64 `yaml:"id,omitempty" json:"id,omitempty"` State *string `yaml:"state,omitempty" json:"state,omitempty"` Locked *bool `yaml:"locked,omitempty" json:"locked,omitempty"` Closed *bool `yaml:"closed,omitempty" json:"closed,omitempty"` CreatedDate *int64 `yaml:"createdDate,omitempty" json:"createdDate,omitempty"` UpdatedDate *int64 `yaml:"updatedDate,omitempty" json:"updatedDate,omitempty"` HtmlDescription *string `yaml:"-" json:"-"` ClosedDate *int64 `yaml:"closedDate,omitempty" json:"closedDate,omitempty"` Participants []RestPullRequestParticipant `yaml:"participants,omitempty" json:"participants,omitempty"` Reviewers []RestPullRequestParticipant `yaml:"reviewers,omitempty" json:"reviewers,omitempty"` Description *string `yaml:"description,omitempty" json:"description,omitempty"` Title *string `yaml:"title,omitempty" json:"title,omitempty"` FromRef *RestPullRequestFromRef `yaml:"fromRef,omitempty" json:"fromRef,omitempty"` ToRef *RestPullRequestFromRef `yaml:"toRef,omitempty" json:"toRef,omitempty"` Draft *bool `yaml:"draft,omitempty" json:"draft,omitempty"` Links map[string]interface{} `yaml:"-" json:"-"` }
RestAutoMergeProcessingResultPullRequest struct for RestAutoMergeProcessingResultPullRequest
type RestAutoMergeRequest ¶
type RestAutoMergeRequest struct { Message *string `yaml:"message,omitempty" json:"message,omitempty"` AutoSubject *bool `yaml:"autoSubject,omitempty" json:"autoSubject,omitempty"` StrategyId *string `yaml:"strategyId,omitempty" json:"strategyId,omitempty"` CreatedDate *int64 `yaml:"createdDate,omitempty" json:"createdDate,omitempty"` FromHash *string `yaml:"fromHash,omitempty" json:"fromHash,omitempty"` ToRefId *string `yaml:"toRefId,omitempty" json:"toRefId,omitempty"` }
RestAutoMergeRequest struct for RestAutoMergeRequest
type RestAutoMergeRestrictedSettings ¶
type RestAutoMergeRestrictedSettings struct { // The restriction state of this scope's project. RestrictionState *string `yaml:"restrictionState,omitempty" json:"restrictionState,omitempty"` Scope *RestAutoMergeRestrictedSettingsScope `yaml:"scope,omitempty" json:"scope,omitempty"` Enabled *bool `yaml:"enabled,omitempty" json:"enabled,omitempty"` }
RestAutoMergeRestrictedSettings struct for RestAutoMergeRestrictedSettings
type RestAutoMergeRestrictedSettingsScope ¶
type RestAutoMergeRestrictedSettingsScope struct { Type *string `yaml:"type,omitempty" json:"type,omitempty"` ResourceId *int32 `yaml:"resourceId,omitempty" json:"resourceId,omitempty"` }
RestAutoMergeRestrictedSettingsScope The scope that these settings apply to.
type RestAutoMergeSettingsRequest ¶
type RestAutoMergeSettingsRequest struct {
Enabled *bool `yaml:"enabled,omitempty" json:"enabled,omitempty"`
}
RestAutoMergeSettingsRequest struct for RestAutoMergeSettingsRequest
type RestBranch ¶
type RestBranch struct { Type *interface{} `yaml:"type" json:"type"` Default *bool `yaml:"default,omitempty" json:"default,omitempty"` DisplayId *string `yaml:"displayId,omitempty" json:"displayId,omitempty"` LatestCommit *string `yaml:"latestCommit,omitempty" json:"latestCommit,omitempty"` LatestChangeset *string `yaml:"latestChangeset,omitempty" json:"latestChangeset,omitempty"` Id *string `yaml:"id,omitempty" json:"id,omitempty"` }
RestBranch struct for RestBranch
type RestBranchCreateRequest ¶
type RestBranchCreateRequest struct { // Name of the branch to be created Name *string `yaml:"name,omitempty" json:"name,omitempty"` // Commit ID from which the branch is created StartPoint *string `yaml:"startPoint,omitempty" json:"startPoint,omitempty"` }
RestBranchCreateRequest struct for RestBranchCreateRequest
type RestBranchDeleteRequest ¶
type RestBranchDeleteRequest struct { // Don't actually delete the ref name, just do a dry run DryRun *bool `yaml:"dryRun,omitempty" json:"dryRun,omitempty"` // Commit ID that the provided ref name is expected to point to EndPoint *string `yaml:"endPoint,omitempty" json:"endPoint,omitempty"` // Name of the ref to be deleted Name *string `yaml:"name,omitempty" json:"name,omitempty"` }
RestBranchDeleteRequest struct for RestBranchDeleteRequest
type RestBuildStats ¶
type RestBuildStats struct { Successful *int32 `yaml:"successful,omitempty" json:"successful,omitempty"` Cancelled *int32 `yaml:"cancelled,omitempty" json:"cancelled,omitempty"` InProgress *int32 `yaml:"inProgress,omitempty" json:"inProgress,omitempty"` Failed *int32 `yaml:"failed,omitempty" json:"failed,omitempty"` Unknown *int32 `yaml:"unknown,omitempty" json:"unknown,omitempty"` }
RestBuildStats struct for RestBuildStats
type RestBuildStatus ¶
type RestBuildStatus struct { Name *string `yaml:"name,omitempty" json:"name,omitempty"` Key *string `yaml:"key,omitempty" json:"key,omitempty"` Parent *string `yaml:"parent,omitempty" json:"parent,omitempty"` State *string `yaml:"state,omitempty" json:"state,omitempty"` Ref *string `yaml:"ref,omitempty" json:"ref,omitempty"` Duration *int64 `yaml:"duration,omitempty" json:"duration,omitempty"` TestResults *RestBuildStatusTestResults `yaml:"testResults,omitempty" json:"testResults,omitempty"` CreatedDate *int64 `yaml:"createdDate,omitempty" json:"createdDate,omitempty"` UpdatedDate *int64 `yaml:"updatedDate,omitempty" json:"updatedDate,omitempty"` Description *string `yaml:"description,omitempty" json:"description,omitempty"` BuildNumber *string `yaml:"buildNumber,omitempty" json:"buildNumber,omitempty"` Url *string `yaml:"url,omitempty" json:"url,omitempty"` }
RestBuildStatus struct for RestBuildStatus
type RestBuildStatusSetRequest ¶
type RestBuildStatusSetRequest struct { BuildNumber *string `yaml:"buildNumber,omitempty" json:"buildNumber,omitempty"` Description *string `yaml:"description,omitempty" json:"description,omitempty"` Duration *int64 `yaml:"duration,omitempty" json:"duration,omitempty"` Key string `yaml:"key" json:"key"` LastUpdated *int64 `yaml:"lastUpdated,omitempty" json:"lastUpdated,omitempty"` Name *string `yaml:"name,omitempty" json:"name,omitempty"` Parent *string `yaml:"parent,omitempty" json:"parent,omitempty"` Ref *string `yaml:"ref,omitempty" json:"ref,omitempty" validate:"regexp=^refs\\/.*"` State string `yaml:"state" json:"state"` TestResults *RestBuildStatusSetRequestTestResults `yaml:"testResults,omitempty" json:"testResults,omitempty"` Url string `yaml:"url" json:"url"` }
RestBuildStatusSetRequest struct for RestBuildStatusSetRequest
type RestBuildStatusSetRequestTestResults ¶
type RestBuildStatusSetRequestTestResults struct { Failed *int32 `yaml:"failed,omitempty" json:"failed,omitempty"` Skipped *int32 `yaml:"skipped,omitempty" json:"skipped,omitempty"` Successful *int32 `yaml:"successful,omitempty" json:"successful,omitempty"` }
RestBuildStatusSetRequestTestResults struct for RestBuildStatusSetRequestTestResults
type RestBuildStatusTestResults ¶
type RestBuildStatusTestResults struct { Successful *int32 `yaml:"successful,omitempty" json:"successful,omitempty"` Skipped *int32 `yaml:"skipped,omitempty" json:"skipped,omitempty"` Failed *int32 `yaml:"failed,omitempty" json:"failed,omitempty"` }
RestBuildStatusTestResults struct for RestBuildStatusTestResults
type RestBulkAddInsightAnnotationRequest ¶
type RestBulkAddInsightAnnotationRequest struct {
Annotations []RestSingleAddInsightAnnotationRequest `yaml:"annotations,omitempty" json:"annotations,omitempty"`
}
RestBulkAddInsightAnnotationRequest struct for RestBulkAddInsightAnnotationRequest
type RestChange ¶
type RestChange struct { Type *string `yaml:"type,omitempty" json:"type,omitempty"` Path *RestCommentThreadDiffAnchorPath `yaml:"path,omitempty" json:"path,omitempty"` SrcExecutable *bool `yaml:"srcExecutable,omitempty" json:"srcExecutable,omitempty"` PercentUnchanged *int32 `yaml:"percentUnchanged,omitempty" json:"percentUnchanged,omitempty"` Conflict *RestChangeConflict `yaml:"conflict,omitempty" json:"conflict,omitempty"` ContentId *string `yaml:"contentId,omitempty" json:"contentId,omitempty"` FromContentId *string `yaml:"fromContentId,omitempty" json:"fromContentId,omitempty"` NodeType *string `yaml:"nodeType,omitempty" json:"nodeType,omitempty"` Executable *bool `yaml:"executable,omitempty" json:"executable,omitempty"` SrcPath *RestCommentThreadDiffAnchorPath `yaml:"srcPath,omitempty" json:"srcPath,omitempty"` Links map[string]interface{} `yaml:"-" json:"-"` }
RestChange struct for RestChange
type RestChangeConflict ¶
type RestChangeConflict struct { OurChange *RestChangeConflictOurChange `yaml:"ourChange,omitempty" json:"ourChange,omitempty"` TheirChange *RestChangeConflictOurChange `yaml:"theirChange,omitempty" json:"theirChange,omitempty"` }
RestChangeConflict struct for RestChangeConflict
type RestChangeConflictOurChange ¶
type RestChangeConflictOurChange struct { Type *string `yaml:"type,omitempty" json:"type,omitempty"` Path *RestCommentThreadDiffAnchorPath `yaml:"path,omitempty" json:"path,omitempty"` SrcPath *RestCommentThreadDiffAnchorPath `yaml:"srcPath,omitempty" json:"srcPath,omitempty"` }
RestChangeConflictOurChange struct for RestChangeConflictOurChange
type RestChangesetFromCommit ¶
type RestChangesetFromCommit struct { Id *string `yaml:"id,omitempty" json:"id,omitempty"` DisplayId *string `yaml:"displayId,omitempty" json:"displayId,omitempty"` }
RestChangesetFromCommit struct for RestChangesetFromCommit
type RestChangesetToCommit ¶
type RestChangesetToCommit struct { Message *string `yaml:"message,omitempty" json:"message,omitempty"` CommitterTimestamp *int64 `yaml:"committerTimestamp,omitempty" json:"committerTimestamp,omitempty"` Committer *RestChangesetToCommitCommitter `yaml:"committer,omitempty" json:"committer,omitempty"` AuthorTimestamp *int64 `yaml:"authorTimestamp,omitempty" json:"authorTimestamp,omitempty"` Parents []RestMinimalCommit `yaml:"parents,omitempty" json:"parents,omitempty"` Author *RestChangesetToCommitCommitter `yaml:"author,omitempty" json:"author,omitempty"` Id *string `yaml:"id,omitempty" json:"id,omitempty"` DisplayId *string `yaml:"displayId,omitempty" json:"displayId,omitempty"` }
RestChangesetToCommit struct for RestChangesetToCommit
type RestChangesetToCommitCommitter ¶
type RestChangesetToCommitCommitter struct { Name *string `yaml:"name,omitempty" json:"name,omitempty"` EmailAddress *string `yaml:"emailAddress,omitempty" json:"emailAddress,omitempty"` AvatarUrl *string `yaml:"-" json:"-"` }
RestChangesetToCommitCommitter struct for RestChangesetToCommitCommitter
type RestComment ¶
type RestComment struct { Version *int32 `yaml:"version,omitempty" json:"version,omitempty"` Parent *RestUserReactionCommentParent `yaml:"parent,omitempty" json:"parent,omitempty"` Id *int64 `yaml:"id,omitempty" json:"id,omitempty"` State *string `yaml:"state,omitempty" json:"state,omitempty"` Severity *string `yaml:"severity,omitempty" json:"severity,omitempty"` ThreadResolvedDate *int64 `yaml:"threadResolvedDate,omitempty" json:"threadResolvedDate,omitempty"` ThreadResolver *RestUserReactionCommentParentThreadResolver `yaml:"threadResolver,omitempty" json:"threadResolver,omitempty"` // Indicates if this comment thread has been marked as resolved or not ThreadResolved *bool `yaml:"threadResolved,omitempty" json:"threadResolved,omitempty"` CreatedDate *int64 `yaml:"createdDate,omitempty" json:"createdDate,omitempty"` ResolvedDate *int64 `yaml:"resolvedDate,omitempty" json:"resolvedDate,omitempty"` Resolver *RestUserReactionCommentParentThreadResolver `yaml:"resolver,omitempty" json:"resolver,omitempty"` UpdatedDate *int64 `yaml:"updatedDate,omitempty" json:"updatedDate,omitempty"` Comments []RestComment `yaml:"comments,omitempty" json:"comments,omitempty"` Text *string `yaml:"text,omitempty" json:"text,omitempty"` Anchor *RestUserReactionCommentParentAnchor `yaml:"anchor,omitempty" json:"anchor,omitempty"` Author *RestUserReactionCommentParentThreadResolver `yaml:"author,omitempty" json:"author,omitempty"` Html *string `yaml:"html,omitempty" json:"html,omitempty"` Anchored *bool `yaml:"anchored,omitempty" json:"anchored,omitempty"` Pending *bool `yaml:"pending,omitempty" json:"pending,omitempty"` Reply *bool `yaml:"reply,omitempty" json:"reply,omitempty"` Properties map[string]interface{} `yaml:"properties,omitempty" json:"properties,omitempty"` }
RestComment struct for RestComment
type RestCommentThreadDiffAnchorPath ¶
type RestCommentThreadDiffAnchorPath struct { Extension *string `yaml:"extension,omitempty" json:"extension,omitempty"` Name *string `yaml:"name,omitempty" json:"name,omitempty"` Parent *string `yaml:"parent,omitempty" json:"parent,omitempty"` Components []string `yaml:"components,omitempty" json:"components,omitempty"` }
RestCommentThreadDiffAnchorPath struct for RestCommentThreadDiffAnchorPath
type RestCommentThreadDiffAnchorPullRequest ¶
type RestCommentThreadDiffAnchorPullRequest struct { Version *int32 `yaml:"version,omitempty" json:"version,omitempty"` Open *bool `yaml:"open,omitempty" json:"open,omitempty"` Id *int64 `yaml:"id,omitempty" json:"id,omitempty"` State *string `yaml:"state,omitempty" json:"state,omitempty"` Locked *bool `yaml:"locked,omitempty" json:"locked,omitempty"` Closed *bool `yaml:"closed,omitempty" json:"closed,omitempty"` CreatedDate *int64 `yaml:"createdDate,omitempty" json:"createdDate,omitempty"` UpdatedDate *int64 `yaml:"updatedDate,omitempty" json:"updatedDate,omitempty"` HtmlDescription *string `yaml:"-" json:"-"` ClosedDate *int64 `yaml:"closedDate,omitempty" json:"closedDate,omitempty"` Participants []RestPullRequestParticipant `yaml:"participants,omitempty" json:"participants,omitempty"` Reviewers []RestPullRequestParticipant `yaml:"reviewers,omitempty" json:"reviewers,omitempty"` Description *string `yaml:"description,omitempty" json:"description,omitempty"` Title *string `yaml:"title,omitempty" json:"title,omitempty"` FromRef *RestPullRequestFromRef `yaml:"fromRef,omitempty" json:"fromRef,omitempty"` ToRef *RestPullRequestFromRef `yaml:"toRef,omitempty" json:"toRef,omitempty"` Draft *bool `yaml:"draft,omitempty" json:"draft,omitempty"` Links map[string]interface{} `yaml:"-" json:"-"` }
RestCommentThreadDiffAnchorPullRequest struct for RestCommentThreadDiffAnchorPullRequest
type RestCommit ¶
type RestCommit struct { Message *string `yaml:"message,omitempty" json:"message,omitempty"` CommitterTimestamp *int64 `yaml:"committerTimestamp,omitempty" json:"committerTimestamp,omitempty"` Committer *RestChangesetToCommitCommitter `yaml:"committer,omitempty" json:"committer,omitempty"` AuthorTimestamp *int64 `yaml:"authorTimestamp,omitempty" json:"authorTimestamp,omitempty"` Parents []RestMinimalCommit `yaml:"parents,omitempty" json:"parents,omitempty"` Author *RestChangesetToCommitCommitter `yaml:"author,omitempty" json:"author,omitempty"` Id *string `yaml:"id,omitempty" json:"id,omitempty"` DisplayId *string `yaml:"displayId,omitempty" json:"displayId,omitempty"` }
RestCommit struct for RestCommit
type RestCommitMessageSuggestion ¶
type RestCommitMessageSuggestion struct { Title *string `yaml:"title,omitempty" json:"title,omitempty"` Body *string `yaml:"body,omitempty" json:"body,omitempty"` }
RestCommitMessageSuggestion struct for RestCommitMessageSuggestion
type RestCreateBranchRequest ¶
type RestCreateBranchRequest struct { Message *string `yaml:"message,omitempty" json:"message,omitempty"` Name *string `yaml:"name,omitempty" json:"name,omitempty"` StartPoint *string `yaml:"startPoint,omitempty" json:"startPoint,omitempty"` }
RestCreateBranchRequest struct for RestCreateBranchRequest
type RestCreateTagRequest ¶
type RestCreateTagRequest struct { Message *string `yaml:"message,omitempty" json:"message,omitempty"` Name *string `yaml:"name,omitempty" json:"name,omitempty"` StartPoint *string `yaml:"startPoint,omitempty" json:"startPoint,omitempty"` }
RestCreateTagRequest struct for RestCreateTagRequest
type RestDefaultReviewersRequest ¶
type RestDefaultReviewersRequest struct { RequiredApprovals *int32 `yaml:"requiredApprovals,omitempty" json:"requiredApprovals,omitempty"` Reviewers []RestApplicationUser `yaml:"reviewers,omitempty" json:"reviewers,omitempty"` SourceMatcher *UpdatePullRequestCondition1RequestSourceMatcher `yaml:"sourceMatcher,omitempty" json:"sourceMatcher,omitempty"` TargetMatcher *UpdatePullRequestCondition1RequestSourceMatcher `yaml:"targetMatcher,omitempty" json:"targetMatcher,omitempty"` }
RestDefaultReviewersRequest struct for RestDefaultReviewersRequest
type RestDeployment ¶
type RestDeployment struct { Key *string `yaml:"key,omitempty" json:"key,omitempty"` State *string `yaml:"state,omitempty" json:"state,omitempty"` DisplayName *string `yaml:"displayName,omitempty" json:"displayName,omitempty"` Environment *RestDeploymentEnvironment `yaml:"environment,omitempty" json:"environment,omitempty"` FromCommit *RestChangesetFromCommit `yaml:"fromCommit,omitempty" json:"fromCommit,omitempty"` ToCommit *RestChangesetFromCommit `yaml:"toCommit,omitempty" json:"toCommit,omitempty"` Description *string `yaml:"description,omitempty" json:"description,omitempty"` Repository *RestPullRequestFromRefRepository `yaml:"repository,omitempty" json:"repository,omitempty"` LastUpdated *int64 `yaml:"lastUpdated,omitempty" json:"lastUpdated,omitempty"` Url *string `yaml:"url,omitempty" json:"url,omitempty"` DeploymentSequenceNumber *int64 `yaml:"deploymentSequenceNumber,omitempty" json:"deploymentSequenceNumber,omitempty"` }
RestDeployment struct for RestDeployment
type RestDeploymentEnvironment ¶
type RestDeploymentEnvironment struct { Key string `yaml:"key" json:"key"` Type *string `yaml:"type,omitempty" json:"type,omitempty" validate:"regexp=DEVELOPMENT|TESTING|STAGING|PRODUCTION"` DisplayName string `yaml:"displayName" json:"displayName"` Url *string `yaml:"url,omitempty" json:"url,omitempty"` }
RestDeploymentEnvironment struct for RestDeploymentEnvironment
type RestDeploymentSetRequest ¶
type RestDeploymentSetRequest struct { DeploymentSequenceNumber int64 `yaml:"deploymentSequenceNumber" json:"deploymentSequenceNumber"` Description string `yaml:"description" json:"description"` DisplayName string `yaml:"displayName" json:"displayName"` Environment RestDeploymentEnvironment `yaml:"environment" json:"environment"` Key string `yaml:"key" json:"key"` LastUpdated *int64 `yaml:"lastUpdated,omitempty" json:"lastUpdated,omitempty"` State string `yaml:"state" json:"state"` Url string `yaml:"url" json:"url"` }
RestDeploymentSetRequest struct for RestDeploymentSetRequest
type RestDetailedInvocation ¶
type RestDetailedInvocation struct { Start *int32 `yaml:"start,omitempty" json:"start,omitempty"` Result map[string]interface{} `yaml:"result,omitempty" json:"result,omitempty"` Id *int32 `yaml:"id,omitempty" json:"id,omitempty"` Duration *int32 `yaml:"duration,omitempty" json:"duration,omitempty"` EventScope *RestDetailedInvocationEventScope `yaml:"eventScope,omitempty" json:"eventScope,omitempty"` Request map[string]interface{} `yaml:"request,omitempty" json:"request,omitempty"` Event *string `yaml:"event,omitempty" json:"event,omitempty"` Finish *int32 `yaml:"finish,omitempty" json:"finish,omitempty"` }
RestDetailedInvocation struct for RestDetailedInvocation
type RestDetailedInvocationEventScope ¶
type RestDetailedInvocationEventScope struct { Id *string `yaml:"id,omitempty" json:"id,omitempty"` Type *string `yaml:"type,omitempty" json:"type,omitempty"` }
RestDetailedInvocationEventScope struct for RestDetailedInvocationEventScope
type RestDiff ¶
type RestDiff struct { Truncated *bool `yaml:"truncated,omitempty" json:"truncated,omitempty"` LineComments []RestComment `yaml:"lineComments,omitempty" json:"lineComments,omitempty"` Destination *RestCommentThreadDiffAnchorPath `yaml:"destination,omitempty" json:"destination,omitempty"` Source *RestCommentThreadDiffAnchorPath `yaml:"source,omitempty" json:"source,omitempty"` Binary *bool `yaml:"binary,omitempty" json:"binary,omitempty"` Hunks []RestDiffHunk `yaml:"hunks,omitempty" json:"hunks,omitempty"` Properties map[string]interface{} `yaml:"properties,omitempty" json:"properties,omitempty"` }
RestDiff struct for RestDiff
type RestDiffHunk ¶
type RestDiffHunk struct { Context *string `yaml:"context,omitempty" json:"context,omitempty"` SourceLine *int32 `yaml:"sourceLine,omitempty" json:"sourceLine,omitempty"` Segments []RestDiffSegment `yaml:"segments,omitempty" json:"segments,omitempty"` SourceSpan *int32 `yaml:"sourceSpan,omitempty" json:"sourceSpan,omitempty"` DestinationSpan *int32 `yaml:"destinationSpan,omitempty" json:"destinationSpan,omitempty"` DestinationLine *int32 `yaml:"destinationLine,omitempty" json:"destinationLine,omitempty"` Truncated *bool `yaml:"truncated,omitempty" json:"truncated,omitempty"` }
RestDiffHunk struct for RestDiffHunk
type RestDiffLine ¶
type RestDiffLine struct { Truncated *bool `yaml:"truncated,omitempty" json:"truncated,omitempty"` ConflictMarker *string `yaml:"conflictMarker,omitempty" json:"conflictMarker,omitempty"` CommentIds []int64 `yaml:"commentIds,omitempty" json:"commentIds,omitempty"` Destination *int32 `yaml:"destination,omitempty" json:"destination,omitempty"` Source *int32 `yaml:"source,omitempty" json:"source,omitempty"` Line *string `yaml:"line,omitempty" json:"line,omitempty"` }
RestDiffLine struct for RestDiffLine
type RestDiffSegment ¶
type RestDiffSegment struct { Type *string `yaml:"type,omitempty" json:"type,omitempty"` Truncated *bool `yaml:"truncated,omitempty" json:"truncated,omitempty"` Lines []RestDiffLine `yaml:"lines,omitempty" json:"lines,omitempty"` }
RestDiffSegment struct for RestDiffSegment
type RestErrorMessage ¶
type RestErrorMessage struct { Message *string `yaml:"message,omitempty" json:"message,omitempty"` Context *string `yaml:"context,omitempty" json:"context,omitempty"` ExceptionName *string `yaml:"exceptionName,omitempty" json:"exceptionName,omitempty"` }
RestErrorMessage struct for RestErrorMessage
type RestErrors ¶
type RestErrors struct {
Errors []RestErrorMessage `yaml:"errors,omitempty" json:"errors,omitempty"`
}
RestErrors struct for RestErrors
type RestGitTagCreateRequest ¶
type RestGitTagCreateRequest struct { Force *bool `yaml:"force,omitempty" json:"force,omitempty"` Message *string `yaml:"message,omitempty" json:"message,omitempty"` Name *string `yaml:"name,omitempty" json:"name,omitempty"` StartPoint *string `yaml:"startPoint,omitempty" json:"startPoint,omitempty"` Type *string `yaml:"type,omitempty" json:"type,omitempty"` }
RestGitTagCreateRequest struct for RestGitTagCreateRequest
type RestHookScriptConfig ¶
type RestHookScriptConfig struct { Script *RestHookScriptConfigScript `yaml:"script,omitempty" json:"script,omitempty"` Scope *RestAutoDeclineSettingsScope `yaml:"scope,omitempty" json:"scope,omitempty"` TriggerIds []string `yaml:"triggerIds,omitempty" json:"triggerIds,omitempty"` }
RestHookScriptConfig struct for RestHookScriptConfig
type RestHookScriptConfigScript ¶
type RestHookScriptConfigScript struct { Version *int32 `yaml:"version,omitempty" json:"version,omitempty"` Name *string `yaml:"name,omitempty" json:"name,omitempty"` Id *int64 `yaml:"id,omitempty" json:"id,omitempty"` Type *string `yaml:"type,omitempty" json:"type,omitempty"` CreatedDate *time.Time `yaml:"createdDate,omitempty" json:"createdDate,omitempty"` UpdatedDate *time.Time `yaml:"updatedDate,omitempty" json:"updatedDate,omitempty"` Description *string `yaml:"description,omitempty" json:"description,omitempty"` PluginKey *string `yaml:"pluginKey,omitempty" json:"pluginKey,omitempty"` }
RestHookScriptConfigScript struct for RestHookScriptConfigScript
type RestHookScriptTriggers ¶
type RestHookScriptTriggers struct {
TriggerIds []string `yaml:"triggerIds,omitempty" json:"triggerIds,omitempty"`
}
RestHookScriptTriggers struct for RestHookScriptTriggers
type RestInsightAnnotation ¶
type RestInsightAnnotation struct { Message *string `yaml:"message,omitempty" json:"message,omitempty"` Type *string `yaml:"type,omitempty" json:"type,omitempty"` Path *string `yaml:"path,omitempty" json:"path,omitempty"` Severity *string `yaml:"severity,omitempty" json:"severity,omitempty"` ExternalId *string `yaml:"externalId,omitempty" json:"externalId,omitempty"` ReportKey *string `yaml:"reportKey,omitempty" json:"reportKey,omitempty"` Line *int32 `yaml:"line,omitempty" json:"line,omitempty"` Link *string `yaml:"link,omitempty" json:"link,omitempty"` }
RestInsightAnnotation struct for RestInsightAnnotation
type RestInsightAnnotationsResponse ¶
type RestInsightAnnotationsResponse struct {
Annotations []RestInsightAnnotation `yaml:"annotations,omitempty" json:"annotations,omitempty"`
}
RestInsightAnnotationsResponse struct for RestInsightAnnotationsResponse
type RestInsightReport ¶
type RestInsightReport struct { Result *string `yaml:"result,omitempty" json:"result,omitempty"` Key *string `yaml:"key,omitempty" json:"key,omitempty"` CreatedDate *float32 `yaml:"createdDate,omitempty" json:"createdDate,omitempty"` Reporter *string `yaml:"reporter,omitempty" json:"reporter,omitempty"` Data []RestInsightReportData `yaml:"data,omitempty" json:"data,omitempty"` Title *string `yaml:"title,omitempty" json:"title,omitempty"` Details *string `yaml:"details,omitempty" json:"details,omitempty"` Link *string `yaml:"link,omitempty" json:"link,omitempty"` LogoUrl *string `yaml:"logoUrl,omitempty" json:"logoUrl,omitempty"` }
RestInsightReport struct for RestInsightReport
type RestInsightReportData ¶
type RestInsightReportData struct { Value map[string]interface{} `yaml:"value,omitempty" json:"value,omitempty"` Type *string `yaml:"type,omitempty" json:"type,omitempty" validate:"regexp=BOOLEAN|DATE|DURATION|LINK|NUMBER|PERCENTAGE|TEXT"` Title *string `yaml:"title,omitempty" json:"title,omitempty"` }
RestInsightReportData struct for RestInsightReportData
type RestLabel ¶
type RestLabel struct {
Name *string `yaml:"name,omitempty" json:"name,omitempty"`
}
RestLabel struct for RestLabel
type RestMinimalCommit ¶
type RestMinimalCommit struct { Id *string `yaml:"id,omitempty" json:"id,omitempty"` DisplayId *string `yaml:"displayId,omitempty" json:"displayId,omitempty"` }
RestMinimalCommit struct for RestMinimalCommit
type RestMinimalRef ¶
type RestMinimalRef struct { Id *string `yaml:"id,omitempty" json:"id,omitempty"` Type *string `yaml:"type,omitempty" json:"type,omitempty"` DisplayId *string `yaml:"displayId,omitempty" json:"displayId,omitempty"` }
RestMinimalRef struct for RestMinimalRef
type RestPullRequest ¶
type RestPullRequest struct { Version *int32 `yaml:"version,omitempty" json:"version,omitempty"` Open *bool `yaml:"open,omitempty" json:"open,omitempty"` Id *int64 `yaml:"id,omitempty" json:"id,omitempty"` State *string `yaml:"state,omitempty" json:"state,omitempty"` Locked *bool `yaml:"locked,omitempty" json:"locked,omitempty"` Closed *bool `yaml:"closed,omitempty" json:"closed,omitempty"` CreatedDate *int64 `yaml:"createdDate,omitempty" json:"createdDate,omitempty"` UpdatedDate *int64 `yaml:"updatedDate,omitempty" json:"updatedDate,omitempty"` HtmlDescription *string `yaml:"-" json:"-"` ClosedDate *int64 `yaml:"closedDate,omitempty" json:"closedDate,omitempty"` Participants []RestPullRequestParticipant `yaml:"participants,omitempty" json:"participants,omitempty"` Reviewers []RestPullRequestParticipant `yaml:"reviewers,omitempty" json:"reviewers,omitempty"` Description *string `yaml:"description,omitempty" json:"description,omitempty"` Title *string `yaml:"title,omitempty" json:"title,omitempty"` FromRef *RestPullRequestFromRef `yaml:"fromRef,omitempty" json:"fromRef,omitempty"` ToRef *RestPullRequestFromRef `yaml:"toRef,omitempty" json:"toRef,omitempty"` Draft *bool `yaml:"draft,omitempty" json:"draft,omitempty"` Links map[string]interface{} `yaml:"-" json:"-"` }
RestPullRequest struct for RestPullRequest
type RestPullRequestActivity ¶
type RestPullRequestActivity struct { Action *string `yaml:"action,omitempty" json:"action,omitempty"` Id *int64 `yaml:"id,omitempty" json:"id,omitempty"` CreatedDate *int64 `yaml:"createdDate,omitempty" json:"createdDate,omitempty"` User *RestPullRequestParticipantUser `yaml:"user,omitempty" json:"user,omitempty"` }
RestPullRequestActivity struct for RestPullRequestActivity
type RestPullRequestAssignParticipantRoleRequest ¶
type RestPullRequestAssignParticipantRoleRequest struct { Role *string `yaml:"role,omitempty" json:"role,omitempty"` User *RestPullRequestAssignParticipantRoleRequestUser `yaml:"user,omitempty" json:"user,omitempty"` }
RestPullRequestAssignParticipantRoleRequest struct for RestPullRequestAssignParticipantRoleRequest
type RestPullRequestAssignParticipantRoleRequestUser ¶
type RestPullRequestAssignParticipantRoleRequestUser struct { Active *bool `yaml:"active,omitempty" json:"active,omitempty"` AvatarUrl *string `yaml:"-" json:"-"` DisplayName *string `yaml:"displayName,omitempty" json:"displayName,omitempty"` EmailAddress *string `yaml:"emailAddress,omitempty" json:"emailAddress,omitempty"` Id *int32 `yaml:"id,omitempty" json:"id,omitempty"` Links map[string]interface{} `yaml:"-" json:"-"` Name *string `yaml:"name,omitempty" json:"name,omitempty"` Slug *string `yaml:"slug,omitempty" json:"slug,omitempty"` Type *string `yaml:"type,omitempty" json:"type,omitempty"` }
RestPullRequestAssignParticipantRoleRequestUser struct for RestPullRequestAssignParticipantRoleRequestUser
type RestPullRequestAssignStatusRequest ¶
type RestPullRequestAssignStatusRequest struct {
Status *string `yaml:"status,omitempty" json:"status,omitempty"`
}
RestPullRequestAssignStatusRequest struct for RestPullRequestAssignStatusRequest
type RestPullRequestCondition ¶
type RestPullRequestCondition struct { Id *int32 `yaml:"id,omitempty" json:"id,omitempty"` SourceRefMatcher *RestRequiredBuildConditionRefMatcher `yaml:"sourceRefMatcher,omitempty" json:"sourceRefMatcher,omitempty"` TargetRefMatcher *RestRequiredBuildConditionRefMatcher `yaml:"targetRefMatcher,omitempty" json:"targetRefMatcher,omitempty"` Reviewers []RestApplicationUser `yaml:"reviewers,omitempty" json:"reviewers,omitempty"` RequiredApprovals *int32 `yaml:"requiredApprovals,omitempty" json:"requiredApprovals,omitempty"` Scope *RestPullRequestConditionScope `yaml:"scope,omitempty" json:"scope,omitempty"` }
RestPullRequestCondition struct for RestPullRequestCondition
type RestPullRequestConditionScope ¶
type RestPullRequestConditionScope struct { Type *string `yaml:"type,omitempty" json:"type,omitempty"` ResourceId *int32 `yaml:"resourceId,omitempty" json:"resourceId,omitempty"` }
RestPullRequestConditionScope struct for RestPullRequestConditionScope
type RestPullRequestDeclineRequest ¶
type RestPullRequestDeclineRequest struct { Comment *string `yaml:"comment,omitempty" json:"comment,omitempty"` Version *int32 `yaml:"version,omitempty" json:"version,omitempty"` }
RestPullRequestDeclineRequest struct for RestPullRequestDeclineRequest
type RestPullRequestDeleteRequest ¶
type RestPullRequestDeleteRequest struct {
Version *int32 `yaml:"version,omitempty" json:"version,omitempty"`
}
RestPullRequestDeleteRequest struct for RestPullRequestDeleteRequest
type RestPullRequestFinishReviewRequest ¶
type RestPullRequestFinishReviewRequest struct { CommentText *string `yaml:"commentText,omitempty" json:"commentText,omitempty"` ParticipantStatus *string `yaml:"participantStatus,omitempty" json:"participantStatus,omitempty"` }
RestPullRequestFinishReviewRequest struct for RestPullRequestFinishReviewRequest
type RestPullRequestFromRef ¶
type RestPullRequestFromRef struct { Id *string `yaml:"id,omitempty" json:"id,omitempty"` Type *string `yaml:"type,omitempty" json:"type,omitempty"` DisplayId *string `yaml:"displayId,omitempty" json:"displayId,omitempty"` LatestCommit *string `yaml:"latestCommit,omitempty" json:"latestCommit,omitempty"` Repository *RestPullRequestFromRefRepository `yaml:"repository,omitempty" json:"repository,omitempty"` }
RestPullRequestFromRef struct for RestPullRequestFromRef
type RestPullRequestFromRefRepository ¶
type RestPullRequestFromRefRepository struct { Name *string `yaml:"name,omitempty" json:"name,omitempty"` Public *bool `yaml:"public,omitempty" json:"public,omitempty"` Id *int32 `yaml:"id,omitempty" json:"id,omitempty"` State *string `yaml:"state,omitempty" json:"state,omitempty"` StatusMessage *string `yaml:"statusMessage,omitempty" json:"statusMessage,omitempty"` DefaultBranch *string `yaml:"defaultBranch,omitempty" json:"defaultBranch,omitempty"` RelatedLinks map[string]interface{} `yaml:"relatedLinks,omitempty" json:"relatedLinks,omitempty"` Partition *int32 `yaml:"partition,omitempty" json:"partition,omitempty"` Description *string `yaml:"description,omitempty" json:"description,omitempty"` HierarchyId *string `yaml:"hierarchyId,omitempty" json:"hierarchyId,omitempty"` Project *RestPullRequestFromRefRepositoryProject `yaml:"project,omitempty" json:"project,omitempty"` Scope *string `yaml:"scope,omitempty" json:"scope,omitempty"` Origin *RestPullRequestFromRefRepositoryOrigin `yaml:"origin,omitempty" json:"origin,omitempty"` Slug *string `yaml:"slug,omitempty" json:"slug,omitempty"` Forkable *bool `yaml:"forkable,omitempty" json:"forkable,omitempty"` Archived *bool `yaml:"archived,omitempty" json:"archived,omitempty"` ScmId *string `yaml:"scmId,omitempty" json:"scmId,omitempty"` Links map[string]interface{} `yaml:"-" json:"-"` }
RestPullRequestFromRefRepository struct for RestPullRequestFromRefRepository
type RestPullRequestFromRefRepositoryOrigin ¶
type RestPullRequestFromRefRepositoryOrigin struct { Name *string `yaml:"name,omitempty" json:"name,omitempty"` Public *bool `yaml:"public,omitempty" json:"public,omitempty"` Id *int32 `yaml:"id,omitempty" json:"id,omitempty"` State *string `yaml:"state,omitempty" json:"state,omitempty"` StatusMessage *string `yaml:"statusMessage,omitempty" json:"statusMessage,omitempty"` DefaultBranch *string `yaml:"defaultBranch,omitempty" json:"defaultBranch,omitempty"` RelatedLinks map[string]interface{} `yaml:"relatedLinks,omitempty" json:"relatedLinks,omitempty"` Partition *int32 `yaml:"partition,omitempty" json:"partition,omitempty"` Description *string `yaml:"description,omitempty" json:"description,omitempty"` HierarchyId *string `yaml:"hierarchyId,omitempty" json:"hierarchyId,omitempty"` Project *RestPullRequestFromRefRepositoryProject `yaml:"project,omitempty" json:"project,omitempty"` Scope *string `yaml:"scope,omitempty" json:"scope,omitempty"` Slug *string `yaml:"slug,omitempty" json:"slug,omitempty"` Forkable *bool `yaml:"forkable,omitempty" json:"forkable,omitempty"` Archived *bool `yaml:"archived,omitempty" json:"archived,omitempty"` ScmId *string `yaml:"scmId,omitempty" json:"scmId,omitempty"` Links map[string]interface{} `yaml:"-" json:"-"` }
RestPullRequestFromRefRepositoryOrigin struct for RestPullRequestFromRefRepositoryOrigin
type RestPullRequestFromRefRepositoryProject ¶
type RestPullRequestFromRefRepositoryProject struct { Name *string `yaml:"name,omitempty" json:"name,omitempty" validate:"regexp=^[^~].*"` Key string `yaml:"key" json:"key"` Public *bool `yaml:"public,omitempty" json:"public,omitempty"` Id *int32 `yaml:"id,omitempty" json:"id,omitempty"` Type *string `yaml:"type,omitempty" json:"type,omitempty"` AvatarUrl *string `yaml:"-" json:"-"` Description *string `yaml:"description,omitempty" json:"description,omitempty"` // Deprecated Namespace *string `yaml:"namespace,omitempty" json:"namespace,omitempty"` Scope *string `yaml:"scope,omitempty" json:"scope,omitempty"` Avatar *string `yaml:"avatar,omitempty" json:"avatar,omitempty"` Links map[string]interface{} `yaml:"-" json:"-"` }
RestPullRequestFromRefRepositoryProject struct for RestPullRequestFromRefRepositoryProject
type RestPullRequestMergeConfig ¶
type RestPullRequestMergeConfig struct { Type *string `yaml:"type,omitempty" json:"type,omitempty"` CommitMessageTemplate *RestPullRequestMergeConfigCommitMessageTemplate `yaml:"commitMessageTemplate,omitempty" json:"commitMessageTemplate,omitempty"` CommitSummaries *int32 `yaml:"commitSummaries,omitempty" json:"commitSummaries,omitempty"` DefaultStrategy *RestPullRequestMergeConfigDefaultStrategy `yaml:"defaultStrategy,omitempty" json:"defaultStrategy,omitempty"` Strategies []RestPullRequestMergeStrategy `yaml:"strategies,omitempty" json:"strategies,omitempty"` }
RestPullRequestMergeConfig struct for RestPullRequestMergeConfig
type RestPullRequestMergeConfigCommitMessageTemplate ¶
type RestPullRequestMergeConfigCommitMessageTemplate struct { Title *string `yaml:"title,omitempty" json:"title,omitempty"` Body *string `yaml:"body,omitempty" json:"body,omitempty"` }
RestPullRequestMergeConfigCommitMessageTemplate struct for RestPullRequestMergeConfigCommitMessageTemplate
type RestPullRequestMergeConfigDefaultStrategy ¶
type RestPullRequestMergeConfigDefaultStrategy struct { Name *string `yaml:"name,omitempty" json:"name,omitempty"` Id *string `yaml:"id,omitempty" json:"id,omitempty"` Description *string `yaml:"description,omitempty" json:"description,omitempty"` Enabled *bool `yaml:"enabled,omitempty" json:"enabled,omitempty"` Flag *string `yaml:"flag,omitempty" json:"flag,omitempty"` Links map[string]interface{} `yaml:"-" json:"-"` }
RestPullRequestMergeConfigDefaultStrategy struct for RestPullRequestMergeConfigDefaultStrategy
type RestPullRequestMergeRequest ¶
type RestPullRequestMergeRequest struct { AutoMerge *bool `yaml:"autoMerge,omitempty" json:"autoMerge,omitempty"` AutoSubject *string `yaml:"autoSubject,omitempty" json:"autoSubject,omitempty"` Message *string `yaml:"message,omitempty" json:"message,omitempty"` StrategyId *string `yaml:"strategyId,omitempty" json:"strategyId,omitempty"` Version *int32 `yaml:"version,omitempty" json:"version,omitempty"` }
RestPullRequestMergeRequest struct for RestPullRequestMergeRequest
type RestPullRequestMergeStrategy ¶
type RestPullRequestMergeStrategy struct { Name *string `yaml:"name,omitempty" json:"name,omitempty"` Id *string `yaml:"id,omitempty" json:"id,omitempty"` Description *string `yaml:"description,omitempty" json:"description,omitempty"` Enabled *bool `yaml:"enabled,omitempty" json:"enabled,omitempty"` Flag *string `yaml:"flag,omitempty" json:"flag,omitempty"` Links map[string]interface{} `yaml:"-" json:"-"` }
RestPullRequestMergeStrategy struct for RestPullRequestMergeStrategy
type RestPullRequestMergeability ¶
type RestPullRequestMergeability struct { Conflicted *bool `yaml:"conflicted,omitempty" json:"conflicted,omitempty"` Outcome *string `yaml:"outcome,omitempty" json:"outcome,omitempty"` Vetoes []RestRepositoryHookVeto `yaml:"vetoes,omitempty" json:"vetoes,omitempty"` }
RestPullRequestMergeability struct for RestPullRequestMergeability
type RestPullRequestParticipant ¶
type RestPullRequestParticipant struct { LastReviewedCommit *string `yaml:"lastReviewedCommit,omitempty" json:"lastReviewedCommit,omitempty"` Status *string `yaml:"status,omitempty" json:"status,omitempty"` Role *string `yaml:"role,omitempty" json:"role,omitempty"` User *RestPullRequestParticipantUser `yaml:"user,omitempty" json:"user,omitempty"` Approved *bool `yaml:"approved,omitempty" json:"approved,omitempty"` }
RestPullRequestParticipant struct for RestPullRequestParticipant
type RestPullRequestParticipantUser ¶
type RestPullRequestParticipantUser struct { Name *string `yaml:"name,omitempty" json:"name,omitempty"` Id *int32 `yaml:"id,omitempty" json:"id,omitempty"` Type *string `yaml:"type,omitempty" json:"type,omitempty"` Active *bool `yaml:"active,omitempty" json:"active,omitempty"` DisplayName *string `yaml:"displayName,omitempty" json:"displayName,omitempty"` EmailAddress *string `yaml:"emailAddress,omitempty" json:"emailAddress,omitempty"` Links map[string]interface{} `yaml:"-" json:"-"` Slug *string `yaml:"slug,omitempty" json:"slug,omitempty"` AvatarUrl *string `yaml:"-" json:"-"` }
RestPullRequestParticipantUser struct for RestPullRequestParticipantUser
type RestPullRequestRebaseRequest ¶
type RestPullRequestRebaseRequest struct {
Version *int32 `yaml:"version,omitempty" json:"version,omitempty"`
}
RestPullRequestRebaseRequest struct for RestPullRequestRebaseRequest
type RestPullRequestRebaseResult ¶
type RestPullRequestRebaseResult struct {
RefChange *RestPullRequestRebaseResultRefChange `yaml:"refChange,omitempty" json:"refChange,omitempty"`
}
RestPullRequestRebaseResult struct for RestPullRequestRebaseResult
type RestPullRequestRebaseResultRefChange ¶
type RestPullRequestRebaseResultRefChange struct { Type *string `yaml:"type,omitempty" json:"type,omitempty"` Ref *RestPullRequestRebaseResultRefChangeRef `yaml:"ref,omitempty" json:"ref,omitempty"` FromHash *string `yaml:"fromHash,omitempty" json:"fromHash,omitempty"` RefId *string `yaml:"refId,omitempty" json:"refId,omitempty"` ToHash *string `yaml:"toHash,omitempty" json:"toHash,omitempty"` }
RestPullRequestRebaseResultRefChange struct for RestPullRequestRebaseResultRefChange
type RestPullRequestRebaseResultRefChangeRef ¶
type RestPullRequestRebaseResultRefChangeRef struct { Id *string `yaml:"id,omitempty" json:"id,omitempty"` Type *string `yaml:"type,omitempty" json:"type,omitempty"` DisplayId *string `yaml:"displayId,omitempty" json:"displayId,omitempty"` }
RestPullRequestRebaseResultRefChangeRef struct for RestPullRequestRebaseResultRefChangeRef
type RestPullRequestRebaseability ¶
type RestPullRequestRebaseability struct {
Vetoes []RestRepositoryHookVeto `yaml:"vetoes,omitempty" json:"vetoes,omitempty"`
}
RestPullRequestRebaseability struct for RestPullRequestRebaseability
type RestPullRequestReopenRequest ¶
type RestPullRequestReopenRequest struct {
Version *int32 `yaml:"version,omitempty" json:"version,omitempty"`
}
RestPullRequestReopenRequest struct for RestPullRequestReopenRequest
type RestPullRequestSettings ¶
type RestPullRequestSettings struct {
MergeConfig *RestPullRequestSettingsMergeConfig `yaml:"mergeConfig,omitempty" json:"mergeConfig,omitempty"`
}
RestPullRequestSettings struct for RestPullRequestSettings
type RestPullRequestSettingsMergeConfig ¶
type RestPullRequestSettingsMergeConfig struct { Type *string `yaml:"type,omitempty" json:"type,omitempty"` CommitMessageTemplate *RestPullRequestMergeConfigCommitMessageTemplate `yaml:"commitMessageTemplate,omitempty" json:"commitMessageTemplate,omitempty"` CommitSummaries *int32 `yaml:"commitSummaries,omitempty" json:"commitSummaries,omitempty"` DefaultStrategy *RestPullRequestMergeConfigDefaultStrategy `yaml:"defaultStrategy,omitempty" json:"defaultStrategy,omitempty"` Strategies []RestPullRequestMergeStrategy `yaml:"strategies,omitempty" json:"strategies,omitempty"` }
RestPullRequestSettingsMergeConfig struct for RestPullRequestSettingsMergeConfig
type RestRefMatcher ¶
type RestRefMatcher struct { Id *string `yaml:"id,omitempty" json:"id,omitempty"` Type *RestRefMatcherType `yaml:"type,omitempty" json:"type,omitempty"` DisplayId *string `yaml:"displayId,omitempty" json:"displayId,omitempty"` }
RestRefMatcher struct for RestRefMatcher
type RestRefMatcherType ¶
type RestRefMatcherType struct { Name *string `yaml:"name,omitempty" json:"name,omitempty"` Id *string `yaml:"id,omitempty" json:"id,omitempty"` }
RestRefMatcherType struct for RestRefMatcherType
type RestRefRestriction ¶
type RestRefRestriction struct { Id *int32 `yaml:"id,omitempty" json:"id,omitempty"` Type *string `yaml:"type,omitempty" json:"type,omitempty"` AccessKeys []RestSshAccessKey `yaml:"accessKeys,omitempty" json:"accessKeys,omitempty"` Scope *RestPullRequestConditionScope `yaml:"scope,omitempty" json:"scope,omitempty"` Groups []string `yaml:"groups,omitempty" json:"groups,omitempty"` Matcher *RestRequiredBuildConditionRefMatcher `yaml:"matcher,omitempty" json:"matcher,omitempty"` Users []RestApplicationUser `yaml:"users,omitempty" json:"users,omitempty"` }
RestRefRestriction struct for RestRefRestriction
type RestRefSyncRequest ¶
type RestRefSyncRequest struct { Action *string `yaml:"action,omitempty" json:"action,omitempty"` Context *Context `yaml:"context,omitempty" json:"context,omitempty"` RefId *string `yaml:"refId,omitempty" json:"refId,omitempty"` }
RestRefSyncRequest struct for RestRefSyncRequest
type RestRefSyncStatus ¶
type RestRefSyncStatus struct { Available *bool `yaml:"available,omitempty" json:"available,omitempty"` AheadRefs *RestRefSyncStatusAheadRefs `yaml:"aheadRefs,omitempty" json:"aheadRefs,omitempty"` OrphanedRefs *RestRefSyncStatusAheadRefs `yaml:"orphanedRefs,omitempty" json:"orphanedRefs,omitempty"` LastSync *float32 `yaml:"lastSync,omitempty" json:"lastSync,omitempty"` DivergedRefs *RestRefSyncStatusAheadRefs `yaml:"divergedRefs,omitempty" json:"divergedRefs,omitempty"` Enabled *bool `yaml:"enabled,omitempty" json:"enabled,omitempty"` }
RestRefSyncStatus struct for RestRefSyncStatus
type RestRefSyncStatusAheadRefs ¶
type RestRefSyncStatusAheadRefs struct { Tag *bool `yaml:"tag,omitempty" json:"tag,omitempty"` State *string `yaml:"state,omitempty" json:"state,omitempty"` Id *string `yaml:"id,omitempty" json:"id,omitempty"` Type *string `yaml:"type,omitempty" json:"type,omitempty"` DisplayId *string `yaml:"displayId,omitempty" json:"displayId,omitempty"` }
RestRefSyncStatusAheadRefs struct for RestRefSyncStatusAheadRefs
type RestRejectedRef ¶
type RestRejectedRef struct { Tag *bool `yaml:"tag,omitempty" json:"tag,omitempty"` State *string `yaml:"state,omitempty" json:"state,omitempty"` Id *string `yaml:"id,omitempty" json:"id,omitempty"` Type *string `yaml:"type,omitempty" json:"type,omitempty"` DisplayId *string `yaml:"displayId,omitempty" json:"displayId,omitempty"` }
RestRejectedRef struct for RestRejectedRef
type RestRepository ¶
type RestRepository struct { Name *string `yaml:"name,omitempty" json:"name,omitempty"` Public *bool `yaml:"public,omitempty" json:"public,omitempty"` Id *int32 `yaml:"id,omitempty" json:"id,omitempty"` State *string `yaml:"state,omitempty" json:"state,omitempty"` StatusMessage *string `yaml:"statusMessage,omitempty" json:"statusMessage,omitempty"` DefaultBranch *string `yaml:"defaultBranch,omitempty" json:"defaultBranch,omitempty"` RelatedLinks map[string]interface{} `yaml:"relatedLinks,omitempty" json:"relatedLinks,omitempty"` Partition *int32 `yaml:"partition,omitempty" json:"partition,omitempty"` Description *string `yaml:"description,omitempty" json:"description,omitempty"` HierarchyId *string `yaml:"hierarchyId,omitempty" json:"hierarchyId,omitempty"` Project *RestPullRequestFromRefRepositoryProject `yaml:"project,omitempty" json:"project,omitempty"` Scope *string `yaml:"scope,omitempty" json:"scope,omitempty"` Slug *string `yaml:"slug,omitempty" json:"slug,omitempty"` Forkable *bool `yaml:"forkable,omitempty" json:"forkable,omitempty"` Archived *bool `yaml:"archived,omitempty" json:"archived,omitempty"` ScmId *string `yaml:"scmId,omitempty" json:"scmId,omitempty"` Links map[string]interface{} `yaml:"-" json:"-"` }
RestRepository struct for RestRepository
type RestRepositoryHook ¶
type RestRepositoryHook struct { Configured *bool `yaml:"configured,omitempty" json:"configured,omitempty"` Enabled *bool `yaml:"enabled,omitempty" json:"enabled,omitempty"` Scope *RestAutoDeclineSettingsScope `yaml:"scope,omitempty" json:"scope,omitempty"` Details *RepositoryHookDetails `yaml:"details,omitempty" json:"details,omitempty"` }
RestRepositoryHook struct for RestRepositoryHook
type RestRepositoryHookVeto ¶
type RestRepositoryHookVeto struct { SummaryMessage *string `yaml:"summaryMessage,omitempty" json:"summaryMessage,omitempty"` DetailedMessage *string `yaml:"detailedMessage,omitempty" json:"detailedMessage,omitempty"` }
RestRepositoryHookVeto struct for RestRepositoryHookVeto
type RestRepositoryPullRequestSettings ¶
type RestRepositoryPullRequestSettings struct { MergeConfig *RestPullRequestSettingsMergeConfig `yaml:"mergeConfig,omitempty" json:"mergeConfig,omitempty"` RequiredApprovers *RestRepositoryPullRequestSettingsRequiredApprovers `yaml:"requiredApprovers,omitempty" json:"requiredApprovers,omitempty"` RequiredAllApprovers *bool `yaml:"requiredAllApprovers,omitempty" json:"requiredAllApprovers,omitempty"` RequiredApproversDeprecated *int32 `yaml:"requiredApproversDeprecated,omitempty" json:"requiredApproversDeprecated,omitempty"` RequiredSuccessfulBuildsDeprecated *int32 `yaml:"requiredSuccessfulBuildsDeprecated,omitempty" json:"requiredSuccessfulBuildsDeprecated,omitempty"` RequiredAllTasksComplete *bool `yaml:"requiredAllTasksComplete,omitempty" json:"requiredAllTasksComplete,omitempty"` RequiredSuccessfulBuilds *RestRepositoryPullRequestSettingsRequiredApprovers `yaml:"requiredSuccessfulBuilds,omitempty" json:"requiredSuccessfulBuilds,omitempty"` }
RestRepositoryPullRequestSettings struct for RestRepositoryPullRequestSettings
type RestRepositoryPullRequestSettingsRequiredApprovers ¶
type RestRepositoryPullRequestSettingsRequiredApprovers struct { Count *string `yaml:"count,omitempty" json:"count,omitempty"` Enabled *bool `yaml:"enabled,omitempty" json:"enabled,omitempty"` }
RestRepositoryPullRequestSettingsRequiredApprovers struct for RestRepositoryPullRequestSettingsRequiredApprovers
type RestRepositoryRefChangeActivity ¶
type RestRepositoryRefChangeActivity struct { RefChange *RestRepositoryRefChangeActivityRefChange `yaml:"refChange,omitempty" json:"refChange,omitempty"` Repository *RestPullRequestFromRefRepository `yaml:"repository,omitempty" json:"repository,omitempty"` Trigger *string `yaml:"trigger,omitempty" json:"trigger,omitempty"` Id *int64 `yaml:"id,omitempty" json:"id,omitempty"` CreatedDate *int64 `yaml:"createdDate,omitempty" json:"createdDate,omitempty"` User *RestPullRequestParticipantUser `yaml:"user,omitempty" json:"user,omitempty"` }
RestRepositoryRefChangeActivity struct for RestRepositoryRefChangeActivity
type RestRepositoryRefChangeActivityRefChange ¶
type RestRepositoryRefChangeActivityRefChange struct { UpdatedType *string `yaml:"updatedType,omitempty" json:"updatedType,omitempty"` Type *string `yaml:"type,omitempty" json:"type,omitempty"` Ref *RestPullRequestRebaseResultRefChangeRef `yaml:"ref,omitempty" json:"ref,omitempty"` FromHash *string `yaml:"fromHash,omitempty" json:"fromHash,omitempty"` RefId *string `yaml:"refId,omitempty" json:"refId,omitempty"` ToHash *string `yaml:"toHash,omitempty" json:"toHash,omitempty"` }
RestRepositoryRefChangeActivityRefChange struct for RestRepositoryRefChangeActivityRefChange
type RestRequiredBuildCondition ¶
type RestRequiredBuildCondition struct { Id *int64 `yaml:"id,omitempty" json:"id,omitempty"` // A non-empty list of build parent keys that require green builds for this merge check to pass BuildParentKeys []string `yaml:"buildParentKeys,omitempty" json:"buildParentKeys,omitempty"` RefMatcher *RestRequiredBuildConditionRefMatcher `yaml:"refMatcher,omitempty" json:"refMatcher,omitempty"` ExemptRefMatcher *RestRequiredBuildConditionRefMatcher `yaml:"exemptRefMatcher,omitempty" json:"exemptRefMatcher,omitempty"` }
RestRequiredBuildCondition struct for RestRequiredBuildCondition
type RestRequiredBuildConditionRefMatcher ¶
type RestRequiredBuildConditionRefMatcher struct { Id *string `yaml:"id,omitempty" json:"id,omitempty"` Type *RestRefMatcherType `yaml:"type,omitempty" json:"type,omitempty"` DisplayId *string `yaml:"displayId,omitempty" json:"displayId,omitempty"` }
RestRequiredBuildConditionRefMatcher struct for RestRequiredBuildConditionRefMatcher
type RestRequiredBuildConditionSetRequest ¶
type RestRequiredBuildConditionSetRequest struct { // A non-empty list of build parent keys that require green builds for this merge check to pass BuildParentKeys []string `yaml:"buildParentKeys" json:"buildParentKeys"` ExemptRefMatcher *RestRefMatcher `yaml:"exemptRefMatcher,omitempty" json:"exemptRefMatcher,omitempty"` RefMatcher UpdatePullRequestCondition1RequestSourceMatcher `yaml:"refMatcher" json:"refMatcher"` }
RestRequiredBuildConditionSetRequest struct for RestRequiredBuildConditionSetRequest
type RestRestrictionRequest ¶
type RestRestrictionRequest struct { AccessKeyIds []int32 `yaml:"accessKeyIds,omitempty" json:"accessKeyIds,omitempty"` AccessKeys []RestSshAccessKey `yaml:"accessKeys,omitempty" json:"accessKeys,omitempty"` GroupNames []string `yaml:"groupNames,omitempty" json:"groupNames,omitempty"` Groups []string `yaml:"groups,omitempty" json:"groups,omitempty"` Id *int32 `yaml:"id,omitempty" json:"id,omitempty"` Matcher *UpdatePullRequestCondition1RequestSourceMatcher `yaml:"matcher,omitempty" json:"matcher,omitempty"` Scope *RestRestrictionRequestScope `yaml:"scope,omitempty" json:"scope,omitempty"` Type *string `yaml:"type,omitempty" json:"type,omitempty"` UserSlugs []string `yaml:"userSlugs,omitempty" json:"userSlugs,omitempty"` Users []RestApplicationUser `yaml:"users,omitempty" json:"users,omitempty"` }
RestRestrictionRequest struct for RestRestrictionRequest
type RestRestrictionRequestScope ¶
type RestRestrictionRequestScope struct { ResourceId *int32 `yaml:"resourceId,omitempty" json:"resourceId,omitempty"` Type *string `yaml:"type,omitempty" json:"type,omitempty"` }
RestRestrictionRequestScope struct for RestRestrictionRequestScope
type RestReviewerGroup ¶
type RestReviewerGroup struct { Name *string `yaml:"name,omitempty" json:"name,omitempty"` Id *int64 `yaml:"id,omitempty" json:"id,omitempty"` AvatarUrl *string `yaml:"-" json:"-"` Description *string `yaml:"description,omitempty" json:"description,omitempty"` Scope *RestAutoDeclineSettingsScope `yaml:"scope,omitempty" json:"scope,omitempty"` Users []ApplicationUser `yaml:"users,omitempty" json:"users,omitempty"` }
RestReviewerGroup struct for RestReviewerGroup
type RestSetInsightReportRequest ¶
type RestSetInsightReportRequest struct { CoverageProviderKey *string `yaml:"coverageProviderKey,omitempty" json:"coverageProviderKey,omitempty"` CreatedDate *int64 `yaml:"createdDate,omitempty" json:"createdDate,omitempty"` Data []RestInsightReportData `yaml:"data" json:"data"` Details *string `yaml:"details,omitempty" json:"details,omitempty"` Link *string `yaml:"link,omitempty" json:"link,omitempty"` LogoUrl *string `yaml:"logoUrl,omitempty" json:"logoUrl,omitempty"` Reporter *string `yaml:"reporter,omitempty" json:"reporter,omitempty"` Result *string `yaml:"result,omitempty" json:"result,omitempty" validate:"regexp=FAIL|PASS"` Title string `yaml:"title" json:"title"` }
RestSetInsightReportRequest struct for RestSetInsightReportRequest
type RestSingleAddInsightAnnotationRequest ¶
type RestSingleAddInsightAnnotationRequest struct { ExternalId *string `yaml:"externalId,omitempty" json:"externalId,omitempty"` Line *int32 `yaml:"line,omitempty" json:"line,omitempty"` Link *string `yaml:"link,omitempty" json:"link,omitempty"` Message string `yaml:"message" json:"message"` Path *string `yaml:"path,omitempty" json:"path,omitempty"` Severity string `yaml:"severity" json:"severity" validate:"regexp=LOW|MEDIUM|HIGH"` Type *string `yaml:"type,omitempty" json:"type,omitempty" validate:"regexp=VULNERABILITY|CODE_SMELL|BUG"` }
RestSingleAddInsightAnnotationRequest struct for RestSingleAddInsightAnnotationRequest
type RestSshAccessKey ¶
type RestSshAccessKey struct { Permission *string `yaml:"permission,omitempty" json:"permission,omitempty"` Key *RestSshAccessKeyKey `yaml:"key,omitempty" json:"key,omitempty"` Repository *RestPullRequestFromRefRepository `yaml:"repository,omitempty" json:"repository,omitempty"` Project *RestPullRequestFromRefRepositoryProject `yaml:"project,omitempty" json:"project,omitempty"` }
RestSshAccessKey struct for RestSshAccessKey
type RestSshAccessKeyKey ¶
type RestSshAccessKeyKey struct { Id *int32 `yaml:"id,omitempty" json:"id,omitempty"` CreatedDate *time.Time `yaml:"createdDate,omitempty" json:"createdDate,omitempty"` ExpiryDays *int32 `yaml:"expiryDays,omitempty" json:"expiryDays,omitempty"` LastAuthenticated *string `yaml:"lastAuthenticated,omitempty" json:"lastAuthenticated,omitempty"` Fingerprint *string `yaml:"fingerprint,omitempty" json:"fingerprint,omitempty"` BitLength *int32 `yaml:"bitLength,omitempty" json:"bitLength,omitempty"` AlgorithmType *string `yaml:"algorithmType,omitempty" json:"algorithmType,omitempty"` Text *string `yaml:"text,omitempty" json:"text,omitempty"` Label *string `yaml:"label,omitempty" json:"label,omitempty"` }
RestSshAccessKeyKey struct for RestSshAccessKeyKey
type RestTag ¶
type RestTag struct { Hash *string `yaml:"hash,omitempty" json:"hash,omitempty"` LatestCommit *string `yaml:"latestCommit,omitempty" json:"latestCommit,omitempty"` LatestChangeset *string `yaml:"latestChangeset,omitempty" json:"latestChangeset,omitempty"` Id *string `yaml:"id,omitempty" json:"id,omitempty"` Type *string `yaml:"type,omitempty" json:"type,omitempty"` DisplayId *string `yaml:"displayId,omitempty" json:"displayId,omitempty"` }
RestTag struct for RestTag
type RestUserReaction ¶
type RestUserReaction struct { Comment *RestUserReactionComment `yaml:"comment,omitempty" json:"comment,omitempty"` Emoticon *RestUserReactionEmoticon `yaml:"emoticon,omitempty" json:"emoticon,omitempty"` User *RestPullRequestParticipantUser `yaml:"user,omitempty" json:"user,omitempty"` }
RestUserReaction struct for RestUserReaction
type RestUserReactionComment ¶
type RestUserReactionComment struct { Version *int32 `yaml:"version,omitempty" json:"version,omitempty"` Parent *RestUserReactionCommentParent `yaml:"parent,omitempty" json:"parent,omitempty"` Id *int64 `yaml:"id,omitempty" json:"id,omitempty"` State *string `yaml:"state,omitempty" json:"state,omitempty"` Severity *string `yaml:"severity,omitempty" json:"severity,omitempty"` ThreadResolvedDate *int64 `yaml:"threadResolvedDate,omitempty" json:"threadResolvedDate,omitempty"` ThreadResolver *RestUserReactionCommentParentThreadResolver `yaml:"threadResolver,omitempty" json:"threadResolver,omitempty"` // Indicates if this comment thread has been marked as resolved or not ThreadResolved *bool `yaml:"threadResolved,omitempty" json:"threadResolved,omitempty"` CreatedDate *int64 `yaml:"createdDate,omitempty" json:"createdDate,omitempty"` ResolvedDate *int64 `yaml:"resolvedDate,omitempty" json:"resolvedDate,omitempty"` Resolver *RestUserReactionCommentParentThreadResolver `yaml:"resolver,omitempty" json:"resolver,omitempty"` UpdatedDate *int64 `yaml:"updatedDate,omitempty" json:"updatedDate,omitempty"` Comments []RestComment `yaml:"comments,omitempty" json:"comments,omitempty"` Text *string `yaml:"text,omitempty" json:"text,omitempty"` Anchor *RestUserReactionCommentParentAnchor `yaml:"anchor,omitempty" json:"anchor,omitempty"` Author *RestUserReactionCommentParentThreadResolver `yaml:"author,omitempty" json:"author,omitempty"` Html *string `yaml:"html,omitempty" json:"html,omitempty"` Anchored *bool `yaml:"anchored,omitempty" json:"anchored,omitempty"` Pending *bool `yaml:"pending,omitempty" json:"pending,omitempty"` Reply *bool `yaml:"reply,omitempty" json:"reply,omitempty"` Properties map[string]interface{} `yaml:"properties,omitempty" json:"properties,omitempty"` }
RestUserReactionComment struct for RestUserReactionComment
type RestUserReactionCommentParent ¶
type RestUserReactionCommentParent struct { Version *int32 `yaml:"version,omitempty" json:"version,omitempty"` Id *int64 `yaml:"id,omitempty" json:"id,omitempty"` State *string `yaml:"state,omitempty" json:"state,omitempty"` Severity *string `yaml:"severity,omitempty" json:"severity,omitempty"` ThreadResolvedDate *int64 `yaml:"threadResolvedDate,omitempty" json:"threadResolvedDate,omitempty"` ThreadResolver *RestUserReactionCommentParentThreadResolver `yaml:"threadResolver,omitempty" json:"threadResolver,omitempty"` // Indicates if this comment thread has been marked as resolved or not ThreadResolved *bool `yaml:"threadResolved,omitempty" json:"threadResolved,omitempty"` CreatedDate *int64 `yaml:"createdDate,omitempty" json:"createdDate,omitempty"` ResolvedDate *int64 `yaml:"resolvedDate,omitempty" json:"resolvedDate,omitempty"` Resolver *RestUserReactionCommentParentThreadResolver `yaml:"resolver,omitempty" json:"resolver,omitempty"` UpdatedDate *int64 `yaml:"updatedDate,omitempty" json:"updatedDate,omitempty"` Comments []RestComment `yaml:"comments,omitempty" json:"comments,omitempty"` Text *string `yaml:"text,omitempty" json:"text,omitempty"` Anchor *RestUserReactionCommentParentAnchor `yaml:"anchor,omitempty" json:"anchor,omitempty"` Author *RestUserReactionCommentParentThreadResolver `yaml:"author,omitempty" json:"author,omitempty"` Html *string `yaml:"html,omitempty" json:"html,omitempty"` Anchored *bool `yaml:"anchored,omitempty" json:"anchored,omitempty"` Pending *bool `yaml:"pending,omitempty" json:"pending,omitempty"` Reply *bool `yaml:"reply,omitempty" json:"reply,omitempty"` Properties map[string]interface{} `yaml:"properties,omitempty" json:"properties,omitempty"` }
RestUserReactionCommentParent struct for RestUserReactionCommentParent
type RestUserReactionCommentParentAnchor ¶
type RestUserReactionCommentParentAnchor struct { Path *RestCommentThreadDiffAnchorPath `yaml:"path,omitempty" json:"path,omitempty"` DiffType *string `yaml:"diffType,omitempty" json:"diffType,omitempty"` FileType *string `yaml:"fileType,omitempty" json:"fileType,omitempty"` FromHash *string `yaml:"fromHash,omitempty" json:"fromHash,omitempty"` LineType *string `yaml:"lineType,omitempty" json:"lineType,omitempty"` PullRequest *RestCommentThreadDiffAnchorPullRequest `yaml:"pullRequest,omitempty" json:"pullRequest,omitempty"` LineComment *bool `yaml:"lineComment,omitempty" json:"lineComment,omitempty"` Line *int32 `yaml:"line,omitempty" json:"line,omitempty"` SrcPath *RestCommentThreadDiffAnchorPath `yaml:"srcPath,omitempty" json:"srcPath,omitempty"` ToHash *string `yaml:"toHash,omitempty" json:"toHash,omitempty"` }
RestUserReactionCommentParentAnchor struct for RestUserReactionCommentParentAnchor
type RestUserReactionCommentParentThreadResolver ¶
type RestUserReactionCommentParentThreadResolver struct { Name *string `yaml:"name,omitempty" json:"name,omitempty"` Id *int32 `yaml:"id,omitempty" json:"id,omitempty"` Type *string `yaml:"type,omitempty" json:"type,omitempty"` Active *bool `yaml:"active,omitempty" json:"active,omitempty"` DisplayName *string `yaml:"displayName,omitempty" json:"displayName,omitempty"` EmailAddress *string `yaml:"emailAddress,omitempty" json:"emailAddress,omitempty"` Links map[string]interface{} `yaml:"-" json:"-"` Slug *string `yaml:"slug,omitempty" json:"slug,omitempty"` AvatarUrl *string `yaml:"-" json:"-"` }
RestUserReactionCommentParentThreadResolver struct for RestUserReactionCommentParentThreadResolver
type RestUserReactionEmoticon ¶
type RestUserReactionEmoticon struct { Value *string `yaml:"value,omitempty" json:"value,omitempty"` Shortcut *string `yaml:"shortcut,omitempty" json:"shortcut,omitempty"` Url *string `yaml:"url,omitempty" json:"url,omitempty"` }
RestUserReactionEmoticon struct for RestUserReactionEmoticon
type RestWebhook ¶
type RestWebhook struct { Name *string `yaml:"name,omitempty" json:"name,omitempty"` SslVerificationRequired *bool `yaml:"sslVerificationRequired,omitempty" json:"sslVerificationRequired,omitempty"` Statistics map[string]interface{} `yaml:"-" json:"-"` ScopeType *string `yaml:"scopeType,omitempty" json:"scopeType,omitempty"` Configuration map[string]interface{} `yaml:"configuration,omitempty" json:"configuration,omitempty"` Credentials *RestWebhookCredentials `yaml:"credentials,omitempty" json:"credentials,omitempty"` Url *string `yaml:"url,omitempty" json:"url,omitempty"` Events []string `yaml:"events,omitempty" json:"events,omitempty"` Active *bool `yaml:"active,omitempty" json:"active,omitempty"` }
RestWebhook struct for RestWebhook
type RestWebhookCredentials ¶
type RestWebhookCredentials struct { Password *string `yaml:"password,omitempty" json:"password,omitempty"` Username *string `yaml:"username,omitempty" json:"username,omitempty"` }
RestWebhookCredentials struct for RestWebhookCredentials
type StreamDiff1200Response ¶
type StreamDiff1200Response struct { Values []RestDiff `yaml:"values,omitempty" json:"values,omitempty"` Size *float32 `yaml:"size,omitempty" json:"size,omitempty"` Limit *float32 `yaml:"limit,omitempty" json:"limit,omitempty"` NextPageStart *int32 `yaml:"nextPageStart,omitempty" json:"nextPageStart,omitempty"` IsLastPage *bool `yaml:"isLastPage,omitempty" json:"isLastPage,omitempty"` Start *int32 `yaml:"start,omitempty" json:"start,omitempty"` }
StreamDiff1200Response struct for StreamDiff1200Response
type StreamFiles200Response ¶
type StreamFiles200Response struct { Values []interface{} `yaml:"values,omitempty" json:"values,omitempty"` Size *float32 `yaml:"size,omitempty" json:"size,omitempty"` Limit *float32 `yaml:"limit,omitempty" json:"limit,omitempty"` NextPageStart *int32 `yaml:"nextPageStart,omitempty" json:"nextPageStart,omitempty"` IsLastPage *bool `yaml:"isLastPage,omitempty" json:"isLastPage,omitempty"` Start *int32 `yaml:"start,omitempty" json:"start,omitempty"` }
StreamFiles200Response struct for StreamFiles200Response
type UpdatePullRequestCondition1Request ¶
type UpdatePullRequestCondition1Request struct { RequiredApprovals *int32 `yaml:"requiredApprovals,omitempty" json:"requiredApprovals,omitempty"` Reviewers []RestApplicationUser `yaml:"reviewers,omitempty" json:"reviewers,omitempty"` SourceMatcher *UpdatePullRequestCondition1RequestSourceMatcher `yaml:"sourceMatcher,omitempty" json:"sourceMatcher,omitempty"` TargetMatcher *UpdatePullRequestCondition1RequestSourceMatcher `yaml:"targetMatcher,omitempty" json:"targetMatcher,omitempty"` }
UpdatePullRequestCondition1Request struct for UpdatePullRequestCondition1Request
type UpdatePullRequestCondition1RequestSourceMatcher ¶
type UpdatePullRequestCondition1RequestSourceMatcher struct { DisplayId *string `yaml:"displayId,omitempty" json:"displayId,omitempty"` Id *string `yaml:"id,omitempty" json:"id,omitempty"` Type *UpdatePullRequestCondition1RequestSourceMatcherType `yaml:"type,omitempty" json:"type,omitempty"` }
UpdatePullRequestCondition1RequestSourceMatcher struct for UpdatePullRequestCondition1RequestSourceMatcher
type UpdatePullRequestCondition1RequestSourceMatcherType ¶
type UpdatePullRequestCondition1RequestSourceMatcherType struct { Id *string `yaml:"id,omitempty" json:"id,omitempty"` Name *string `yaml:"name,omitempty" json:"name,omitempty"` }
UpdatePullRequestCondition1RequestSourceMatcherType struct for UpdatePullRequestCondition1RequestSourceMatcherType
type UserAPI ¶
type UserAPI interface { /* GetUser Get user */ GetUser(ctx context.Context, userSlug string) (RestApplicationUser, aurestclientapi.ParsedResponse, error) // GetUserExecutes the request // @return RestApplicationUser GetUserRequest(ctx context.Context, userSlug string) UserAPIGetUserRequest }
func NewUserAPI ¶
type UserAPIGetUserRequest ¶
type UserAPIGetUserRequest struct { ApiService *UserAPIRepository // contains filtered or unexported fields }
func (*UserAPIGetUserRequest) Execute ¶
func (r *UserAPIGetUserRequest) Execute() (RestApplicationUser, aurestclientapi.ParsedResponse, error)
type UserAPIRepository ¶
type UserAPIRepository struct {
ApiClient *ApiClient
}
func (*UserAPIRepository) GetUser ¶
func (a *UserAPIRepository) GetUser(ctx context.Context, userSlug string) (RestApplicationUser, aurestclientapi.ParsedResponse, error)
func (*UserAPIRepository) GetUserExecute ¶
func (a *UserAPIRepository) GetUserExecute(r *UserAPIGetUserRequest) (RestApplicationUser, aurestclientapi.ParsedResponse, error)
func (*UserAPIRepository) GetUserRequest ¶
func (a *UserAPIRepository) GetUserRequest(ctx context.Context, userSlug string) UserAPIGetUserRequest
Source Files
¶
- bitbucket.go
- extended_client.go
- generated_api_builds_and_deployments.go
- generated_api_pull_requests.go
- generated_api_repository.go
- generated_api_user.go
- generated_base_client.go
- generated_client_error.go
- generated_model_application_user.go
- generated_model_context.go
- generated_model_dismiss_retention_config_review_notification_401_response.go
- generated_model_example_files.go
- generated_model_example_json_last_modified_callback.go
- generated_model_example_multipart_form_data.go
- generated_model_example_settings.go
- generated_model_find_by_commit_200_response.go
- generated_model_get_activities_200_response.go
- generated_model_get_branches_200_response.go
- generated_model_get_changes_1_200_response.go
- generated_model_get_comments_200_response.go
- generated_model_get_commits_200_response.go
- generated_model_get_configurations_200_response.go
- generated_model_get_content_1_200_response.go
- generated_model_get_content_1_200_response_lines_inner.go
- generated_model_get_likers_200_response.go
- generated_model_get_page_of_required_builds_merge_checks_200_response.go
- generated_model_get_pull_requests_1_200_response.go
- generated_model_get_ref_change_activity_200_response.go
- generated_model_get_reports_200_response.go
- generated_model_get_repositories_recently_accessed_200_response.go
- generated_model_get_repository_hooks_1_200_response.go
- generated_model_get_restrictions_1_200_response.go
- generated_model_get_reviewer_groups_1_200_response.go
- generated_model_get_tags_200_response.go
- generated_model_list_participants_200_response.go
- generated_model_repository_hook_details.go
- generated_model_rest_application_user.go
- generated_model_rest_apply_suggestion_request.go
- generated_model_rest_apply_suggestion_request_comment_version.go
- generated_model_rest_apply_suggestion_request_pull_request_version.go
- generated_model_rest_apply_suggestion_request_suggestion_index.go
- generated_model_rest_attachment_metadata.go
- generated_model_rest_auto_decline_settings.go
- generated_model_rest_auto_decline_settings_request.go
- generated_model_rest_auto_decline_settings_scope.go
- generated_model_rest_auto_merge_processing_result.go
- generated_model_rest_auto_merge_processing_result_pull_request.go
- generated_model_rest_auto_merge_request.go
- generated_model_rest_auto_merge_restricted_settings.go
- generated_model_rest_auto_merge_restricted_settings_scope.go
- generated_model_rest_auto_merge_settings_request.go
- generated_model_rest_branch.go
- generated_model_rest_branch_create_request.go
- generated_model_rest_branch_delete_request.go
- generated_model_rest_build_stats.go
- generated_model_rest_build_status.go
- generated_model_rest_build_status_set_request.go
- generated_model_rest_build_status_set_request_test_results.go
- generated_model_rest_build_status_test_results.go
- generated_model_rest_bulk_add_insight_annotation_request.go
- generated_model_rest_change.go
- generated_model_rest_change_conflict.go
- generated_model_rest_change_conflict_our_change.go
- generated_model_rest_changeset_from_commit.go
- generated_model_rest_changeset_to_commit.go
- generated_model_rest_changeset_to_commit_committer.go
- generated_model_rest_comment.go
- generated_model_rest_comment_thread_diff_anchor_path.go
- generated_model_rest_comment_thread_diff_anchor_pull_request.go
- generated_model_rest_commit.go
- generated_model_rest_commit_message_suggestion.go
- generated_model_rest_create_branch_request.go
- generated_model_rest_create_tag_request.go
- generated_model_rest_default_reviewers_request.go
- generated_model_rest_deployment.go
- generated_model_rest_deployment_environment.go
- generated_model_rest_deployment_set_request.go
- generated_model_rest_detailed_invocation.go
- generated_model_rest_detailed_invocation_event_scope.go
- generated_model_rest_diff.go
- generated_model_rest_diff_hunk.go
- generated_model_rest_diff_line.go
- generated_model_rest_diff_segment.go
- generated_model_rest_error_message.go
- generated_model_rest_errors.go
- generated_model_rest_git_tag_create_request.go
- generated_model_rest_hook_script_config.go
- generated_model_rest_hook_script_config_script.go
- generated_model_rest_hook_script_triggers.go
- generated_model_rest_insight_annotation.go
- generated_model_rest_insight_annotations_response.go
- generated_model_rest_insight_report.go
- generated_model_rest_insight_report_data.go
- generated_model_rest_label.go
- generated_model_rest_minimal_commit.go
- generated_model_rest_minimal_ref.go
- generated_model_rest_pull_request.go
- generated_model_rest_pull_request_activity.go
- generated_model_rest_pull_request_assign_participant_role_request.go
- generated_model_rest_pull_request_assign_participant_role_request_user.go
- generated_model_rest_pull_request_assign_status_request.go
- generated_model_rest_pull_request_condition.go
- generated_model_rest_pull_request_condition_scope.go
- generated_model_rest_pull_request_decline_request.go
- generated_model_rest_pull_request_delete_request.go
- generated_model_rest_pull_request_finish_review_request.go
- generated_model_rest_pull_request_from_ref.go
- generated_model_rest_pull_request_from_ref_repository.go
- generated_model_rest_pull_request_from_ref_repository_origin.go
- generated_model_rest_pull_request_from_ref_repository_project.go
- generated_model_rest_pull_request_merge_config.go
- generated_model_rest_pull_request_merge_config_commit_message_template.go
- generated_model_rest_pull_request_merge_config_default_strategy.go
- generated_model_rest_pull_request_merge_request.go
- generated_model_rest_pull_request_merge_strategy.go
- generated_model_rest_pull_request_mergeability.go
- generated_model_rest_pull_request_participant.go
- generated_model_rest_pull_request_participant_user.go
- generated_model_rest_pull_request_rebase_request.go
- generated_model_rest_pull_request_rebase_result.go
- generated_model_rest_pull_request_rebase_result_ref_change.go
- generated_model_rest_pull_request_rebase_result_ref_change_ref.go
- generated_model_rest_pull_request_rebaseability.go
- generated_model_rest_pull_request_reopen_request.go
- generated_model_rest_pull_request_settings.go
- generated_model_rest_pull_request_settings_merge_config.go
- generated_model_rest_ref_matcher.go
- generated_model_rest_ref_matcher_type.go
- generated_model_rest_ref_restriction.go
- generated_model_rest_ref_sync_request.go
- generated_model_rest_ref_sync_status.go
- generated_model_rest_ref_sync_status_ahead_refs.go
- generated_model_rest_rejected_ref.go
- generated_model_rest_repository.go
- generated_model_rest_repository_hook.go
- generated_model_rest_repository_hook_veto.go
- generated_model_rest_repository_pull_request_settings.go
- generated_model_rest_repository_pull_request_settings_required_approvers.go
- generated_model_rest_repository_ref_change_activity.go
- generated_model_rest_repository_ref_change_activity_ref_change.go
- generated_model_rest_required_build_condition.go
- generated_model_rest_required_build_condition_ref_matcher.go
- generated_model_rest_required_build_condition_set_request.go
- generated_model_rest_restriction_request.go
- generated_model_rest_restriction_request_scope.go
- generated_model_rest_reviewer_group.go
- generated_model_rest_set_insight_report_request.go
- generated_model_rest_single_add_insight_annotation_request.go
- generated_model_rest_ssh_access_key.go
- generated_model_rest_ssh_access_key_key.go
- generated_model_rest_tag.go
- generated_model_rest_user_reaction.go
- generated_model_rest_user_reaction_comment.go
- generated_model_rest_user_reaction_comment_parent.go
- generated_model_rest_user_reaction_comment_parent_anchor.go
- generated_model_rest_user_reaction_comment_parent_thread_resolver.go
- generated_model_rest_user_reaction_emoticon.go
- generated_model_rest_webhook.go
- generated_model_rest_webhook_credentials.go
- generated_model_stream_diff_1_200_response.go
- generated_model_stream_files_200_response.go
- generated_model_update_pull_request_condition_1_request.go
- generated_model_update_pull_request_condition_1_request_source_matcher.go
- generated_model_update_pull_request_condition_1_request_source_matcher_type.go