Serialized Form
-
Package org.miaixz.bus.gitlab
-
Exception Class org.miaixz.bus.gitlab.GitLabApiException
class GitLabApiException extends Exception implements Serializable- serialVersionUID:
- 2852289982699L
-
-
Package org.miaixz.bus.gitlab.hooks.system
-
Class org.miaixz.bus.gitlab.hooks.system.AbstractSystemHookEvent
class AbstractSystemHookEvent extends Object implements Serializable- serialVersionUID:
- 2852292516603L
-
Class org.miaixz.bus.gitlab.hooks.system.GroupMemberSystemHookEvent
class GroupMemberSystemHookEvent extends AbstractSystemHookEvent implements Serializable- serialVersionUID:
- 2852292629796L
-
Serialized Fields
-
Class org.miaixz.bus.gitlab.hooks.system.GroupSystemHookEvent
class GroupSystemHookEvent extends AbstractSystemHookEvent implements Serializable- serialVersionUID:
- 2852292752260L
-
Class org.miaixz.bus.gitlab.hooks.system.KeySystemHookEvent
class KeySystemHookEvent extends AbstractSystemHookEvent implements Serializable- serialVersionUID:
- 2852292810115L
-
Class org.miaixz.bus.gitlab.hooks.system.MergeRequestSystemHookEvent
class MergeRequestSystemHookEvent extends MergeRequestEvent implements Serializable- serialVersionUID:
- 2852292895308L
-
Serialized Fields
-
eventName
String eventName
-
-
Class org.miaixz.bus.gitlab.hooks.system.ProjectSystemHookEvent
class ProjectSystemHookEvent extends AbstractSystemHookEvent implements Serializable- serialVersionUID:
- 2852292902085L
-
Serialized Fields
-
createdAt
Date createdAt
-
eventName
String eventName
-
name
String name
-
oldPathWithNamespace
String oldPathWithNamespace
-
ownerEmail
String ownerEmail
-
ownerName
String ownerName
-
path
String path
-
pathWithNamespace
String pathWithNamespace
-
projectId
Long projectId
-
projectVisibility
Visibility projectVisibility
-
updatedAt
Date updatedAt
-
-
Class org.miaixz.bus.gitlab.hooks.system.PushSystemHookEvent
class PushSystemHookEvent extends AbstractPushEvent implements Serializable- serialVersionUID:
- 2852227399553L
-
Class org.miaixz.bus.gitlab.hooks.system.RepositorySystemHookEvent
class RepositorySystemHookEvent extends AbstractSystemHookEvent implements Serializable- serialVersionUID:
- 2852227880877L
-
Class org.miaixz.bus.gitlab.hooks.system.TagPushSystemHookEvent
class TagPushSystemHookEvent extends AbstractPushEvent implements Serializable- serialVersionUID:
- 2852229727686L
-
Class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
class TeamMemberSystemHookEvent extends AbstractSystemHookEvent implements Serializable- serialVersionUID:
- 2852229806158L
-
Serialized Fields
-
accessLevel
String accessLevel
-
createdAt
Date createdAt
-
eventName
String eventName
-
projectId
Long projectId
-
projectName
String projectName
-
projectPath
String projectPath
-
projectPathWithNamespace
String projectPathWithNamespace
-
projectVisibility
Visibility projectVisibility
-
updatedAt
Date updatedAt
-
userEmail
String userEmail
-
userId
Long userId
-
userName
String userName
-
userUsername
String userUsername
-
-
Class org.miaixz.bus.gitlab.hooks.system.UserSystemHookEvent
class UserSystemHookEvent extends AbstractSystemHookEvent implements Serializable- serialVersionUID:
- 2852229925117L
-
-
Package org.miaixz.bus.gitlab.hooks.web
-
Class org.miaixz.bus.gitlab.hooks.web.AbstractEvent
class AbstractEvent extends Object implements Serializable- serialVersionUID:
- 2852230011506L
-
Class org.miaixz.bus.gitlab.hooks.web.BuildEvent
class BuildEvent extends AbstractEvent implements Serializable- serialVersionUID:
- 2852230100093L
-
Serialized Fields
-
beforeSha
String beforeSha
-
buildAllowFailure
Boolean buildAllowFailure
-
buildCreatedAt
Date buildCreatedAt
-
buildDuration
Float buildDuration
-
buildFailureReason
String buildFailureReason
-
buildFinishedAt
Date buildFinishedAt
-
buildId
Long buildId
-
buildName
String buildName
-
buildQueuedDuration
Float buildQueuedDuration
-
buildStage
String buildStage
-
buildStartedAt
Date buildStartedAt
-
buildStatus
String buildStatus
-
commit
BuildCommit commit
-
pipelineId
Long pipelineId
-
project
EventProject project
-
projectId
Long projectId
-
projectName
String projectName
-
ref
String ref
-
repository
EventRepository repository
-
retriesCount
Integer retriesCount
-
runner
Runner runner
-
sha
String sha
-
tag
Boolean tag
-
user
EventUser user
-
-
Class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
class DeploymentEvent extends AbstractEvent implements Serializable- serialVersionUID:
- 2852230222355L
-
Serialized Fields
-
commitTitle
String commitTitle
-
commitUrl
String commitUrl
-
deployableId
Long deployableId
-
deployableUrl
String deployableUrl
-
deploymentId
Long deploymentId
-
environment
String environment
-
project
EventProject project
-
shortSha
String shortSha
-
status
String status
-
statusChangedAt
String statusChangedAt
-
user
EventUser user
-
userUrl
String userUrl
-
-
Class org.miaixz.bus.gitlab.hooks.web.EventLabel
class EventLabel extends Object implements Serializable- serialVersionUID:
- 2852231062892L
-
Class org.miaixz.bus.gitlab.hooks.web.ExternalStatusCheckEvent
class ExternalStatusCheckEvent extends Object implements Serializable- serialVersionUID:
- 2852232138157L
-
Serialized Fields
-
assignees
List<Assignee> assignees
-
changes
MergeRequestChanges changes
-
eventType
String eventType
-
externalApprovalRule
EventExternalStatusCheck externalApprovalRule
-
labels
List<EventLabel> labels
-
objectAttributes
MergeRequestEvent.ObjectAttributes objectAttributes
-
objectKind
String objectKind
-
project
EventProject project
-
repository
EventRepository repository
-
user
EventUser user
-
-
Class org.miaixz.bus.gitlab.hooks.web.IssueEvent
class IssueEvent extends AbstractEvent implements Serializable- serialVersionUID:
- 2852232562630L
-
Serialized Fields
-
assignee
Assignee assignee
-
assignees
List<Assignee> assignees
-
changes
IssueChanges changes
-
labels
List<EventLabel> labels
-
objectAttributes
IssueEvent.ObjectAttributes objectAttributes
-
project
EventProject project
-
repository
EventRepository repository
-
user
EventUser user
-
-
Class org.miaixz.bus.gitlab.hooks.web.JobEvent
class JobEvent extends AbstractEvent implements Serializable- serialVersionUID:
- 2852232651592L
-
Serialized Fields
-
beforeSha
String beforeSha
-
commit
BuildCommit commit
-
jobAllowFailure
Boolean jobAllowFailure
-
jobDuration
Integer jobDuration
-
jobFailureReason
String jobFailureReason
-
jobFinishedAt
Date jobFinishedAt
-
jobId
Long jobId
-
jobName
String jobName
-
jobStage
String jobStage
-
jobStartedAt
Date jobStartedAt
-
jobStatus
String jobStatus
-
projectId
Long projectId
-
projectName
String projectName
-
ref
String ref
-
repository
EventRepository repository
-
sha
String sha
-
tag
Boolean tag
-
user
EventUser user
-
-
Class org.miaixz.bus.gitlab.hooks.web.MergeRequestEvent
class MergeRequestEvent extends AbstractEvent implements Serializable- serialVersionUID:
- 2852232811512L
-
Serialized Fields
-
assignees
List<Assignee> assignees
-
changes
MergeRequestChanges changes
-
labels
List<EventLabel> labels
-
objectAttributes
MergeRequestEvent.ObjectAttributes objectAttributes
-
project
EventProject project
-
repository
EventRepository repository
-
reviewers
List<Reviewer> reviewers
-
user
EventUser user
-
-
Class org.miaixz.bus.gitlab.hooks.web.NoteEvent
class NoteEvent extends AbstractEvent implements Serializable- serialVersionUID:
- 2852232895012L
-
Serialized Fields
-
commit
EventCommit commit
-
issue
EventIssue issue
-
mergeRequest
EventMergeRequest mergeRequest
-
objectAttributes
NoteEvent.ObjectAttributes objectAttributes
-
project
EventProject project
-
projectId
Long projectId
-
repository
EventRepository repository
-
snippet
EventSnippet snippet
-
user
EventUser user
-
-
Class org.miaixz.bus.gitlab.hooks.web.PipelineEvent
class PipelineEvent extends AbstractEvent implements Serializable- serialVersionUID:
- 2852232997522L
-
Serialized Fields
-
builds
List<Build> builds
-
commit
EventCommit commit
-
jobs
List<Job> jobs
-
mergeRequest
EventMergeRequest mergeRequest
-
objectAttributes
PipelineEvent.ObjectAttributes objectAttributes
-
project
EventProject project
-
user
EventUser user
-
-
Class org.miaixz.bus.gitlab.hooks.web.PushEvent
class PushEvent extends AbstractPushEvent implements Serializable- serialVersionUID:
- 2852233073088L
-
Class org.miaixz.bus.gitlab.hooks.web.ReleaseEvent
class ReleaseEvent extends AbstractEvent implements Serializable- serialVersionUID:
- 2852233091729L
-
Serialized Fields
-
action
String action
-
assets
EventReleaseAssets assets
-
commit
EventCommit commit
-
createdAt
String createdAt
-
description
String description
-
id
Long id
-
name
String name
-
project
EventProject project
-
releasedAt
String releasedAt
-
tag
String tag
-
url
String url
-
-
Class org.miaixz.bus.gitlab.hooks.web.TagPushEvent
class TagPushEvent extends AbstractPushEvent implements Serializable- serialVersionUID:
- 2852233179805L
-
Class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent
class WikiPageEvent extends AbstractEvent implements Serializable- serialVersionUID:
- 2852233220608L
-
Serialized Fields
-
objectAttributes
WikiPageEvent.ObjectAttributes objectAttributes
-
project
EventProject project
-
user
EventUser user
-
wiki
WikiPageEvent.Wiki wiki
-
-
Class org.miaixz.bus.gitlab.hooks.web.WorkItemEvent
class WorkItemEvent extends AbstractEvent implements Serializable- serialVersionUID:
- 2852233532039L
-
Serialized Fields
-
changes
WorkItemChanges changes
-
labels
List<EventLabel> labels
-
objectAttributes
WorkItemEvent.ObjectAttributes objectAttributes
-
project
EventProject project
-
repository
EventRepository repository
-
user
User user
-
-
-
Package org.miaixz.bus.gitlab.models
-
Class org.miaixz.bus.gitlab.models.AbstractEpic
- serialVersionUID:
- 2852233623053L
-
Serialized Fields
-
author
Author author
-
closedAt
Date closedAt
-
color
String color
-
createdAt
Date createdAt
-
description
String description
-
downvotes
Integer downvotes
-
dueDate
Date dueDate
-
endDate
Date endDate
-
labels
List<String> labels
-
links
Map<String,
String> links -
parentIid
Long parentIid
-
references
References references
-
startDate
Date startDate
-
state
AbstractEpic.EpicState state
-
updatedAt
Date updatedAt
-
upvotes
Integer upvotes
-
webUrl
String webUrl
-
-
Class org.miaixz.bus.gitlab.models.AbstractGroup
class AbstractGroup extends Object implements Serializable- serialVersionUID:
- 2852233810677L
-
Class org.miaixz.bus.gitlab.models.AbstractIssue
class AbstractIssue extends Object implements Serializable- serialVersionUID:
- 2852235017309L
-
Serialized Fields
-
actualId
com.fasterxml.jackson.databind.node.ValueNode actualId
-
assignee
Assignee assignee
-
assignees
List<Assignee> assignees
-
author
Author author
-
closedAt
Date closedAt
-
closedBy
User closedBy
-
confidential
Boolean confidential
-
createdAt
Date createdAt
-
description
String description
-
discussionLocked
Boolean discussionLocked
-
downvotes
Integer downvotes
-
dueDate
Date dueDate
-
epic
IssueEpic epic
-
externalId
String externalId
-
hasTasks
Boolean hasTasks
-
healthStatus
String healthStatus
-
id
Long id
-
iid
Long iid
-
imported
Boolean imported
-
importedFrom
String importedFrom
-
issueType
String issueType
-
iteration
Iteration iteration
-
labels
List<String> labels
-
mergeRequestsCount
Integer mergeRequestsCount
-
milestone
Milestone milestone
-
projectId
Long projectId
-
references
References references
-
severity
String severity
-
state
Constants.IssueState state
-
taskCompletionStatus
AbstractIssue.TaskCompletionStatus taskCompletionStatus
-
taskStatus
String taskStatus
-
timeStats
TimeStats timeStats
-
title
String title
-
updatedAt
Date updatedAt
-
upvotes
Integer upvotes
-
userNotesCount
Integer userNotesCount
-
webUrl
String webUrl
-
weight
Integer weight
-
-
Class org.miaixz.bus.gitlab.models.AbstractIssue.TaskCompletionStatus
class TaskCompletionStatus extends Object implements Serializable- serialVersionUID:
- 2852235115381L
-
Class org.miaixz.bus.gitlab.models.AbstractMinimalEpic
class AbstractMinimalEpic extends Object implements Serializable- serialVersionUID:
- 2852235180659L
-
Class org.miaixz.bus.gitlab.models.AbstractUser
class AbstractUser extends Object implements Serializable- serialVersionUID:
- 2852235350570L
-
Class org.miaixz.bus.gitlab.models.AcceptMergeRequestParams
class AcceptMergeRequestParams extends Object implements Serializable- serialVersionUID:
- 2852235380976L
-
Class org.miaixz.bus.gitlab.models.AccessRequest
- serialVersionUID:
- 2852235619209L
-
Serialized Fields
-
accessLevel
AccessLevel accessLevel
-
requestedAt
Date requestedAt
-
-
Class org.miaixz.bus.gitlab.models.AllowedTo
class AllowedTo extends Object implements Serializable- serialVersionUID:
- 2852235756710L
-
Serialized Fields
-
accessLevel
AccessLevel accessLevel
-
groupId
Long groupId
-
userId
Long userId
-
-
Class org.miaixz.bus.gitlab.models.Application
class Application extends Object implements Serializable- serialVersionUID:
- 2852235903898L
-
Class org.miaixz.bus.gitlab.models.ApplicationSettings
class ApplicationSettings extends Object implements Serializable- serialVersionUID:
- 2852235962768L
-
Class org.miaixz.bus.gitlab.models.ApprovalRule
class ApprovalRule extends Object implements Serializable- serialVersionUID:
- 2852236195081L
-
Serialized Fields
-
appliesToAllProtectedBranches
Boolean appliesToAllProtectedBranches
-
approvalsRequired
Integer approvalsRequired
-
approved
Boolean approved
-
approvedBy
List<User> approvedBy
-
containsHiddenGroups
Boolean containsHiddenGroups
-
eligibleApprovers
List<User> eligibleApprovers
-
groups
List<Group> groups
-
id
Long id
-
name
String name
-
protectedBranches
List<ProtectedBranch> protectedBranches
-
reportType
String reportType
-
ruleType
String ruleType
-
sourceRule
ApprovalRule sourceRule
-
users
List<User> users
-
-
Class org.miaixz.bus.gitlab.models.ApprovalRuleParams
class ApprovalRuleParams extends Object implements Serializable- serialVersionUID:
- 2852236337509L
-
Serialized Fields
-
appliesToAllProtectedBranches
Boolean appliesToAllProtectedBranches
-
approvalsRequired
Integer approvalsRequired
-
groupIds
List<Long> groupIds
-
name
String name
-
protectedBranchIds
List<Long> protectedBranchIds
-
reportType
String reportType
-
ruleType
String ruleType
-
userIds
List<Long> userIds
-
usernames
List<String> usernames
-
-
Class org.miaixz.bus.gitlab.models.ApprovalState
class ApprovalState extends Object implements Serializable- serialVersionUID:
- 2852236560169L
-
Serialized Fields
-
approvalRulesOverwritten
Boolean approvalRulesOverwritten
-
rules
List<ApprovalRule> rules
-
-
Class org.miaixz.bus.gitlab.models.ApprovedBy
class ApprovedBy extends Object implements Serializable- serialVersionUID:
- 2852236797551L
-
Class org.miaixz.bus.gitlab.models.Artifact
class Artifact extends Object implements Serializable- serialVersionUID:
- 2852236887008L
-
Serialized Fields
-
fileFormat
String fileFormat
-
filename
String filename
-
fileType
Artifact.FileType fileType
-
size
Long size
-
-
Class org.miaixz.bus.gitlab.models.ArtifactsFile
class ArtifactsFile extends Object implements Serializable- serialVersionUID:
- 2852237018613L
-
Class org.miaixz.bus.gitlab.models.Assets
class Assets extends Object implements Serializable- serialVersionUID:
- 2852237093233L
-
Serialized Fields
-
count
Integer count
-
evidenceFilePath
String evidenceFilePath
-
links
List<Assets.Link> links
-
sources
List<Assets.Source> sources
-
-
Class org.miaixz.bus.gitlab.models.Assets.Link
class Link extends Object implements Serializable- serialVersionUID:
- 2852237162837L
-
Class org.miaixz.bus.gitlab.models.Assets.Source
class Source extends Object implements Serializable- serialVersionUID:
- 2852237123112L
-
Serialized Fields
-
format
Constants.ArchiveFormat format
-
url
String url
-
-
Class org.miaixz.bus.gitlab.models.Assignee
- serialVersionUID:
- 2852237318105L
-
Class org.miaixz.bus.gitlab.models.Associations
class Associations extends Object implements Serializable- serialVersionUID:
- 2852237588798L
-
Serialized Fields
-
groupsCount
int groupsCount
-
issuesCount
int issuesCount
-
mergeRequestsCount
int mergeRequestsCount
-
projectsCount
int projectsCount
-
-
Class org.miaixz.bus.gitlab.models.AuditEvent
class AuditEvent extends Object implements Serializable- serialVersionUID:
- 2852237793818L
-
Class org.miaixz.bus.gitlab.models.AuditEventDetail
class AuditEventDetail extends Object implements Serializable- serialVersionUID:
- 2852237823656L
-
Class org.miaixz.bus.gitlab.models.Author
- serialVersionUID:
- 2852237919068L
-
Class org.miaixz.bus.gitlab.models.AwardEmoji
class AwardEmoji extends Object implements Serializable- serialVersionUID:
- 2852238050300L
-
Class org.miaixz.bus.gitlab.models.Badge
class Badge extends Object implements Serializable- serialVersionUID:
- 2852238086816L
-
Class org.miaixz.bus.gitlab.models.Blame
class Blame extends Object implements Serializable- serialVersionUID:
- 2852238185017L
-
Class org.miaixz.bus.gitlab.models.Board
class Board extends Object implements Serializable- serialVersionUID:
- 2852238266102L
-
Class org.miaixz.bus.gitlab.models.BoardList
class BoardList extends Object implements Serializable- serialVersionUID:
- 2852238305607L
-
Class org.miaixz.bus.gitlab.models.Branch
class Branch extends Object implements Serializable- serialVersionUID:
- 2852238379559L
-
Class org.miaixz.bus.gitlab.models.BranchAccessLevel
class BranchAccessLevel extends Object implements Serializable- serialVersionUID:
- 2852238639719L
-
Serialized Fields
-
accessLevel
AccessLevel accessLevel
-
accessLevelDescription
String accessLevelDescription
-
groupId
Long groupId
-
id
Long id
-
userId
Long userId
-
-
Class org.miaixz.bus.gitlab.models.Bridge
class Bridge extends Object implements Serializable- serialVersionUID:
- 2852238667902L
-
Serialized Fields
-
allowFailure
boolean allowFailure
-
commit
Commit commit
-
coverage
String coverage
-
createdAt
Date createdAt
-
downstreamPipeline
DownstreamPipeline downstreamPipeline
-
duration
Double duration
-
erasedAt
Date erasedAt
-
finishedAt
Date finishedAt
-
id
Long id
-
name
String name
-
pipeline
Pipeline pipeline
-
queuedDuration
Double queuedDuration
-
ref
String ref
-
stage
String stage
-
startedAt
Date startedAt
-
status
String status
-
tag
boolean tag
-
user
User user
-
webUrl
String webUrl
-
-
Class org.miaixz.bus.gitlab.models.ChangelogPayload
class ChangelogPayload extends Object implements Serializable- serialVersionUID:
- 2852238869802L
-
Class org.miaixz.bus.gitlab.models.Changes
class Changes extends Object implements Serializable- serialVersionUID:
- 2852238919699L
-
Class org.miaixz.bus.gitlab.models.ChildEpic
- serialVersionUID:
- 2852239105250L
-
Class org.miaixz.bus.gitlab.models.Comment
class Comment extends Object implements Serializable- serialVersionUID:
- 2852239270127L
-
Class org.miaixz.bus.gitlab.models.Commit
class Commit extends Object implements Serializable- serialVersionUID:
- 2852239586962L
-
Serialized Fields
-
author
Author author
-
authoredDate
Date authoredDate
-
authorEmail
String authorEmail
-
authorName
String authorName
-
committedDate
Date committedDate
-
committerEmail
String committerEmail
-
committerName
String committerName
-
createdAt
Date createdAt
-
id
String id
-
lastPipeline
Pipeline lastPipeline
-
message
String message
-
parentIds
List<String> parentIds
-
projectId
Long projectId
-
shortId
String shortId
-
stats
CommitStats stats
-
status
String status
-
timestamp
Date timestamp
-
title
String title
-
url
String url
-
webUrl
String webUrl
-
-
Class org.miaixz.bus.gitlab.models.CommitAction
class CommitAction extends Object implements Serializable- serialVersionUID:
- 2852239693533L
-
Serialized Fields
-
action
CommitAction.Action action
-
content
String content
-
encoding
Constants.Encoding encoding
-
executeFilemode
Boolean executeFilemode
-
filePath
String filePath
-
lastCommitId
String lastCommitId
-
previousPath
String previousPath
-
-
Class org.miaixz.bus.gitlab.models.CommitPayload
class CommitPayload extends Object implements Serializable- serialVersionUID:
- 2852239868301L
-
Class org.miaixz.bus.gitlab.models.CommitRef
class CommitRef extends Object implements Serializable- serialVersionUID:
- 2852239992782L
-
Serialized Fields
-
name
String name
-
type
CommitRef.RefType type
-
-
Class org.miaixz.bus.gitlab.models.CommitStats
class CommitStats extends Object implements Serializable- serialVersionUID:
- 2852250082857L
-
Class org.miaixz.bus.gitlab.models.CommitStatus
class CommitStatus extends Object implements Serializable- serialVersionUID:
- 2852250191072L
-
Serialized Fields
-
allowFailure
Boolean allowFailure
-
author
Author author
-
coverage
Float coverage
-
createdAt
Date createdAt
-
description
String description
-
finishedAt
Date finishedAt
-
id
Long id
-
name
String name
-
pipelineId
Long pipelineId
-
ref
String ref
-
sha
String sha
-
startedAt
Date startedAt
-
status
String status
-
targetUrl
String targetUrl
-
-
Class org.miaixz.bus.gitlab.models.CommitStatusFilter
class CommitStatusFilter extends Object implements Serializable- serialVersionUID:
- 2852250336272L
-
Class org.miaixz.bus.gitlab.models.CompareResults
class CompareResults extends Object implements Serializable- serialVersionUID:
- 2852250376909L
-
Class org.miaixz.bus.gitlab.models.ContainerExpirationPolicy
class ContainerExpirationPolicy extends Object implements Serializable- serialVersionUID:
- 2852250662811L
-
Class org.miaixz.bus.gitlab.models.Contributor
- serialVersionUID:
- 2852250837816L
-
Class org.miaixz.bus.gitlab.models.CreatedChildEpic
- serialVersionUID:
- 2852250855125L
-
Class org.miaixz.bus.gitlab.models.CreateRunnerParams
class CreateRunnerParams extends Object implements Serializable- serialVersionUID:
- 2852250855126L
-
Serialized Fields
-
accessLevel
String accessLevel
-
description
String description
-
groupId
Long groupId
-
locked
Boolean locked
-
maintenanceNote
String maintenanceNote
-
maximumTimeout
Integer maximumTimeout
-
paused
Boolean paused
-
projectId
Long projectId
-
runnerType
Runner.RunnerType runnerType
-
runUntagged
Boolean runUntagged
-
tagList
List<String> tagList
-
-
Class org.miaixz.bus.gitlab.models.CreateRunnerResponse
class CreateRunnerResponse extends Object implements Serializable- serialVersionUID:
- 2852250855127L
-
Class org.miaixz.bus.gitlab.models.CustomAttribute
class CustomAttribute extends Object implements Serializable- serialVersionUID:
- 2852250951355L
-
Class org.miaixz.bus.gitlab.models.Deployable
class Deployable extends Object implements Serializable- serialVersionUID:
- 2852251089511L
-
Serialized Fields
-
artifacts
List<Artifact> artifacts
-
artifactsExpireAt
Date artifactsExpireAt
-
commit
Commit commit
-
coverage
Float coverage
-
createdAt
Date createdAt
-
duration
Double duration
-
finishedAt
Date finishedAt
-
id
Long id
-
name
String name
-
pipeline
Pipeline pipeline
-
ref
String ref
-
runner
Runner runner
-
stage
String stage
-
startedAt
Date startedAt
-
status
Constants.DeploymentStatus status
-
tag
Boolean tag
-
user
User user
-
webUrl
String webUrl
-
-
Class org.miaixz.bus.gitlab.models.DeployKey
class DeployKey extends Object implements Serializable- serialVersionUID:
- 2852250986982L
-
Class org.miaixz.bus.gitlab.models.Deployment
class Deployment extends Object implements Serializable- serialVersionUID:
- 2852251169268L
-
Serialized Fields
-
createdAt
Date createdAt
-
deployable
Deployable deployable
-
environment
Environment environment
-
id
Long id
-
iid
Long iid
-
ref
String ref
-
sha
String sha
-
status
Constants.DeploymentStatus status
-
updatedAt
Date updatedAt
-
user
User user
-
-
Class org.miaixz.bus.gitlab.models.DeploymentFilter
class DeploymentFilter extends Object implements Serializable- serialVersionUID:
- 2852251252095L
-
Serialized Fields
-
environment
String environment
The name of the environment to filter deployments by. -
orderBy
Constants.DeploymentOrderBy orderBy
Return deployments ordered by either one of id, iid, created_at, updated_at or ref fields. Default is id. -
sortOrder
Constants.SortOrder sortOrder
Return deployments sorted in asc or desc order. Default is asc. -
status
Constants.DeploymentStatus status
The status to filter deployments by. -
updatedAfter
Date updatedAfter
Return deployments updated after the specified date. Expected in ISO 8601 format (2019-03-15T08:00:00Z). -
updatedBefore
Date updatedBefore
Return deployments updated before the specified date. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
-
-
Class org.miaixz.bus.gitlab.models.DeployToken
class DeployToken extends Object implements Serializable- serialVersionUID:
- 2852251025919L
-
Class org.miaixz.bus.gitlab.models.DetailedStatus
class DetailedStatus extends Object implements Serializable- serialVersionUID:
- 2852251323553L
-
Class org.miaixz.bus.gitlab.models.Diff
class Diff extends Object implements Serializable- serialVersionUID:
- 2852251521883L
-
Class org.miaixz.bus.gitlab.models.DiffRef
class DiffRef extends Object implements Serializable- serialVersionUID:
- 2852251659905L
-
Class org.miaixz.bus.gitlab.models.Discussion
class Discussion extends Object implements Serializable- serialVersionUID:
- 2852251836760L
-
Class org.miaixz.bus.gitlab.models.DownstreamPipeline
class DownstreamPipeline extends Object implements Serializable- serialVersionUID:
- 2852251939228L
-
Class org.miaixz.bus.gitlab.models.Duration
class Duration extends Object implements Serializable- serialVersionUID:
- 2852252100196L
-
Serialized Fields
-
durationString
String durationString
-
seconds
int seconds
-
-
Class org.miaixz.bus.gitlab.models.Email
class Email extends Object implements Serializable- serialVersionUID:
- 2852252307991L
-
Class org.miaixz.bus.gitlab.models.Environment
class Environment extends Object implements Serializable- serialVersionUID:
- 2852252558305L
-
Serialized Fields
-
autoStopAt
Date autoStopAt
-
externalUrl
String externalUrl
-
id
Long id
-
lastDeployment
Deployment lastDeployment
-
name
String name
-
slug
String slug
-
state
Environment.EnvironmentState state
-
tier
String tier
-
-
Class org.miaixz.bus.gitlab.models.Epic
- serialVersionUID:
- 2852252677578L
-
Class org.miaixz.bus.gitlab.models.EpicFilter
class EpicFilter extends Object implements Serializable- serialVersionUID:
- 2852252738550L
-
Serialized Fields
-
authorId
Long authorId
-
authorUsername
String authorUsername
-
createdAfter
Date createdAfter
-
includeAncestorGroups
Boolean includeAncestorGroups
-
includeDescendantGroups
Boolean includeDescendantGroups
-
labels
String labels
-
myReactionEmoji
String myReactionEmoji
-
not
Map<EpicFilter.EpicField,
Object> not -
orderBy
Constants.EpicOrderBy orderBy
-
search
String search
-
sort
Constants.SortOrder sort
-
state
AbstractEpic.EpicState state
-
updatedAfter
Date updatedAfter
-
updatedBefore
Date updatedBefore
-
-
Class org.miaixz.bus.gitlab.models.EpicInLink
- serialVersionUID:
- 2852252889389L
-
Class org.miaixz.bus.gitlab.models.EpicIssue
class EpicIssue extends AbstractIssue implements Serializable- serialVersionUID:
- 2852253051692L
-
Class org.miaixz.bus.gitlab.models.EpicIssueLink
class EpicIssueLink extends Object implements Serializable- serialVersionUID:
- 2852253087369L
-
Class org.miaixz.bus.gitlab.models.Event
class Event extends Object implements Serializable- serialVersionUID:
- 2852253230058L
-
Serialized Fields
-
actionName
String actionName
-
author
Author author
-
authorId
Long authorId
-
authorUsername
String authorUsername
-
createdAt
Date createdAt
-
data
EventData data
-
id
Long id
-
note
Note note
-
projectId
Long projectId
-
pushData
PushData pushData
-
targetId
Long targetId
-
targetIid
Long targetIid
-
targetTitle
String targetTitle
-
targetType
Constants.TargetType targetType
-
title
String title
-
-
Class org.miaixz.bus.gitlab.models.EventData
class EventData extends Object implements Serializable- serialVersionUID:
- 2852253272657L
-
Class org.miaixz.bus.gitlab.models.Exists
class Exists extends Object implements Serializable- serialVersionUID:
- 2852253538080L
-
Serialized Fields
-
exists
Boolean exists
-
-
Class org.miaixz.bus.gitlab.models.ExportStatus
class ExportStatus extends Object implements Serializable- serialVersionUID:
- 2852253553600L
-
Class org.miaixz.bus.gitlab.models.ExternalStatusCheck
class ExternalStatusCheck extends Object implements Serializable- serialVersionUID:
- 2852253601683L
-
Class org.miaixz.bus.gitlab.models.ExternalStatusCheckProtectedBranch
class ExternalStatusCheckProtectedBranch extends Object implements Serializable- serialVersionUID:
- 2852253691392L
-
Class org.miaixz.bus.gitlab.models.ExternalStatusCheckResult
class ExternalStatusCheckResult extends Object implements Serializable- serialVersionUID:
- 2852253955988L
-
Serialized Fields
-
externalStatusCheck
ExternalStatusCheck externalStatusCheck
-
id
Long id
-
mergeRequest
MergeRequest mergeRequest
-
-
Class org.miaixz.bus.gitlab.models.ExternalStatusCheckStatus
class ExternalStatusCheckStatus extends Object implements Serializable- serialVersionUID:
- 2852253997632L
-
Serialized Fields
-
externalUrl
String externalUrl
-
id
Long id
-
name
String name
-
status
ExternalStatusCheckStatus.Status status
-
-
Class org.miaixz.bus.gitlab.models.FileUpload
class FileUpload extends Object implements Serializable- serialVersionUID:
- 2852255128975L
-
Class org.miaixz.bus.gitlab.models.GitLabCiTemplate
class GitLabCiTemplate extends Object implements Serializable- serialVersionUID:
- 2852255181137L
-
Class org.miaixz.bus.gitlab.models.GitLabCiTemplateElement
class GitLabCiTemplateElement extends Object implements Serializable- serialVersionUID:
- 2852255276995L
-
Class org.miaixz.bus.gitlab.models.GpgSignature
class GpgSignature extends Object implements Serializable- serialVersionUID:
- 2852255356008L
-
Class org.miaixz.bus.gitlab.models.Group
- serialVersionUID:
- 2852255907217L
-
Serialized Fields
-
createdAt
Date createdAt
-
customAttributes
List<CustomAttribute> customAttributes
-
defaultBranchProtection
Constants.DefaultBranchProtectionLevel defaultBranchProtection
-
description
String description
-
lfsEnabled
Boolean lfsEnabled
-
markedForDeletionOn
Date markedForDeletionOn
-
parentId
Long parentId
-
path
String path
-
preventForkingOutsideGroup
Boolean preventForkingOutsideGroup
-
preventSharingGroupsOutsideHierarchy
Boolean preventSharingGroupsOutsideHierarchy
-
projectCreationLevel
Constants.ProjectCreationLevel projectCreationLevel
-
projects
List<Project> projects
-
requestAccessEnabled
Boolean requestAccessEnabled
-
runnersToken
String runnersToken
-
sharedProjects
List<Project> sharedProjects
-
sharedRunnersMinutesLimit
Integer sharedRunnersMinutesLimit
-
sharedWithGroups
List<SharedGroup> sharedWithGroups
-
statistics
Group.Statistics statistics
-
subgroupCreationLevel
Constants.SubgroupCreationLevel subgroupCreationLevel
-
visibility
Visibility visibility
-
-
Class org.miaixz.bus.gitlab.models.GroupAccessToken
class GroupAccessToken extends ImpersonationToken implements Serializable- serialVersionUID:
- 2852255961571L
-
Serialized Fields
-
accessLevel
AccessLevel accessLevel
-
-
Class org.miaixz.bus.gitlab.models.GroupFilter
class GroupFilter extends Object implements Serializable- serialVersionUID:
- 2852256129063L
-
Serialized Fields
-
accessLevel
AccessLevel accessLevel
-
allAvailable
Boolean allAvailable
-
customAttributesFilter
List<CustomAttribute> customAttributesFilter
-
orderBy
Constants.GroupOrderBy orderBy
-
owned
Boolean owned
-
search
String search
-
skipGroups
List<Long> skipGroups
-
sort
Constants.SortOrder sort
-
statistics
Boolean statistics
-
topLevelOnly
Boolean topLevelOnly
-
withCustomAttributes
Boolean withCustomAttributes
-
-
Class org.miaixz.bus.gitlab.models.GroupHook
class GroupHook extends Object implements Serializable- serialVersionUID:
- 2852256215172L
-
Serialized Fields
-
alertStatus
String alertStatus
-
branchFilterStrategy
String branchFilterStrategy
-
confidentialIssuesEvents
Boolean confidentialIssuesEvents
-
confidentialNoteEvents
Boolean confidentialNoteEvents
-
createdAt
Date createdAt
-
customWebhookTemplate
String customWebhookTemplate
-
deploymentEvents
Boolean deploymentEvents
-
description
String description
-
disabledUntil
Date disabledUntil
-
enableSslVerification
Boolean enableSslVerification
-
featureFlagEvents
Boolean featureFlagEvents
-
groupId
Long groupId
-
id
Long id
-
issuesEvents
Boolean issuesEvents
-
jobEvents
Boolean jobEvents
-
memberEvents
Boolean memberEvents
-
mergeRequestsEvents
Boolean mergeRequestsEvents
-
name
String name
-
noteEvents
Boolean noteEvents
-
pipelineEvents
Boolean pipelineEvents
-
pushEvents
Boolean pushEvents
-
pushEventsBranchFilter
String pushEventsBranchFilter
-
releasesEvents
Boolean releasesEvents
-
repositoryUpdateEvents
Boolean repositoryUpdateEvents
-
resourceAccessTokenEvents
Boolean resourceAccessTokenEvents
-
subgroupEvents
Boolean subgroupEvents
-
tagPushEvents
Boolean tagPushEvents
-
url
String url
-
wikiPageEvents
Boolean wikiPageEvents
-
-
Class org.miaixz.bus.gitlab.models.GroupHookParams
class GroupHookParams extends Object implements Serializable- serialVersionUID:
- 2852256256678L
-
Serialized Fields
-
branchFilterStrategy
String branchFilterStrategy
-
confidentialIssuesEvents
Boolean confidentialIssuesEvents
-
confidentialNoteEvents
Boolean confidentialNoteEvents
-
customWebhookTemplate
String customWebhookTemplate
-
deploymentEvents
Boolean deploymentEvents
-
description
String description
-
enableSslVerification
Boolean enableSslVerification
-
featureFlagEvents
Boolean featureFlagEvents
-
issuesEvents
Boolean issuesEvents
-
jobEvents
Boolean jobEvents
-
memberEvents
Boolean memberEvents
-
mergeRequestsEvents
Boolean mergeRequestsEvents
-
name
String name
-
noteEvents
Boolean noteEvents
-
pipelineEvents
Boolean pipelineEvents
-
pushEvents
Boolean pushEvents
-
pushEventsBranchFilter
String pushEventsBranchFilter
-
releasesEvents
Boolean releasesEvents
-
resourceAccessTokenEvents
Boolean resourceAccessTokenEvents
-
subgroupEvents
Boolean subgroupEvents
-
tagPushEvents
Boolean tagPushEvents
-
token
String token
-
url
String url
-
wikiPageEvents
Boolean wikiPageEvents
-
-
Class org.miaixz.bus.gitlab.models.GroupParams
class GroupParams extends Object implements Serializable- serialVersionUID:
- 2852256333908L
-
Serialized Fields
-
autoDevopsEnabled
Boolean autoDevopsEnabled
-
defaultBranchProtection
Constants.DefaultBranchProtectionLevel defaultBranchProtection
-
description
String description
-
emailsDisabled
Boolean emailsDisabled
-
extraSharedRunnersMinutesLimit
Integer extraSharedRunnersMinutesLimit
-
fileTemplateProjectId
Long fileTemplateProjectId
-
lfsEnabled
Boolean lfsEnabled
-
membershipLock
Boolean membershipLock
-
name
String name
-
parentId
Long parentId
-
path
String path
-
preventForkingOutsideGroup
Boolean preventForkingOutsideGroup
-
preventSharingGroupsOutsideHierarchy
Boolean preventSharingGroupsOutsideHierarchy
-
projectCreationLevel
Constants.ProjectCreationLevel projectCreationLevel
-
requestAccessEnabled
Boolean requestAccessEnabled
-
requireTwoFactorAuthentication
Boolean requireTwoFactorAuthentication
-
sharedRunnersMinutesLimit
Integer sharedRunnersMinutesLimit
-
shareWithGroupLock
Boolean shareWithGroupLock
-
subgroupCreationLevel
Constants.SubgroupCreationLevel subgroupCreationLevel
-
twoFactorGracePeriod
Integer twoFactorGracePeriod
-
visibility
String visibility
-
-
Class org.miaixz.bus.gitlab.models.GroupProjectsFilter
class GroupProjectsFilter extends Object implements Serializable- serialVersionUID:
- 2852256397389L
-
Serialized Fields
-
archived
Boolean archived
-
includeSubGroups
Boolean includeSubGroups
-
orderBy
Constants.ProjectOrderBy orderBy
-
owned
Boolean owned
-
search
String search
-
simple
Boolean simple
-
sort
Constants.SortOrder sort
-
starred
Boolean starred
-
visibility
Visibility visibility
-
withCustomAttributes
Boolean withCustomAttributes
-
withIssuesEnabled
Boolean withIssuesEnabled
-
withMergeRequestsEnabled
Boolean withMergeRequestsEnabled
-
withShared
Boolean withShared
-
-
Class org.miaixz.bus.gitlab.models.HealthCheckInfo
class HealthCheckInfo extends Object implements Serializable- serialVersionUID:
- 2852256691706L
-
Serialized Fields
-
cacheCheck
HealthCheckItem cacheCheck
-
dbCheck
HealthCheckItem dbCheck
-
fsShardsCheck
HealthCheckItem fsShardsCheck
-
gitalyCheck
HealthCheckItem gitalyCheck
-
queuesCheck
HealthCheckItem queuesCheck
-
redisCheck
HealthCheckItem redisCheck
-
sharedStateCheck
HealthCheckItem sharedStateCheck
-
-
Class org.miaixz.bus.gitlab.models.HealthCheckItem
class HealthCheckItem extends Object implements Serializable- serialVersionUID:
- 2852256751978L
-
Serialized Fields
-
labels
Map<String,
String> labels -
message
String message
-
status
HealthCheckStatus status
-
-
Class org.miaixz.bus.gitlab.models.Identity
class Identity extends Object implements Serializable- serialVersionUID:
- 2852256910511L
-
Class org.miaixz.bus.gitlab.models.ImpersonationToken
class ImpersonationToken extends Object implements Serializable- serialVersionUID:
- 2852257073750L
-
Serialized Fields
-
active
Boolean active
-
createdAt
Date createdAt
-
description
String description
-
expiresAt
Date expiresAt
-
id
Long id
-
impersonation
Boolean impersonation
-
lastUsedAt
Date lastUsedAt
-
name
String name
-
revoked
Boolean revoked
-
scopes
List<ImpersonationToken.Scope> scopes
-
token
String token
-
userId
Long userId
-
-
Class org.miaixz.bus.gitlab.models.ImportStatus
class ImportStatus extends Object implements Serializable- serialVersionUID:
- 2852257150210L
-
Class org.miaixz.bus.gitlab.models.Issue
class Issue extends AbstractIssue implements Serializable- serialVersionUID:
- 2852257231537L
-
Serialized Fields
-
subscribed
Boolean subscribed
-
-
Class org.miaixz.bus.gitlab.models.IssueEpic
- serialVersionUID:
- 2852257290207L
-
Class org.miaixz.bus.gitlab.models.IssueEvent
class IssueEvent extends Object implements Serializable- serialVersionUID:
- 2852257573191L
-
Class org.miaixz.bus.gitlab.models.IssueFilter
class IssueFilter extends Object implements Serializable- serialVersionUID:
- 2852257636989L
-
Serialized Fields
-
assigneeId
Long assigneeId
Return issues assigned to the given user id. -
authorId
Long authorId
Return issues created by the given user id. -
createdAfter
Date createdAfter
Return issues created on or after the given time. -
createdBefore
Date createdBefore
Return issues created on or before the given time. -
iids
List<Long> iids
Return only the issues having the given iid. -
in
List<String> in
Modify the scope of the search attribute. title, description, or a string joining them with comma. Default is title,description -
iterationTitle
String iterationTitle
Return issues in current iteration. -
labels
List<String> labels
Comma-separated list of label names, issues must have all labels to be returned. No+Label lists all issues with no labels. -
milestone
String milestone
The milestone title. No+Milestone lists all issues with no milestone. -
myReactionEmoji
String myReactionEmoji
Return issues reacted by the authenticated user by the given emoji. -
not
Map<IssueFilter.IssueField,
Object> not -
orderBy
Constants.IssueOrderBy orderBy
Constants.IssueOrderByReturn issues ordered by created_at or updated_at fields. Default is created_at. -
scope
Constants.IssueScope scope
Constants.IssueScopeReturn issues for the given scope: created_by_me, assigned_to_me or all. For versions before 11.0, use the now deprecated created-by-me or assigned-to-me scopes instead. -
search
String search
Search project issues against their title and description. -
sort
Constants.SortOrder sort
Constants.SortOrderReturn issues sorted in asc or desc order. Default is desc. -
state
Constants.IssueState state
Constants.IssueStateReturn all issues or just those that are opened or closed. -
updatedAfter
Date updatedAfter
Return issues updated on or after the given time. -
updatedBefore
Date updatedBefore
Return issues updated on or before the given time.
-
-
Class org.miaixz.bus.gitlab.models.IssueLink
class IssueLink extends Object implements Serializable- serialVersionUID:
- 2852257890367L
-
Class org.miaixz.bus.gitlab.models.IssuesStatistics
class IssuesStatistics extends Object implements Serializable- serialVersionUID:
- 2852258156052L
-
Serialized Fields
-
statistics
IssuesStatistics.Statistics statistics
-
-
Class org.miaixz.bus.gitlab.models.IssuesStatistics.Counts
class Counts extends Object implements Serializable- serialVersionUID:
- 2852258280077L
-
Class org.miaixz.bus.gitlab.models.IssuesStatistics.Statistics
class Statistics extends Object implements Serializable- serialVersionUID:
- 2852258198568L
-
Serialized Fields
-
counts
IssuesStatistics.Counts counts
-
-
Class org.miaixz.bus.gitlab.models.IssuesStatisticsFilter
class IssuesStatisticsFilter extends Object implements Serializable- serialVersionUID:
- 2852258815223L
-
Serialized Fields
-
assigneeId
Long assigneeId
-
authorId
Long authorId
-
confidential
Boolean confidential
-
createdAfter
Date createdAfter
-
createdBefore
Date createdBefore
-
iids
List<Long> iids
-
in
String in
-
labels
List<String> labels
-
milestone
String milestone
-
myReactionEmoji
String myReactionEmoji
-
scope
Constants.IssueScope scope
-
search
String search
-
updatedAfter
Date updatedAfter
-
updatedBefore
Date updatedBefore
-
-
Class org.miaixz.bus.gitlab.models.Iteration
class Iteration extends Object implements Serializable- serialVersionUID:
- 2852259131760L
-
Class org.miaixz.bus.gitlab.models.IterationFilter
class IterationFilter extends Object implements Serializable- serialVersionUID:
- 2852259338991L
-
Serialized Fields
-
in
IterationFilter.IterationFilterIn in
Fields in which fuzzy search should be performed with the query given in the argument search. -
includeAncestors
Boolean includeAncestors
Include iterations from parent group and its ancestors. Defaults to true. -
search
String search
Return only iterations with a title matching the provided string. -
state
IterationFilter.IterationFilterState state
Return opened, upcoming, current, closed, or all iterations. -
updatedAfter
Date updatedAfter
Return iterations updated after the specified date. Expected in ISO 8601 format (2019-03-15T08:00:00Z). -
updatedBefore
Date updatedBefore
Return iterations updated before the specified date. Expected in ISO 8601 format (2019-03-15T08:00:00Z).
-
-
Class org.miaixz.bus.gitlab.models.Job
class Job extends Object implements Serializable- serialVersionUID:
- 2852259736306L
-
Serialized Fields
-
allowFailure
Boolean allowFailure
-
artifacts
List<Artifact> artifacts
-
artifactsExpireAt
Date artifactsExpireAt
-
artifactsFile
ArtifactsFile artifactsFile
-
commit
Commit commit
-
coverage
String coverage
-
createdAt
Date createdAt
-
duration
Float duration
-
erasedAt
Date erasedAt
-
failureReason
String failureReason
-
finishedAt
Date finishedAt
-
id
Long id
-
manual
Boolean manual
-
name
String name
-
pipeline
Pipeline pipeline
-
project
Project project
-
queuedDuration
Float queuedDuration
-
ref
String ref
-
runner
Runner runner
-
stage
String stage
-
startedAt
Date startedAt
-
status
JobStatus status
-
tag
Boolean tag
-
tagList
List<String> tagList
-
user
User user
-
webUrl
String webUrl
-
when
String when
-
-
Class org.miaixz.bus.gitlab.models.JobAttribute
class JobAttribute extends Object implements Serializable- serialVersionUID:
- 2852259783653L
-
Class org.miaixz.bus.gitlab.models.JobAttributes
class JobAttributes extends Object implements Serializable- serialVersionUID:
- 2852260015811L
-
Serialized Fields
-
jobAttributes
List<JobAttribute> jobAttributes
-
-
Class org.miaixz.bus.gitlab.models.Key
class Key extends Object implements Serializable- serialVersionUID:
- 2852260056272L
-
Class org.miaixz.bus.gitlab.models.Label
class Label extends Object implements Serializable- serialVersionUID:
- 2852260153906L
-
Serialized Fields
-
closedIssuesCount
Integer closedIssuesCount
-
color
String color
-
description
String description
-
descriptionHtml
String descriptionHtml
-
id
Long id
-
isProjectLabel
Boolean isProjectLabel
-
name
String name
-
openIssuesCount
Integer openIssuesCount
-
openMergeRequestsCount
Integer openMergeRequestsCount
-
priority
Integer priority
-
subscribed
Boolean subscribed
-
textColor
String textColor
-
-
Class org.miaixz.bus.gitlab.models.LabelEvent
class LabelEvent extends Object implements Serializable- serialVersionUID:
- 2852260316959L
-
Class org.miaixz.bus.gitlab.models.LdapGroupLink
class LdapGroupLink extends Object implements Serializable- serialVersionUID:
- 2852260326318L
-
Serialized Fields
-
cn
String cn
-
filter
String filter
-
groupAccess
AccessLevel groupAccess
-
provider
String provider
-
-
Class org.miaixz.bus.gitlab.models.License
class License extends Object implements Serializable- serialVersionUID:
- 2852260513290L
-
Serialized Fields
-
activeUsers
Integer activeUsers
-
addOns
Map<String,
Integer> addOns -
createdAt
Date createdAt
-
expired
Boolean expired
-
expiresAt
Date expiresAt
-
historicalMax
Integer historicalMax
-
id
Long id
-
licensee
Map<String,
String> licensee -
overage
Integer overage
-
plan
String plan
-
startsAt
Date startsAt
-
userLimit
Integer userLimit
-
-
Class org.miaixz.bus.gitlab.models.LicenseTemplate
class LicenseTemplate extends Object implements Serializable- serialVersionUID:
- 2852260622196L
-
Serialized Fields
-
Class org.miaixz.bus.gitlab.models.Link
class Link extends Object implements Serializable- serialVersionUID:
- 2852260700263L
-
Class org.miaixz.bus.gitlab.models.LinkedIssue
class LinkedIssue extends AbstractIssue implements Serializable- serialVersionUID:
- 2852260826605L
-
Class org.miaixz.bus.gitlab.models.Markdown
class Markdown extends Object implements Serializable- serialVersionUID:
- 2852260951898L
-
Serialized Fields
-
html
String html
-
-
Class org.miaixz.bus.gitlab.models.MarkdownRequest
class MarkdownRequest extends Object implements Serializable- serialVersionUID:
- 2852261307076L
-
Class org.miaixz.bus.gitlab.models.Member
- serialVersionUID:
- 2852261708829L
-
Serialized Fields
-
accessLevel
AccessLevel accessLevel
-
expiresAt
Date expiresAt
-
groupSamlIdentity
Identity groupSamlIdentity
-
-
Class org.miaixz.bus.gitlab.models.Membership
class Membership extends Object implements Serializable- serialVersionUID:
- 2852261832007L
-
Serialized Fields
-
accessLevel
AccessLevel accessLevel
-
sourceId
Long sourceId
-
sourceName
String sourceName
-
sourceType
MembershipSourceType sourceType
-
-
Class org.miaixz.bus.gitlab.models.MergeRequest
class MergeRequest extends Object implements Serializable- serialVersionUID:
- 2852262182510L
-
Serialized Fields
-
allowCollaboration
Boolean allowCollaboration
-
allowMaintainerToPush
Boolean allowMaintainerToPush
-
approvalsBeforeMerge
Integer approvalsBeforeMerge
-
approvalsLeft
Integer approvalsLeft
-
approvalsRequired
Integer approvalsRequired
-
approvedBy
List<User> approvedBy
-
assignee
Assignee assignee
-
assignees
List<Assignee> assignees
-
author
Author author
-
blockingDiscussionsResolved
Boolean blockingDiscussionsResolved
-
changes
List<Diff> changes
-
changesCount
String changesCount
-
closedAt
Date closedAt
-
closedBy
Participant closedBy
-
createdAt
Date createdAt
-
description
String description
-
detailedMergeStatus
String detailedMergeStatus
-
diffRefs
DiffRef diffRefs
-
discussionLocked
Boolean discussionLocked
-
divergedCommitsCount
Integer divergedCommitsCount
-
downvotes
Integer downvotes
-
draft
Boolean draft
-
forceRemoveSourceBranch
Boolean forceRemoveSourceBranch
-
hasConflicts
Boolean hasConflicts
-
headPipeline
Pipeline headPipeline
-
id
Long id
-
iid
Long iid
-
labels
List<String> labels
-
latestBuildFinishedAt
Date latestBuildFinishedAt
-
latestBuildStartedAt
Date latestBuildStartedAt
-
mergeCommitSha
String mergeCommitSha
-
mergedAt
Date mergedAt
-
mergeError
String mergeError
-
mergeUser
Participant mergeUser
-
mergeWhenPipelineSucceeds
Boolean mergeWhenPipelineSucceeds
-
milestone
Milestone milestone
-
pipeline
Pipeline pipeline
-
projectId
Long projectId
-
rebaseInProgress
Boolean rebaseInProgress
-
references
References references
-
reviewers
List<Reviewer> reviewers
-
sha
String sha
-
shouldRemoveSourceBranch
Boolean shouldRemoveSourceBranch
-
sourceBranch
String sourceBranch
-
sourceProjectId
Long sourceProjectId
-
squash
Boolean squash
-
squashCommitSha
String squashCommitSha
-
state
String state
-
subscribed
Boolean subscribed
-
targetBranch
String targetBranch
-
targetProjectId
Long targetProjectId
-
taskCompletionStatus
TaskCompletionStatus taskCompletionStatus
-
timeStats
TimeStats timeStats
-
title
String title
-
updatedAt
Date updatedAt
-
upvotes
Integer upvotes
-
userNotesCount
Integer userNotesCount
-
webUrl
String webUrl
-
workInProgress
Boolean workInProgress
-
-
Class org.miaixz.bus.gitlab.models.MergeRequestDiff
class MergeRequestDiff extends MergeRequestVersion implements Serializable- serialVersionUID:
- 2852262933296L
-
Class org.miaixz.bus.gitlab.models.MergeRequestFilter
class MergeRequestFilter extends Object implements Serializable- serialVersionUID:
- 2852263228021L
-
Serialized Fields
-
assigneeId
Long assigneeId
-
authorId
Long authorId
Filter MR by created by the given user id. Combine with scope=all or scope=assigned_to_me -
createdAfter
Date createdAfter
-
createdBefore
Date createdBefore
-
groupId
Long groupId
-
iids
List<Long> iids
-
in
Constants.MergeRequestSearchIn in
-
labels
List<String> labels
-
milestone
String milestone
-
myReactionEmoji
String myReactionEmoji
-
not
Map<MergeRequestFilter.MergeRequestField,
Object> not -
orderBy
Constants.MergeRequestOrderBy orderBy
-
projectId
Long projectId
-
reviewerId
Long reviewerId
-
scope
Constants.MergeRequestScope scope
-
search
String search
-
simpleView
Boolean simpleView
-
sort
Constants.SortOrder sort
-
sourceBranch
String sourceBranch
-
state
Constants.MergeRequestState state
-
targetBranch
String targetBranch
-
updatedAfter
Date updatedAfter
-
updatedBefore
Date updatedBefore
-
wip
Boolean wip
-
-
Class org.miaixz.bus.gitlab.models.MergeRequestParams
class MergeRequestParams extends Object implements Serializable- serialVersionUID:
- 2852263591065L
-
Serialized Fields
-
allowCollaboration
Boolean allowCollaboration
-
approvalsBeforeMerge
Integer approvalsBeforeMerge
-
assigneeId
Long assigneeId
-
assigneeIds
List<Long> assigneeIds
-
description
String description
-
discussionLocked
Boolean discussionLocked
-
labels
List<String> labels
-
milestoneId
Long milestoneId
-
removeSourceBranch
Boolean removeSourceBranch
-
reviewerIds
List<Long> reviewerIds
-
sourceBranch
String sourceBranch
-
squash
Boolean squash
-
stateEvent
Constants.StateEvent stateEvent
-
targetBranch
String targetBranch
-
targetProjectId
Long targetProjectId
-
title
String title
-
-
Class org.miaixz.bus.gitlab.models.MergeRequestVersion
class MergeRequestVersion extends Object implements Serializable- serialVersionUID:
- 2852265139183L
-
Class org.miaixz.bus.gitlab.models.Metadata
class Metadata extends Object implements Serializable- serialVersionUID:
- 2852265316087L
-
Serialized Fields
-
enterprise
Boolean enterprise
-
kas
Metadata.Kas kas
-
revision
String revision
-
version
String version
-
-
Class org.miaixz.bus.gitlab.models.Milestone
class Milestone extends Object implements Serializable- serialVersionUID:
- 2852265609811L
-
Class org.miaixz.bus.gitlab.models.Namespace
class Namespace extends Object implements Serializable- serialVersionUID:
- 2852265752716L
-
Class org.miaixz.bus.gitlab.models.Note
class Note extends Object implements Serializable- serialVersionUID:
- 2852265960807L
-
Serialized Fields
-
attachment
String attachment
-
author
Author author
-
body
String body
-
createdAt
Date createdAt
-
downvote
Boolean downvote
-
expiresAt
Date expiresAt
-
fileName
String fileName
-
id
Long id
-
internal
Boolean internal
-
noteableId
Long noteableId
-
noteableIid
Long noteableIid
-
noteableType
String noteableType
-
position
Position position
-
resolvable
Boolean resolvable
-
resolved
Boolean resolved
-
resolvedAt
Date resolvedAt
-
resolvedBy
Participant resolvedBy
-
system
Boolean system
-
title
String title
-
type
Note.Type type
-
updatedAt
Date updatedAt
-
upvote
Boolean upvote
-
-
Class org.miaixz.bus.gitlab.models.NotificationSettings
class NotificationSettings extends Object implements Serializable- serialVersionUID:
- 2852266179825L
-
Serialized Fields
-
email
String email
-
events
NotificationSettings.Events events
-
level
NotificationSettings.Level level
-
-
Class org.miaixz.bus.gitlab.models.NotificationSettings.Events
class Events extends Object implements Serializable- serialVersionUID:
- 2852266282729L
-
Serialized Fields
-
closeIssue
Boolean closeIssue
-
closeMergeRequest
Boolean closeMergeRequest
-
failedPipeline
Boolean failedPipeline
-
mergeMergeRequest
Boolean mergeMergeRequest
-
newIssue
Boolean newIssue
-
newMergeRequest
Boolean newMergeRequest
-
newNote
Boolean newNote
-
reassignIssue
Boolean reassignIssue
-
reassignMergeRequest
Boolean reassignMergeRequest
-
reopenIssue
Boolean reopenIssue
-
reopenMergeRequest
Boolean reopenMergeRequest
-
successPipeline
Boolean successPipeline
-
-
Class org.miaixz.bus.gitlab.models.OauthTokenResponse
class OauthTokenResponse extends Object implements Serializable- serialVersionUID:
- 2852267905007L
-
Class org.miaixz.bus.gitlab.models.Owner
- serialVersionUID:
- 2852268017381L
-
Class org.miaixz.bus.gitlab.models.Package
class Package extends Object implements Serializable- serialVersionUID:
- 2852268098577L
-
Serialized Fields
-
createdAt
Date createdAt
-
id
Long id
-
name
String name
-
packageType
PackageType packageType
-
version
String version
-
-
Class org.miaixz.bus.gitlab.models.PackageFile
class PackageFile extends Object implements Serializable- serialVersionUID:
- 2852268389591L
-
Class org.miaixz.bus.gitlab.models.PackageFilter
class PackageFilter extends Object implements Serializable- serialVersionUID:
- 2852268635108L
-
Serialized Fields
-
excludeSubgroups
Boolean excludeSubgroups
-
includeVersionless
Boolean includeVersionless
-
orderBy
Constants.PackageOrderBy orderBy
-
packageName
String packageName
-
packageType
PackageType packageType
-
packageVersion
String packageVersion
-
sort
Constants.SortOrder sort
-
status
Constants.PackageStatus status
-
-
Class org.miaixz.bus.gitlab.models.Participant
- serialVersionUID:
- 2852268898216L
-
Class org.miaixz.bus.gitlab.models.Permissions
class Permissions extends Object implements Serializable- serialVersionUID:
- 2852269138567L
-
Serialized Fields
-
groupAccess
ProjectAccess groupAccess
-
projectAccess
ProjectAccess projectAccess
-
-
Class org.miaixz.bus.gitlab.models.PersonalAccessToken
class PersonalAccessToken extends Object implements Serializable- serialVersionUID:
- 2852269203067L
-
Class org.miaixz.bus.gitlab.models.Pipeline
class Pipeline extends Object implements Serializable- serialVersionUID:
- 2852269321958L
-
Serialized Fields
-
beforeSha
String beforeSha
-
committedAt
Date committedAt
-
coverage
String coverage
-
createdAt
Date createdAt
-
detailedStatus
DetailedStatus detailedStatus
-
duration
Integer duration
-
finishedAt
Date finishedAt
-
id
Long id
-
iid
Long iid
-
name
String name
-
projectId
Long projectId
-
queuedDuration
Float queuedDuration
-
ref
String ref
-
sha
String sha
-
source
String source
-
startedAt
Date startedAt
-
status
PipelineStatus status
-
tag
Boolean tag
-
updatedAt
Date updatedAt
-
user
User user
-
webUrl
String webUrl
-
yamlErrors
String yamlErrors
-
-
Class org.miaixz.bus.gitlab.models.PipelineFilter
class PipelineFilter extends Object implements Serializable- serialVersionUID:
- 2852269565389L
-
Serialized Fields
-
name
String name
The name of the user who triggered pipelines. -
orderBy
Constants.PipelineOrderBy orderBy
Constants.PipelineOrderByOrder pipelines by id, status, ref, updated_at or user_id (default: id). -
ref
String ref
The ref of pipelines. -
scope
Constants.PipelineScope scope
pipelines, one of: running, pending, finished, branches, tags -
sha
String sha
The SHA of pipelines. -
sort
Constants.SortOrder sort
Constants.SortOrderReturn issues sorted in asc or desc order. Default is desc. -
source
Constants.PipelineSource source
The ref of pipelines -
status
PipelineStatus status
Constants.PipelineScopeThe status of pipelines, one of: running, pending, success, failed, canceled, skipped, created -
updatedAfter
Date updatedAfter
Return pipelines updated after the specified date. -
updatedBefore
Date updatedBefore
Return pipelines updated before the specified date. -
username
String username
The username of the user who triggered pipelines -
yamlErrors
Boolean yamlErrors
If true, returns pipelines with invalid configurations.
-
-
Class org.miaixz.bus.gitlab.models.PipelineSchedule
class PipelineSchedule extends Object implements Serializable- serialVersionUID:
- 2852269813738L
-
Serialized Fields
-
Class org.miaixz.bus.gitlab.models.Position
class Position extends Object implements Serializable- serialVersionUID:
- 2852270036770L
-
Class org.miaixz.bus.gitlab.models.Project
class Project extends Object implements Serializable- serialVersionUID:
- 2852270183312L
-
Serialized Fields
-
allowMergeOnSkippedPipeline
Boolean allowMergeOnSkippedPipeline
-
allowPipelineTriggerApproveDeployment
Boolean allowPipelineTriggerApproveDeployment
-
analyticsAccessLevel
Constants.ProjectFeatureVisibilityAccessLevel analyticsAccessLevel
-
approvalsBeforeMerge
Integer approvalsBeforeMerge
-
archived
Boolean archived
-
autoCancelPendingPipelines
Constants.AutoCancelPendingPipelines autoCancelPendingPipelines
-
autocloseReferencedIssues
Boolean autocloseReferencedIssues
-
autoDevopsDeployStrategy
Constants.AutoDevopsDeployStrategy autoDevopsDeployStrategy
-
autoDevopsEnabled
Boolean autoDevopsEnabled
-
avatarUrl
String avatarUrl
-
buildCoverageRegex
String buildCoverageRegex
-
buildGitStrategy
Constants.BuildGitStrategy buildGitStrategy
-
buildsAccessLevel
Constants.ProjectFeatureVisibilityAccessLevel buildsAccessLevel
-
buildTimeout
Integer buildTimeout
-
canCreateMergeRequestIn
Boolean canCreateMergeRequestIn
-
ciAllowForkPipelinesToRunInParentProject
Boolean ciAllowForkPipelinesToRunInParentProject
-
ciConfigPath
String ciConfigPath
-
ciDefaultGitDepth
Integer ciDefaultGitDepth
-
ciForwardDeploymentEnabled
Boolean ciForwardDeploymentEnabled
-
ciForwardDeploymentRollbackAllowed
Boolean ciForwardDeploymentRollbackAllowed
-
ciIdTokenSubClaimComponents
List<String> ciIdTokenSubClaimComponents
-
ciJobTokenScopeEnabled
Boolean ciJobTokenScopeEnabled
-
ciPipelineVariablesMinimumOverrideRole
String ciPipelineVariablesMinimumOverrideRole
-
ciPushRepositoryForJobTokenAllowed
Boolean ciPushRepositoryForJobTokenAllowed
-
ciRestrictPipelineCancellationRole
String ciRestrictPipelineCancellationRole
-
ciSeparatedCaches
Boolean ciSeparatedCaches
-
complianceFrameworks
List<String> complianceFrameworks
-
containerExpirationPolicy
ContainerExpirationPolicy containerExpirationPolicy
-
containerRegistryAccessLevel
Constants.ProjectFeatureVisibilityAccessLevel containerRegistryAccessLevel
-
containerRegistryEnabled
Boolean containerRegistryEnabled
-
containerRegistryImagePrefix
String containerRegistryImagePrefix
-
createdAt
Date createdAt
-
creatorId
Long creatorId
-
customAttributes
List<CustomAttribute> customAttributes
-
defaultBranch
String defaultBranch
-
description
String description
-
descriptionHtml
String descriptionHtml
-
emailsDisabled
Boolean emailsDisabled
-
emailsEnabled
Boolean emailsEnabled
-
emptyRepo
Boolean emptyRepo
-
enforceAuthChecksOnUploads
Boolean enforceAuthChecksOnUploads
-
environmentsAccessLevel
Constants.ProjectFeatureVisibilityAccessLevel environmentsAccessLevel
-
externalAuthorizationClassificationLabel
String externalAuthorizationClassificationLabel
-
featureFlagsAccessLevel
Constants.ProjectFeatureVisibilityAccessLevel featureFlagsAccessLevel
-
forkedFromProject
Project forkedFromProject
-
forkingAccessLevel
Constants.ProjectFeatureVisibilityAccessLevel forkingAccessLevel
-
forksCount
Integer forksCount
-
groupRunnersEnabled
Boolean groupRunnersEnabled
-
groupWithProjectTemplatesId
Integer groupWithProjectTemplatesId
-
httpUrlToRepo
String httpUrlToRepo
-
id
Long id
-
importError
String importError
-
importStatus
ImportStatus.Status importStatus
-
importType
String importType
-
importUrl
String importUrl
-
infrastructureAccessLevel
Constants.ProjectFeatureVisibilityAccessLevel infrastructureAccessLevel
-
initializeWithReadme
Boolean initializeWithReadme
-
isPublic
Boolean isPublic
-
issueBranchTemplate
String issueBranchTemplate
-
issuesAccessLevel
Constants.ProjectFeatureVisibilityAccessLevel issuesAccessLevel
-
issuesEnabled
Boolean issuesEnabled
-
issuesTemplate
String issuesTemplate
-
jobsEnabled
Boolean jobsEnabled
-
keepLatestArtifact
Boolean keepLatestArtifact
-
lastActivityAt
Date lastActivityAt
-
lfsEnabled
Boolean lfsEnabled
-
license
ProjectLicense license
-
licenseUrl
String licenseUrl
-
links
Map<String,
String> links -
markedForDeletionOn
Date markedForDeletionOn
-
mergeCommitTemplate
String mergeCommitTemplate
-
mergeMethod
Project.MergeMethod mergeMethod
-
mergeRequestsAccessLevel
Constants.ProjectFeatureVisibilityAccessLevel mergeRequestsAccessLevel
-
mergeRequestsEnabled
Boolean mergeRequestsEnabled
-
mergeRequestsTemplate
String mergeRequestsTemplate
-
mirror
Boolean mirror
-
mirrorTriggerBuilds
Boolean mirrorTriggerBuilds
-
modelExperimentsAccessLevel
Constants.ProjectFeatureVisibilityAccessLevel modelExperimentsAccessLevel
-
modelRegistryAccessLevel
Constants.ProjectFeatureVisibilityAccessLevel modelRegistryAccessLevel
-
monitorAccessLevel
Constants.ProjectFeatureVisibilityAccessLevel monitorAccessLevel
-
name
String name
-
namespace
Namespace namespace
-
nameWithNamespace
String nameWithNamespace
-
onlyAllowMergeIfAllDiscussionsAreResolved
Boolean onlyAllowMergeIfAllDiscussionsAreResolved
-
onlyAllowMergeIfAllStatusChecksPassed
Boolean onlyAllowMergeIfAllStatusChecksPassed
-
onlyAllowMergeIfPipelineSucceeds
Boolean onlyAllowMergeIfPipelineSucceeds
-
openIssuesCount
Integer openIssuesCount
-
owner
Owner owner
-
packagesEnabled
Boolean packagesEnabled
-
pagesAccessLevel
Constants.ProjectFeatureVisibilityAccessLevel pagesAccessLevel
-
path
String path
-
pathWithNamespace
String pathWithNamespace
-
permissions
Permissions permissions
-
printingMergeRequestLinkEnabled
Boolean printingMergeRequestLinkEnabled
-
publicBuilds
Boolean publicBuilds
-
publicJobs
Boolean publicJobs
-
readmeUrl
String readmeUrl
-
releasesAccessLevel
Constants.ProjectFeatureVisibilityAccessLevel releasesAccessLevel
-
removeSourceBranchAfterMerge
Boolean removeSourceBranchAfterMerge
-
repositoryAccessLevel
Constants.ProjectFeatureVisibilityAccessLevel repositoryAccessLevel
-
repositoryObjectFormat
String repositoryObjectFormat
-
repositoryStorage
String repositoryStorage
-
requestAccessEnabled
Boolean requestAccessEnabled
-
requirementsAccessLevel
Constants.ProjectFeatureVisibilityAccessLevel requirementsAccessLevel
-
requirementsEnabled
Boolean requirementsEnabled
-
resolveOutdatedDiffDiscussions
Boolean resolveOutdatedDiffDiscussions
-
restrictUserDefinedVariables
Boolean restrictUserDefinedVariables
-
runnersToken
String runnersToken
-
runnerTokenExpirationInterval
Integer runnerTokenExpirationInterval
-
secretPushProtectionEnabled
Boolean secretPushProtectionEnabled
-
securityAndComplianceAccessLevel
Constants.ProjectFeatureVisibilityAccessLevel securityAndComplianceAccessLevel
-
securityAndComplianceEnabled
Boolean securityAndComplianceEnabled
-
serviceDeskEnabled
Boolean serviceDeskEnabled
-
sharedRunnersEnabled
Boolean sharedRunnersEnabled
-
sharedWithGroups
List<SharedGroup> sharedWithGroups
-
showDefaultAwardEmojis
Boolean showDefaultAwardEmojis
-
snippetsAccessLevel
Constants.ProjectFeatureVisibilityAccessLevel snippetsAccessLevel
-
snippetsEnabled
Boolean snippetsEnabled
-
squashCommitTemplate
String squashCommitTemplate
-
squashOption
Constants.SquashOption squashOption
-
sshUrlToRepo
String sshUrlToRepo
-
starCount
Integer starCount
-
statistics
ProjectStatistics statistics
-
suggestionCommitMessage
String suggestionCommitMessage
-
tagList
List<String> tagList
-
templateName
String templateName
-
topics
List<String> topics
-
updatedAt
Date updatedAt
-
useCustomTemplate
Boolean useCustomTemplate
-
visibility
Visibility visibility
-
visibilityLevel
Integer visibilityLevel
-
wallEnabled
Boolean wallEnabled
-
warnAboutPotentiallyUnwantedCharacters
Boolean warnAboutPotentiallyUnwantedCharacters
-
webUrl
String webUrl
-
wikiAccessLevel
Constants.ProjectFeatureVisibilityAccessLevel wikiAccessLevel
-
wikiEnabled
Boolean wikiEnabled
-
-
Class org.miaixz.bus.gitlab.models.ProjectAccess
class ProjectAccess extends Object implements Serializable- serialVersionUID:
- 2852270701671L
-
Serialized Fields
-
accessLevel
AccessLevel accessLevel
-
notificationLevel
int notificationLevel
-
-
Class org.miaixz.bus.gitlab.models.ProjectAccessToken
class ProjectAccessToken extends Object implements Serializable- serialVersionUID:
- 2852270950370L
-
Class org.miaixz.bus.gitlab.models.ProjectApprovalsConfig
class ProjectApprovalsConfig extends Object implements Serializable- serialVersionUID:
- 2852271099830L
-
Serialized Fields
-
approvalsBeforeMerge
Integer approvalsBeforeMerge
-
disableOverridingApproversPerMergeRequest
Boolean disableOverridingApproversPerMergeRequest
-
mergeRequestsAuthorApproval
Boolean mergeRequestsAuthorApproval
-
mergeRequestsDisableCommittersApproval
Boolean mergeRequestsDisableCommittersApproval
-
requirePasswordToApprove
Boolean requirePasswordToApprove
-
resetApprovalsOnPush
Boolean resetApprovalsOnPush
-
selectiveCodeOwnerRemovals
Boolean selectiveCodeOwnerRemovals
-
-
Class org.miaixz.bus.gitlab.models.ProjectFetches
class ProjectFetches extends Object implements Serializable- serialVersionUID:
- 2852271365267L
-
Serialized Fields
-
fetches
ProjectFetches.Fetches fetches
-
-
Class org.miaixz.bus.gitlab.models.ProjectFetches.DateCount
class DateCount extends Object implements Serializable- serialVersionUID:
- 2852271507886L
-
Class org.miaixz.bus.gitlab.models.ProjectFetches.Fetches
class Fetches extends Object implements Serializable- serialVersionUID:
- 2852271590601L
-
Serialized Fields
-
days
List<ProjectFetches.DateCount> days
-
total
Integer total
-
-
Class org.miaixz.bus.gitlab.models.ProjectFilter
class ProjectFilter extends Object implements Serializable- serialVersionUID:
- 2852271736070L
-
Serialized Fields
-
archived
Boolean archived
-
idAfter
Long idAfter
-
idBefore
Long idBefore
-
imported
Boolean imported
-
lastActivityAfter
Date lastActivityAfter
-
lastActivityBefore
Date lastActivityBefore
-
membership
Boolean membership
-
minAccessLevel
AccessLevel minAccessLevel
-
orderBy
Constants.ProjectOrderBy orderBy
-
owned
Boolean owned
-
repositoryChecksumFailed
Boolean repositoryChecksumFailed
-
repositoryStorage
String repositoryStorage
-
search
String search
-
searchNamespaces
Boolean searchNamespaces
-
simple
Boolean simple
-
sort
Constants.SortOrder sort
-
starred
Boolean starred
-
statistics
Boolean statistics
-
topic
String topic
-
topic_id
Integer topic_id
-
visibility
Visibility visibility
-
wikiChecksumFailed
Boolean wikiChecksumFailed
-
withCustomAttributes
Boolean withCustomAttributes
-
withIssuesEnabled
Boolean withIssuesEnabled
-
withMergeRequestsEnabled
Boolean withMergeRequestsEnabled
-
withProgrammingLanguage
String withProgrammingLanguage
-
-
Class org.miaixz.bus.gitlab.models.ProjectGroup
- serialVersionUID:
- 2852273190535L
-
Class org.miaixz.bus.gitlab.models.ProjectGroupsFilter
class ProjectGroupsFilter extends Object implements Serializable- serialVersionUID:
- 2852273582153L
-
Class org.miaixz.bus.gitlab.models.ProjectHook
class ProjectHook extends Object implements Serializable- serialVersionUID:
- 2852273671982L
-
Serialized Fields
-
buildEvents
Boolean buildEvents
-
confidentialIssuesEvents
Boolean confidentialIssuesEvents
-
confidentialNoteEvents
Boolean confidentialNoteEvents
-
createdAt
Date createdAt
-
deploymentEvents
Boolean deploymentEvents
-
description
String description
-
enableSslVerification
Boolean enableSslVerification
-
id
Long id
-
issuesEvents
Boolean issuesEvents
-
jobEvents
Boolean jobEvents
-
mergeRequestsEvents
Boolean mergeRequestsEvents
-
noteEvents
Boolean noteEvents
-
pipelineEvents
Boolean pipelineEvents
-
projectId
Long projectId
-
pushEvents
Boolean pushEvents
-
pushEventsBranchFilter
String pushEventsBranchFilter
-
releasesEvents
Boolean releasesEvents
-
repositoryUpdateEvents
Boolean repositoryUpdateEvents
-
tagPushEvents
Boolean tagPushEvents
-
token
String token
-
url
String url
-
wikiPageEvents
Boolean wikiPageEvents
-
-
Class org.miaixz.bus.gitlab.models.ProjectStatistics
class ProjectStatistics extends Object implements Serializable- serialVersionUID:
- 2852275036520L
-
Serialized Fields
-
commitCount
long commitCount
-
jobArtifactsSize
long jobArtifactsSize
-
lfsObjectsSize
long lfsObjectsSize
-
packagesSize
long packagesSize
-
repositorySize
long repositorySize
-
storageSize
long storageSize
-
wikiSize
long wikiSize
-
-
Class org.miaixz.bus.gitlab.models.ProjectUser
- serialVersionUID:
- 2852275208778L
-
Class org.miaixz.bus.gitlab.models.ProtectedBranch
class ProtectedBranch extends Object implements Serializable- serialVersionUID:
- 2852275321353L
-
Serialized Fields
-
allowForcePush
Boolean allowForcePush
-
codeOwnerApprovalRequired
Boolean codeOwnerApprovalRequired
-
id
Long id
-
mergeAccessLevels
List<BranchAccessLevel> mergeAccessLevels
-
name
String name
-
pushAccessLevels
List<BranchAccessLevel> pushAccessLevels
-
unprotectAccessLevels
List<BranchAccessLevel> unprotectAccessLevels
-
-
Class org.miaixz.bus.gitlab.models.ProtectedTag
class ProtectedTag extends Object implements Serializable- serialVersionUID:
- 2852275572097L
-
Serialized Fields
-
createAccessLevels
List<ProtectedTag.CreateAccessLevel> createAccessLevels
-
name
String name
-
-
Class org.miaixz.bus.gitlab.models.ProtectedTag.CreateAccessLevel
class CreateAccessLevel extends Object implements Serializable- serialVersionUID:
- 2852275621375L
-
Serialized Fields
-
access_level
AccessLevel access_level
-
accessLevelDescription
String accessLevelDescription
-
-
Class org.miaixz.bus.gitlab.models.PushRules
class PushRules extends Object implements Serializable- serialVersionUID:
- 2852276372752L
-
Serialized Fields
-
authorEmailRegex
String authorEmailRegex
-
branchNameRegex
String branchNameRegex
-
commitCommitterCheck
Boolean commitCommitterCheck
-
commitCommitterNameCheck
Boolean commitCommitterNameCheck
-
commitMessageNegativeRegex
String commitMessageNegativeRegex
-
commitMessageRegex
String commitMessageRegex
-
createdAt
Date createdAt
-
denyDeleteTag
Boolean denyDeleteTag
-
fileNameRegex
String fileNameRegex
-
id
Long id
-
maxFileSize
Integer maxFileSize
-
memberCheck
Boolean memberCheck
-
preventSecrets
Boolean preventSecrets
-
projectId
Long projectId
-
rejectUnsignedCommits
Boolean rejectUnsignedCommits
-
-
Class org.miaixz.bus.gitlab.models.References
class References extends Object implements Serializable- serialVersionUID:
- 2852277122269L
-
Class org.miaixz.bus.gitlab.models.RegistryRepository
class RegistryRepository extends Object implements Serializable- serialVersionUID:
- 2852277202989L
-
Class org.miaixz.bus.gitlab.models.RegistryRepositoryTag
class RegistryRepositoryTag extends Object implements Serializable- serialVersionUID:
- 2852277267977L
-
Class org.miaixz.bus.gitlab.models.RelatedEpic
- serialVersionUID:
- 2852279095069L
-
Class org.miaixz.bus.gitlab.models.RelatedEpicLink
class RelatedEpicLink extends Object implements Serializable- serialVersionUID:
- 2852279222688L
-
Serialized Fields
-
createdAt
Date createdAt
-
id
Long id
-
linkType
LinkType linkType
-
sourceEpic
EpicInLink sourceEpic
-
targetEpic
EpicInLink targetEpic
-
updatedAt
Date updatedAt
-
-
Class org.miaixz.bus.gitlab.models.Release
class Release extends Object implements Serializable- serialVersionUID:
- 2852279301328L
-
Serialized Fields
-
assets
Assets assets
-
author
Author author
-
commit
Commit commit
-
commitPath
String commitPath
-
createdAt
Date createdAt
-
description
String description
-
descriptionHtml
String descriptionHtml
-
evidenceSha
String evidenceSha
-
links
Map<String,
String> links -
milestones
List<Milestone> milestones
-
name
String name
-
releasedAt
Date releasedAt
-
tagName
String tagName
-
tagPath
String tagPath
-
-
Class org.miaixz.bus.gitlab.models.ReleaseParams
class ReleaseParams extends Object implements Serializable- serialVersionUID:
- 2852279596256L
-
Class org.miaixz.bus.gitlab.models.RemoteMirror
class RemoteMirror extends Object implements Serializable- serialVersionUID:
- 2852279737972L
-
Serialized Fields
-
enabled
Boolean enabled
-
id
Long id
-
keepDivergentRefs
Boolean keepDivergentRefs
-
lastError
String lastError
-
lastSuccessfulUpdateAt
Date lastSuccessfulUpdateAt
-
lastUpdateAt
Date lastUpdateAt
-
lastUpdateStartedAt
Date lastUpdateStartedAt
-
onlyProtectedBranches
Boolean onlyProtectedBranches
-
updateStatus
String updateStatus
-
url
String url
-
-
Class org.miaixz.bus.gitlab.models.Repository
class Repository extends Object implements Serializable- serialVersionUID:
- 2852279891721L
-
Class org.miaixz.bus.gitlab.models.RepositoryFile
class RepositoryFile extends Object implements Serializable- serialVersionUID:
- 2852280333826L
-
Class org.miaixz.bus.gitlab.models.RepositoryFileResponse
class RepositoryFileResponse extends Object implements Serializable- serialVersionUID:
- 2852280392820L
-
Class org.miaixz.bus.gitlab.models.Reviewer
- serialVersionUID:
- 2852280533625L
-
Class org.miaixz.bus.gitlab.models.Runner
class Runner extends Object implements Serializable- serialVersionUID:
- 2852280665555L
-
Class org.miaixz.bus.gitlab.models.RunnerDetail
class RunnerDetail extends Runner implements Serializable- serialVersionUID:
- 2852280720196L
-
Class org.miaixz.bus.gitlab.models.SamlGroupLink
class SamlGroupLink extends Object implements Serializable- serialVersionUID:
- 2852280791389L
-
Serialized Fields
-
accessLevel
AccessLevel accessLevel
-
memberRoleId
int memberRoleId
-
name
String name
-
-
Class org.miaixz.bus.gitlab.models.SearchBlob
class SearchBlob extends Object implements Serializable- serialVersionUID:
- 2852280850317L
-
Class org.miaixz.bus.gitlab.models.Snippet
class Snippet extends Object implements Serializable- serialVersionUID:
- 2852281375272L
-
Class org.miaixz.bus.gitlab.models.SshKey
class SshKey extends Object implements Serializable- serialVersionUID:
- 2852281539315L
-
Class org.miaixz.bus.gitlab.models.SystemHook
class SystemHook extends Object implements Serializable- serialVersionUID:
- 2852281631008L
-
Serialized Fields
-
createdAt
Date createdAt
-
description
String description
-
enableSslVerification
Boolean enableSslVerification
-
id
Long id
-
mergeRequestsEvents
Boolean mergeRequestsEvents
-
name
String name
-
pushEvents
Boolean pushEvents
-
repositoryUpdateEvents
Boolean repositoryUpdateEvents
-
tagPushEvents
Boolean tagPushEvents
-
url
String url
-
urlVariables
List<SystemHook.UrlVariable> urlVariables
-
-
Class org.miaixz.bus.gitlab.models.SystemHook.UrlVariable
class UrlVariable extends Object implements Serializable- serialVersionUID:
- 2852281710398L
-
Serialized Fields
-
key
String key
-
-
Class org.miaixz.bus.gitlab.models.Tag
class Tag extends Object implements Serializable- serialVersionUID:
- 2852281821331L
-
Class org.miaixz.bus.gitlab.models.TaskCompletionStatus
class TaskCompletionStatus extends Object implements Serializable- serialVersionUID:
- 2852281866977L
-
Class org.miaixz.bus.gitlab.models.TimeStats
class TimeStats extends Object implements Serializable- serialVersionUID:
- 2852281923917L
-
Class org.miaixz.bus.gitlab.models.Todo
class Todo extends Object implements Serializable- serialVersionUID:
- 2852282035620L
-
Serialized Fields
-
actionName
Constants.TodoAction actionName
-
author
Author author
-
body
String body
-
createdAt
Date createdAt
-
id
Long id
-
project
Project project
-
state
Constants.TodoState state
-
target
Object target
-
targetType
Constants.TodoType targetType
-
targetUrl
String targetUrl
-
-
Class org.miaixz.bus.gitlab.models.Topic
class Topic extends Object implements Serializable- serialVersionUID:
- 2852282103059L
-
Class org.miaixz.bus.gitlab.models.TopicParams
class TopicParams extends Object implements Serializable- serialVersionUID:
- 2852282251187L
-
Class org.miaixz.bus.gitlab.models.TreeItem
class TreeItem extends Object implements Serializable- serialVersionUID:
- 2852282298357L
-
Serialized Fields
-
id
String id
-
mode
String mode
-
name
String name
-
path
String path
-
type
TreeItem.Type type
-
-
Class org.miaixz.bus.gitlab.models.Trigger
class Trigger extends Object implements Serializable- serialVersionUID:
- 2852282359329L
-
Class org.miaixz.bus.gitlab.models.UploadedByUser
class UploadedByUser extends Object implements Serializable- serialVersionUID:
- 2852282819125L
-
Class org.miaixz.bus.gitlab.models.UploadedFile
class UploadedFile extends Object implements Serializable- serialVersionUID:
- 2852282875090L
-
Serialized Fields
-
createdAt
Date createdAt
-
filename
String filename
-
id
Long id
-
size
Long size
-
uploadedBy
UploadedByUser uploadedBy
-
-
Class org.miaixz.bus.gitlab.models.User
- serialVersionUID:
- 2852282972009L
-
Serialized Fields
-
bio
String bio
-
bot
Boolean bot
-
canCreateGroup
Boolean canCreateGroup
-
canCreateProject
Boolean canCreateProject
-
colorSchemeId
Integer colorSchemeId
-
confirmedAt
Date confirmedAt
-
currentSignInAt
Date currentSignInAt
-
customAttributes
List<CustomAttribute> customAttributes
-
external
Boolean external
-
externUid
String externUid
-
extraSharedRunnersMinutesLimit
Integer extraSharedRunnersMinutesLimit
-
identities
List<Identity> identities
-
isAdmin
Boolean isAdmin
-
lastActivityOn
Date lastActivityOn
-
lastSignInAt
Date lastSignInAt
-
linkedin
String linkedin
-
location
String location
-
namespaceId
Long namespaceId
-
organization
String organization
-
privateProfile
Boolean privateProfile
-
projectsLimit
Integer projectsLimit
-
provider
String provider
-
publicEmail
String publicEmail
-
sharedRunnersMinutesLimit
Integer sharedRunnersMinutesLimit
-
skipConfirmation
Boolean skipConfirmation
-
skype
String skype
-
themeId
Integer themeId
-
twitter
String twitter
-
twoFactorEnabled
Boolean twoFactorEnabled
-
websiteUrl
String websiteUrl
-
-
Class org.miaixz.bus.gitlab.models.Variable
class Variable extends Object implements Serializable- serialVersionUID:
- 2852283021997L
-
Class org.miaixz.bus.gitlab.models.Version
class Version extends Object implements Serializable- serialVersionUID:
- 2852283127687L
-
Class org.miaixz.bus.gitlab.models.WikiAttachment
class WikiAttachment extends Object implements Serializable- serialVersionUID:
- 2852283267221L
-
Serialized Fields
-
branch
String branch
-
fileName
String fileName
-
filePath
String filePath
-
link
WikiAttachment.Link link
-
-
Class org.miaixz.bus.gitlab.models.WikiAttachment.Link
class Link extends Object implements Serializable- serialVersionUID:
- 2852283337059L
-
Class org.miaixz.bus.gitlab.models.WikiPage
class WikiPage extends Object implements Serializable- serialVersionUID:
- 2852283502293L
-
-
Package org.miaixz.bus.gitlab.services
-
Class org.miaixz.bus.gitlab.services.BugzillaService
class BugzillaService extends NotificationService implements Serializable- serialVersionUID:
- 2852283785895L
-
Class org.miaixz.bus.gitlab.services.CustomIssueTrackerService
class CustomIssueTrackerService extends NotificationService implements Serializable- serialVersionUID:
- 2852283856060L
-
Class org.miaixz.bus.gitlab.services.EmailOnPushService
class EmailOnPushService extends NotificationService implements Serializable- serialVersionUID:
- 2852283959961L
-
Class org.miaixz.bus.gitlab.services.ExternalWikiService
class ExternalWikiService extends NotificationService implements Serializable- serialVersionUID:
- 2852285037171L
-
Class org.miaixz.bus.gitlab.services.HipChatService
class HipChatService extends NotificationService implements Serializable- serialVersionUID:
- 2852285062156L
-
Class org.miaixz.bus.gitlab.services.JiraService
class JiraService extends NotificationService implements Serializable- serialVersionUID:
- 2852285168011L
-
Serialized Fields
-
password
CharSequence password
-
-
Class org.miaixz.bus.gitlab.services.MattermostService
class MattermostService extends NotificationService implements Serializable- serialVersionUID:
- 2852285227357L
-
Serialized Fields
-
defaultChannel
String defaultChannel
-
-
Class org.miaixz.bus.gitlab.services.NotificationService
class NotificationService extends Object implements Serializable- serialVersionUID:
- 2852285332559L
-
Serialized Fields
-
active
Boolean active
-
commitEvents
Boolean commitEvents
-
confidentialIssuesEvents
Boolean confidentialIssuesEvents
-
confidentialNoteEvents
Boolean confidentialNoteEvents
-
createdAt
Date createdAt
-
id
Long id
-
issuesEvents
Boolean issuesEvents
-
jobEvents
Boolean jobEvents
-
mergeRequestsEvents
Boolean mergeRequestsEvents
-
noteEvents
Boolean noteEvents
-
pipelineEvents
Boolean pipelineEvents
-
properties
Map<String,
Object> properties -
pushEvents
Boolean pushEvents
-
slug
String slug
-
tagPushEvents
Boolean tagPushEvents
-
title
String title
-
updatedAt
Date updatedAt
-
wikiPageEvents
Boolean wikiPageEvents
-
-
Class org.miaixz.bus.gitlab.services.SlackService
class SlackService extends NotificationService implements Serializable- serialVersionUID:
- 2852285372238L
-
Serialized Fields
-
defaultChannel
String defaultChannel
-
-