Uses of Class
com.dabsquared.gitlabjenkins.gitlab.hook.model.NoteObjectAttributes
Packages that use NoteObjectAttributes
Package
Description
-
Uses of NoteObjectAttributes in com.dabsquared.gitlabjenkins.gitlab.hook.model
Methods in com.dabsquared.gitlabjenkins.gitlab.hook.model that return NoteObjectAttributesMethods in com.dabsquared.gitlabjenkins.gitlab.hook.model with parameters of type NoteObjectAttributesModifier and TypeMethodDescriptionvoid
NoteHook.setObjectAttributes
(NoteObjectAttributes objectAttributes) -
Uses of NoteObjectAttributes in com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated
Fields in com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated declared as NoteObjectAttributesModifier and TypeFieldDescriptionprotected NoteObjectAttributes
NoteHookBuilder.value$objectAttributes$com$dabsquared$gitlabjenkins$gitlab$hook$model$NoteObjectAttributes
Methods in com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated that return NoteObjectAttributesModifier and TypeMethodDescriptionNoteObjectAttributesBuilder.build()
Creates a newNoteObjectAttributes
based on this builder's settings.Methods in com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated with parameters of type NoteObjectAttributesModifier and TypeMethodDescriptionNoteHookBuilder.withObjectAttributes
(NoteObjectAttributes value) Sets the default value for the objectAttributes property.