Serialized Form
-
Package org.miaixz.bus.gitlab
-
Exception Class org.miaixz.bus.gitlab.GitLabApiException
class GitLabApiException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.miaixz.bus.gitlab.hooks.system
-
Class org.miaixz.bus.gitlab.hooks.system.AbstractSystemHookEvent
class AbstractSystemHookEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.hooks.system.GroupMemberSystemHookEvent
class GroupMemberSystemHookEvent extends AbstractSystemHookEvent implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class org.miaixz.bus.gitlab.hooks.system.GroupSystemHookEvent
class GroupSystemHookEvent extends AbstractSystemHookEvent implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.hooks.system.KeySystemHookEvent
class KeySystemHookEvent extends AbstractSystemHookEvent implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.hooks.system.MergeRequestSystemHookEvent
class MergeRequestSystemHookEvent extends MergeRequestEvent implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.hooks.system.ProjectSystemHookEvent
class ProjectSystemHookEvent extends AbstractSystemHookEvent implements Serializable- serialVersionUID:
- 1L
-
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:
- 1L
-
Class org.miaixz.bus.gitlab.hooks.system.RepositorySystemHookEvent
class RepositorySystemHookEvent extends AbstractSystemHookEvent implements Serializable -
Class org.miaixz.bus.gitlab.hooks.system.TagPushSystemHookEvent
class TagPushSystemHookEvent extends AbstractPushEvent implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
class TeamMemberSystemHookEvent extends AbstractSystemHookEvent implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
accessLevel
String accessLevel
-
createdAt
Date createdAt
-
eventName
String eventName
-
projectAccess
String projectAccess
Deprecated. -
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:
- 1L
-
-
Package org.miaixz.bus.gitlab.hooks.web
-
Class org.miaixz.bus.gitlab.hooks.web.AbstractEvent
class AbstractEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.hooks.web.BuildEvent
class BuildEvent extends AbstractEvent implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
beforeSha
String beforeSha
-
buildAllowFailure
Boolean buildAllowFailure
-
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
-
projectId
Long projectId
-
projectName
String projectName
-
ref
String ref
-
repository
EventRepository repository
-
sha
String sha
-
tag
Boolean tag
-
user
User user
-
-
Class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
class DeploymentEvent extends AbstractEvent implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
commitTitle
String commitTitle
-
commitUrl
String commitUrl
-
deployableId
Long deployableId
-
deployableUrl
String deployableUrl
-
environment
String environment
-
project
EventProject project
-
shortSha
String shortSha
-
status
String status
-
statusChangedAt
String statusChangedAt
-
user
User user
-
userUrl
String userUrl
-
-
Class org.miaixz.bus.gitlab.hooks.web.ExternalStatusCheckEvent
class ExternalStatusCheckEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
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
User user
-
-
Class org.miaixz.bus.gitlab.hooks.web.IssueEvent
class IssueEvent extends AbstractEvent implements Serializable- serialVersionUID:
- 1L
-
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
User user
-
-
Class org.miaixz.bus.gitlab.hooks.web.JobEvent
class JobEvent extends AbstractEvent implements Serializable- serialVersionUID:
- 1L
-
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
User user
-
-
Class org.miaixz.bus.gitlab.hooks.web.MergeRequestEvent
class MergeRequestEvent extends AbstractEvent implements Serializable- serialVersionUID:
- 1L
-
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
User user
-
-
Class org.miaixz.bus.gitlab.hooks.web.NoteEvent
class NoteEvent extends AbstractEvent implements Serializable- serialVersionUID:
- 1L
-
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
User user
-
-
Class org.miaixz.bus.gitlab.hooks.web.PipelineEvent
class PipelineEvent extends AbstractEvent implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
commit
EventCommit commit
-
jobs
List<Job> jobs
-
objectAttributes
PipelineEvent.ObjectAttributes objectAttributes
-
project
EventProject project
-
user
User user
-
-
Class org.miaixz.bus.gitlab.hooks.web.PushEvent
class PushEvent extends AbstractPushEvent implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.hooks.web.ReleaseEvent
class ReleaseEvent extends AbstractEvent implements Serializable- serialVersionUID:
- 1L
-
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:
- 1L
-
Class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent
class WikiPageEvent extends AbstractEvent implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
objectAttributes
WikiPageEvent.ObjectAttributes objectAttributes
-
project
EventProject project
-
user
User user
-
wiki
WikiPageEvent.Wiki wiki
-
-
-
Package org.miaixz.bus.gitlab.models
-
Class org.miaixz.bus.gitlab.models.AbstractEpic
- serialVersionUID:
- 1L
-
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:
- 1L
-
Class org.miaixz.bus.gitlab.models.AbstractIssue
class AbstractIssue extends Object implements Serializable- serialVersionUID:
- 1L
-
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
-
externalId
String externalId
-
hasTasks
Boolean hasTasks
-
id
Long id
-
iid
Long iid
-
iteration
Iteration iteration
-
labels
List<String> labels
-
mergeRequestsCount
Integer mergeRequestsCount
-
milestone
Milestone milestone
-
projectId
Long projectId
-
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:
- 1L
-
Class org.miaixz.bus.gitlab.models.AbstractMinimalEpic
class AbstractMinimalEpic extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.AbstractUser
class AbstractUser extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.AcceptMergeRequestParams
class AcceptMergeRequestParams extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.AccessRequest
- serialVersionUID:
- 1L
-
Serialized Fields
-
accessLevel
AccessLevel accessLevel
-
requestedAt
Date requestedAt
-
-
Class org.miaixz.bus.gitlab.models.AllowedTo
class AllowedTo extends Object implements Serializable- serialVersionUID:
- 1L
-
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:
- 1L
-
Class org.miaixz.bus.gitlab.models.ApplicationSettings
class ApplicationSettings extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.ApprovalRule
class ApprovalRule extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
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
-
ruleType
String ruleType
-
sourceRule
ApprovalRule sourceRule
-
users
List<User> users
-
-
Class org.miaixz.bus.gitlab.models.ApprovalRuleParams
class ApprovalRuleParams extends Object implements Serializable- serialVersionUID:
- 1L
-
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:
- 1L
-
Serialized Fields
-
approvalRulesOverwritten
Boolean approvalRulesOverwritten
-
rules
List<ApprovalRule> rules
-
-
Class org.miaixz.bus.gitlab.models.ApprovedBy
class ApprovedBy extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.Artifact
class Artifact extends Object implements Serializable- serialVersionUID:
- 1L
-
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:
- 1L
-
Class org.miaixz.bus.gitlab.models.Assets
class Assets extends Object implements Serializable- serialVersionUID:
- 1L
-
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:
- 1L
-
Class org.miaixz.bus.gitlab.models.Assets.Source
class Source extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
format
Constants.ArchiveFormat format
-
url
String url
-
-
Class org.miaixz.bus.gitlab.models.Assignee
- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.AuditEvent
class AuditEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.AuditEventDetail
class AuditEventDetail extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.Author
- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.AwardEmoji
class AwardEmoji extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.Badge
class Badge extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.Blame
class Blame extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.Board
class Board extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.BoardList
class BoardList extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.Branch
class Branch extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.BranchAccessLevel
class BranchAccessLevel extends Object implements Serializable- serialVersionUID:
- 1L
-
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:
- 1L
-
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
int 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:
- 1L
-
Class org.miaixz.bus.gitlab.models.Changes
class Changes extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.ChildEpic
- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.Comment
class Comment extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.Commit
class Commit extends Object implements Serializable- serialVersionUID:
- 1L
-
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:
- 1L
-
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:
- 1L
-
Class org.miaixz.bus.gitlab.models.CommitRef
class CommitRef extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
type
CommitRef.RefType type
-
-
Class org.miaixz.bus.gitlab.models.CommitStats
class CommitStats extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.CommitStatus
class CommitStatus extends Object implements Serializable- serialVersionUID:
- 1L
-
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:
- 1L
-
Class org.miaixz.bus.gitlab.models.CompareResults
class CompareResults extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.Contributor
- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.CreatedChildEpic
- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.CustomAttribute
class CustomAttribute extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.Deployable
class Deployable extends Object implements Serializable- serialVersionUID:
- 1L
-
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:
- 1L
-
Class org.miaixz.bus.gitlab.models.Deployment
class Deployment extends Object implements Serializable- serialVersionUID:
- 1L
-
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:
- 1L
-
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:
- 1L
-
Class org.miaixz.bus.gitlab.models.DetailedStatus
class DetailedStatus extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.Diff
class Diff extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.DiffRef
class DiffRef extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.Discussion
class Discussion extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.DownstreamPipeline
class DownstreamPipeline extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.Duration
class Duration extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
durationString
String durationString
-
seconds
int seconds
-
-
Class org.miaixz.bus.gitlab.models.Email
class Email extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.Environment
class Environment extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
externalUrl
String externalUrl
-
id
Long id
-
lastDeployment
Deployment lastDeployment
-
name
String name
-
slug
String slug
-
state
Environment.EnvironmentState state
-
-
Class org.miaixz.bus.gitlab.models.Epic
- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.EpicFilter
class EpicFilter extends Object implements Serializable- serialVersionUID:
- 1L
-
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:
- 1L
-
Class org.miaixz.bus.gitlab.models.EpicIssue
class EpicIssue extends Issue implements Serializable -
Class org.miaixz.bus.gitlab.models.EpicIssueLink
class EpicIssueLink extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.Event
class Event extends Object implements Serializable- serialVersionUID:
- 1L
-
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:
- 1L
-
Class org.miaixz.bus.gitlab.models.ExportStatus
class ExportStatus extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.ExternalStatusCheck
class ExternalStatusCheck extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.ExternalStatusCheckProtectedBranch
class ExternalStatusCheckProtectedBranch extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.ExternalStatusCheckResult
class ExternalStatusCheckResult extends Object implements Serializable- serialVersionUID:
- 1L
-
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:
- 1L
-
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:
- 1L
-
Class org.miaixz.bus.gitlab.models.GitLabCiTemplate
class GitLabCiTemplate extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.GitLabCiTemplateElement
class GitLabCiTemplateElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.GpgSignature
class GpgSignature extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.Group
- serialVersionUID:
- 1L
-
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:
- 1L
-
Serialized Fields
-
accessLevel
AccessLevel accessLevel
-
-
Class org.miaixz.bus.gitlab.models.GroupFilter
class GroupFilter extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
accessLevel
AccessLevel accessLevel
-
allAvailable
Boolean allAvailable
-
customAttributesFilter
List<CustomAttribute> customAttributesFilter
-
orderBy
Constants.GroupOrderBy orderBy
-
owned
Boolean owned
-
search
String search
-
skipGroups
List<Integer> skipGroups
-
sort
Constants.SortOrder sort
-
statistics
Boolean statistics
-
topLevelOnly
Boolean topLevelOnly
-
withCustomAttributes
Boolean withCustomAttributes
-
-
Class org.miaixz.bus.gitlab.models.GroupParams
class GroupParams extends Object implements Serializable- serialVersionUID:
- 1L
-
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:
- 1L
-
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:
- 1L
-
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:
- 1L
-
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:
- 1L
-
Class org.miaixz.bus.gitlab.models.ImpersonationToken
class ImpersonationToken extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.ImportStatus
class ImportStatus extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.Issue
class Issue extends AbstractIssue implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.IssueEvent
class IssueEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.IssueFilter
class IssueFilter extends Object implements Serializable- serialVersionUID:
- 1L
-
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<String> iids
Return only the milestone having the given iid. -
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:
- 1L
-
Class org.miaixz.bus.gitlab.models.IssuesStatistics
class IssuesStatistics extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
statistics
IssuesStatistics.Statistics statistics
-
-
Class org.miaixz.bus.gitlab.models.IssuesStatistics.Counts
class Counts extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.IssuesStatistics.Statistics
class Statistics extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
counts
IssuesStatistics.Counts counts
-
-
Class org.miaixz.bus.gitlab.models.IssuesStatisticsFilter
class IssuesStatisticsFilter extends Object implements Serializable- serialVersionUID:
- 1L
-
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:
- 1L
-
Class org.miaixz.bus.gitlab.models.IterationFilter
class IterationFilter extends Object implements Serializable- serialVersionUID:
- 1L
-
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:
- 1L
-
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
-
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
-
user
User user
-
webUrl
String webUrl
-
when
String when
-
-
Class org.miaixz.bus.gitlab.models.JobAttribute
class JobAttribute extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.JobAttributes
class JobAttributes extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
jobAttributes
List<JobAttribute> jobAttributes
-
-
Class org.miaixz.bus.gitlab.models.Key
class Key extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.Label
class Label extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.LabelEvent
class LabelEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.LdapGroupLink
class LdapGroupLink extends Object implements Serializable- serialVersionUID:
- 1L
-
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:
- 1L
-
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:
- 1L
-
Serialized Fields
-
Class org.miaixz.bus.gitlab.models.Link
class Link extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.Markdown
class Markdown extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
html
String html
-
-
Class org.miaixz.bus.gitlab.models.MarkdownRequest
class MarkdownRequest extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.Member
- serialVersionUID:
- 1L
-
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:
- 1L
-
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:
- 1L
-
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
-
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
-
mergedBy
Participant mergedBy
Deprecated.since 14.7, useMergeRequest.mergeUserinstead. see https://docs.gitlab.com/ee/update/deprecations.html#merged_by-api-field -
mergeError
String mergeError
-
mergeStatus
String mergeStatus
Deprecated.since 15.6, useMergeRequest.detailedMergeStatusinstead. see https://docs.gitlab.com/ee/update/deprecations.html#merge_status-api-field -
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:
- 1L
-
Class org.miaixz.bus.gitlab.models.MergeRequestFilter
class MergeRequestFilter extends Object implements Serializable- serialVersionUID:
- 1L
-
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
-
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:
- 1L
-
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:
- 1L
-
Class org.miaixz.bus.gitlab.models.Metadata
class Metadata extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.Milestone
class Milestone extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.Namespace
class Namespace extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.Note
class Note extends Object implements Serializable- serialVersionUID:
- 1L
-
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:
- 1L
-
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:
- 1L
-
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:
- 1L
-
Class org.miaixz.bus.gitlab.models.Owner
- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.Package
class Package extends Object implements Serializable- serialVersionUID:
- 1L
-
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:
- 1L
-
Class org.miaixz.bus.gitlab.models.PackageFilter
class PackageFilter extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
excludeSubgroups
Boolean excludeSubgroups
-
includeVersionless
Boolean includeVersionless
-
orderBy
Constants.PackageOrderBy orderBy
-
packageName
String packageName
-
packageType
PackageType packageType
-
sort
Constants.SortOrder sort
-
status
Constants.PackageStatus status
-
-
Class org.miaixz.bus.gitlab.models.Participant
- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.Permissions
class Permissions extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
groupAccess
ProjectAccess groupAccess
-
projectAccess
ProjectAccess projectAccess
-
-
Class org.miaixz.bus.gitlab.models.Pipeline
class Pipeline extends Object implements Serializable- serialVersionUID:
- 1L
-
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:
- 1L
-
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
Constants.PipelineScopeThe scope of 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. -
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:
- 1L
-
Serialized Fields
-
Class org.miaixz.bus.gitlab.models.Position
class Position extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.Project
class Project extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
allowMergeOnSkippedPipeline
Boolean allowMergeOnSkippedPipeline
-
approvalsBeforeMerge
Integer approvalsBeforeMerge
-
archived
Boolean archived
-
autocloseReferencedIssues
Boolean autocloseReferencedIssues
-
autoDevopsDeployStrategy
Constants.AutoDevopsDeployStrategy autoDevopsDeployStrategy
-
autoDevopsEnabled
Boolean autoDevopsEnabled
-
avatarUrl
String avatarUrl
-
buildCoverageRegex
String buildCoverageRegex
-
buildGitStrategy
Constants.BuildGitStrategy buildGitStrategy
-
canCreateMergeRequestIn
Boolean canCreateMergeRequestIn
-
ciConfigPath
String ciConfigPath
-
ciDefaultGitDepth
Integer ciDefaultGitDepth
-
ciForwardDeploymentEnabled
Boolean ciForwardDeploymentEnabled
-
containerRegistryEnabled
Boolean containerRegistryEnabled
-
createdAt
Date createdAt
-
creatorId
Long creatorId
-
customAttributes
List<CustomAttribute> customAttributes
-
defaultBranch
String defaultBranch
-
description
String description
-
emailsDisabled
Boolean emailsDisabled
-
emptyRepo
Boolean emptyRepo
-
forkedFromProject
Project forkedFromProject
-
forksCount
Integer forksCount
-
httpUrlToRepo
String httpUrlToRepo
-
id
Long id
-
importStatus
ImportStatus.Status importStatus
-
initializeWithReadme
Boolean initializeWithReadme
-
isPublic
Boolean isPublic
-
issueBranchTemplate
String issueBranchTemplate
-
issuesEnabled
Boolean issuesEnabled
-
jobsEnabled
Boolean jobsEnabled
-
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
-
mergeRequestsEnabled
Boolean mergeRequestsEnabled
-
name
String name
-
namespace
Namespace namespace
-
nameWithNamespace
String nameWithNamespace
-
onlyAllowMergeIfAllDiscussionsAreResolved
Boolean onlyAllowMergeIfAllDiscussionsAreResolved
-
onlyAllowMergeIfPipelineSucceeds
Boolean onlyAllowMergeIfPipelineSucceeds
-
openIssuesCount
Integer openIssuesCount
-
owner
Owner owner
-
packagesEnabled
Boolean packagesEnabled
-
path
String path
-
pathWithNamespace
String pathWithNamespace
-
permissions
Permissions permissions
-
printingMergeRequestLinkEnabled
Boolean printingMergeRequestLinkEnabled
-
publicJobs
Boolean publicJobs
-
readmeUrl
String readmeUrl
-
removeSourceBranchAfterMerge
Boolean removeSourceBranchAfterMerge
-
repositoryStorage
String repositoryStorage
-
requestAccessEnabled
Boolean requestAccessEnabled
-
resolveOutdatedDiffDiscussions
Boolean resolveOutdatedDiffDiscussions
-
runnersToken
String runnersToken
-
sharedRunnersEnabled
Boolean sharedRunnersEnabled
-
sharedWithGroups
List<ProjectSharedGroup> sharedWithGroups
-
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
-
topics
List<String> topics
-
visibility
Visibility visibility
-
visibilityLevel
Integer visibilityLevel
-
wallEnabled
Boolean wallEnabled
-
webUrl
String webUrl
-
wikiEnabled
Boolean wikiEnabled
-
-
Class org.miaixz.bus.gitlab.models.ProjectAccess
class ProjectAccess extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
accessLevel
AccessLevel accessLevel
-
notificationLevel
int notificationLevel
-
-
Class org.miaixz.bus.gitlab.models.ProjectAccessToken
class ProjectAccessToken extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.ProjectApprovalsConfig
class ProjectApprovalsConfig extends Object implements Serializable- serialVersionUID:
- 1L
-
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:
- 1L
-
Serialized Fields
-
fetches
ProjectFetches.Fetches fetches
-
-
Class org.miaixz.bus.gitlab.models.ProjectFetches.DateCount
class DateCount extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.ProjectFetches.Fetches
class Fetches extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
days
List<ProjectFetches.DateCount> days
-
total
Integer total
-
-
Class org.miaixz.bus.gitlab.models.ProjectFilter
class ProjectFilter extends Object implements Serializable- serialVersionUID:
- 1L
-
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:
- 1L
-
Class org.miaixz.bus.gitlab.models.ProjectGroupsFilter
class ProjectGroupsFilter extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.ProjectHook
class ProjectHook extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
buildEvents
Boolean buildEvents
-
confidentialIssuesEvents
Boolean confidentialIssuesEvents
-
confidentialNoteEvents
Boolean confidentialNoteEvents
-
createdAt
Date createdAt
-
deploymentEvents
Boolean deploymentEvents
-
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:
- 1L
-
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:
- 1L
-
Class org.miaixz.bus.gitlab.models.ProtectedBranch
class ProtectedBranch extends Object implements Serializable- serialVersionUID:
- 1L
-
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:
- 1L
-
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:
- 1L
-
Serialized Fields
-
access_level
AccessLevel access_level
-
accessLevelDescription
String accessLevelDescription
-
-
Class org.miaixz.bus.gitlab.models.PushRules
class PushRules extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
authorEmailRegex
String authorEmailRegex
-
branchNameRegex
String branchNameRegex
-
commitCommitterCheck
Boolean commitCommitterCheck
-
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:
- 1L
-
Class org.miaixz.bus.gitlab.models.RegistryRepository
class RegistryRepository extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.RegistryRepositoryTag
class RegistryRepositoryTag extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.RelatedEpic
- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.RelatedEpicLink
class RelatedEpicLink extends Object implements Serializable- serialVersionUID:
- 1L
-
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:
- 1L
-
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:
- 1L
-
Class org.miaixz.bus.gitlab.models.RemoteMirror
class RemoteMirror extends Object implements Serializable- serialVersionUID:
- 1L
-
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:
- 1L
-
Class org.miaixz.bus.gitlab.models.RepositoryFile
class RepositoryFile extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.Reviewer
- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.Runner
class Runner extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.RunnerDetail
class RunnerDetail extends Runner implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.SamlGroupLink
class SamlGroupLink extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
accessLevel
AccessLevel accessLevel
-
name
String name
-
-
Class org.miaixz.bus.gitlab.models.SearchBlob
class SearchBlob extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.Snippet
class Snippet extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.SshKey
class SshKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.SystemHook
class SystemHook extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.Tag
class Tag extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.TaskCompletionStatus
class TaskCompletionStatus extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.TimeStats
class TimeStats extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.Todo
class Todo extends Object implements Serializable- serialVersionUID:
- 1L
-
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:
- 1L
-
Class org.miaixz.bus.gitlab.models.TopicParams
class TopicParams extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.TreeItem
class TreeItem extends Object implements Serializable- serialVersionUID:
- 1L
-
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:
- 1L
-
Class org.miaixz.bus.gitlab.models.User
- serialVersionUID:
- 1L
-
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
-
state
String state
-
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:
- 1L
-
Class org.miaixz.bus.gitlab.models.Version
class Version extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.miaixz.bus.gitlab.models.WikiAttachment
class WikiAttachment extends Object implements Serializable- serialVersionUID:
- 1L
-
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:
- 1L
-
Class org.miaixz.bus.gitlab.models.WikiPage
class WikiPage extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.miaixz.bus.gitlab.services
-
Class org.miaixz.bus.gitlab.services.BugzillaService
class BugzillaService extends NotificationService implements Serializable -
Class org.miaixz.bus.gitlab.services.CustomIssueTrackerService
class CustomIssueTrackerService extends NotificationService implements Serializable -
Class org.miaixz.bus.gitlab.services.EmailOnPushService
class EmailOnPushService extends NotificationService implements Serializable -
Class org.miaixz.bus.gitlab.services.ExternalWikiService
class ExternalWikiService extends NotificationService implements Serializable -
Class org.miaixz.bus.gitlab.services.HipChatService
class HipChatService extends NotificationService implements Serializable -
Class org.miaixz.bus.gitlab.services.JiraService
class JiraService extends NotificationService implements Serializable-
Serialized Fields
-
password
CharSequence password
-
-
-
Class org.miaixz.bus.gitlab.services.MattermostService
class MattermostService extends NotificationService implements Serializable-
Serialized Fields
-
defaultChannel
String defaultChannel
-
-
-
Class org.miaixz.bus.gitlab.services.NotificationService
class NotificationService extends Object implements Serializable- serialVersionUID:
- 1L
-
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:
- 1L
-
Serialized Fields
-
defaultChannel
String defaultChannel
-
-