Uses of Class
com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescription
Packages that use OwnershipDescription
Package
Description
-
Uses of OwnershipDescription in com.synopsys.arc.jenkins.plugins.ownership
Fields in com.synopsys.arc.jenkins.plugins.ownership declared as OwnershipDescriptionModifier and TypeFieldDescriptionstatic final OwnershipDescriptionOwnershipDescription.DISABLED_DESCRDisabled description, which means that ownership is disabledMethods in com.synopsys.arc.jenkins.plugins.ownership that return OwnershipDescriptionModifier and TypeMethodDescriptionIOwnershipItem.getOwnership()Gets ownership description.ItemOwnershipAction.getOwnership()IOwnershipHelper.getOwnershipDescription(TObjectType item) Gets ownership description of the requested item.static OwnershipDescriptionOwnershipDescription.Parse(net.sf.json.JSONObject formData) Deprecated.static OwnershipDescriptionOwnershipDescription.parseJSON(net.sf.json.JSONObject formData) Parse a JSON input to construct the ownership description.Methods in com.synopsys.arc.jenkins.plugins.ownership with parameters of type OwnershipDescriptionModifier and TypeMethodDescriptionvoidOwnershipDescription.assign(OwnershipDescription descr) static booleanOwnershipDescription.isEnabled(OwnershipDescription descr) Check if ownership is enabled. -
Uses of OwnershipDescription in com.synopsys.arc.jenkins.plugins.ownership.extensions
Methods in com.synopsys.arc.jenkins.plugins.ownership.extensions that return OwnershipDescriptionModifier and TypeMethodDescriptionA handler for copied items.A handler for newly created items. -
Uses of OwnershipDescription in com.synopsys.arc.jenkins.plugins.ownership.extensions.item_ownership_policy
Methods in com.synopsys.arc.jenkins.plugins.ownership.extensions.item_ownership_policy that return OwnershipDescriptionModifier and TypeMethodDescription -
Uses of OwnershipDescription in com.synopsys.arc.jenkins.plugins.ownership.jobs
Methods in com.synopsys.arc.jenkins.plugins.ownership.jobs that return OwnershipDescriptionModifier and TypeMethodDescriptionJobOwnerJobAction.getOwnership()JobOwnerJobProperty.getOwnership()JobOwnerHelper.getOwnershipDescription(Job<?, ?> job) Methods in com.synopsys.arc.jenkins.plugins.ownership.jobs with parameters of type OwnershipDescriptionModifier and TypeMethodDescriptionstatic voidJobOwnerHelper.setOwnership(Job<?, ?> job, OwnershipDescription descr) Sets the ownership information.voidJobOwnerJobProperty.setOwnershipDescription(OwnershipDescription descr) Constructors in com.synopsys.arc.jenkins.plugins.ownership.jobs with parameters of type OwnershipDescriptionModifierConstructorDescriptionJobOwnerJobProperty(OwnershipDescription ownershipDescription, ItemSpecificSecurity security) -
Uses of OwnershipDescription in com.synopsys.arc.jenkins.plugins.ownership.nodes
Methods in com.synopsys.arc.jenkins.plugins.ownership.nodes that return OwnershipDescriptionModifier and TypeMethodDescriptionNodeOwnerWrapper.getDescription()NodeOwnershipAction.getOwnership()OwnerNodeProperty.getOwnership()ComputerOwnerHelper.getOwnershipDescription(Computer item) NodeOwnerHelper.getOwnershipDescription(Node item) NodeOwnerPropertyHelper.getOwnershipDescription(NodeProperty item) OwnershipNodeMonitor.Data.getOwnershipDescription()Methods in com.synopsys.arc.jenkins.plugins.ownership.nodes with parameters of type OwnershipDescriptionModifier and TypeMethodDescriptionstatic voidComputerOwnerHelper.setOwnership(Computer computer, OwnershipDescription descr) static voidNodeOwnerHelper.setOwnership(Node node, OwnershipDescription descr) Sets ownership of the node.voidOwnerNodeProperty.setOwnershipDescription(OwnershipDescription descr) Constructors in com.synopsys.arc.jenkins.plugins.ownership.nodes with parameters of type OwnershipDescriptionModifierConstructorDescriptionData(OwnershipDescription ownershipDescription) OwnerNodeProperty(Node node, OwnershipDescription ownership) -
Uses of OwnershipDescription in com.synopsys.arc.jenkins.plugins.ownership.security.rolestrategy
Methods in com.synopsys.arc.jenkins.plugins.ownership.security.rolestrategy that return OwnershipDescriptionModifier and TypeMethodDescriptionstatic OwnershipDescriptionAbstractOwnershipRoleMacro.getOwnership(com.synopsys.arc.jenkins.plugins.rolestrategy.RoleType type, AccessControlled item) -
Uses of OwnershipDescription in com.synopsys.arc.jenkins.plugins.ownership.util
Methods in com.synopsys.arc.jenkins.plugins.ownership.util with parameters of type OwnershipDescriptionModifier and TypeMethodDescriptionstatic StringOwnershipDescriptionHelper.getAllOwnerEmailsString(OwnershipDescription descr) Gets e-mails of secondary owners (including primary owner).static StringOwnershipDescriptionHelper.getAllOwnerIdsString(OwnershipDescription descr) Gets a comma-separated list of primary and secondary owners.static StringOwnershipDescriptionHelper.getCoOwnerIDs(OwnershipDescription descr) static StringOwnershipDescriptionHelper.getOwnerEmail(OwnershipDescription descr) static StringOwnershipDescriptionHelper.getOwnerID(OwnershipDescription descr) static StringOwnershipDescriptionHelper.getPrimaryOwnerEmail(OwnershipDescription descr) Gets e-mail of the primary owner.static StringOwnershipDescriptionHelper.getPrimaryOwnerId(OwnershipDescription descr) Gets id of the primary owner.OwnershipDescriptionHelper.getSecondaryOwnerEmails(OwnershipDescription descr, boolean includeOwner) Gets e-mails of secondary owners (including owner if required).OwnershipDescriptionHelper.getSecondaryOwnerIds(OwnershipDescription descr, boolean includeOwner) Gets a comma-separated list of co-owners. -
Uses of OwnershipDescription in org.jenkinsci.plugins.ownership.config
Methods in org.jenkinsci.plugins.ownership.config that return OwnershipDescriptionModifier and TypeMethodDescription -
Uses of OwnershipDescription in org.jenkinsci.plugins.ownership.model
Methods in org.jenkinsci.plugins.ownership.model that return OwnershipDescriptionConstructors in org.jenkinsci.plugins.ownership.model with parameters of type OwnershipDescriptionModifierConstructorDescriptionOwnershipInfo(OwnershipDescription description, OwnershipDescriptionSource<?> source) -
Uses of OwnershipDescription in org.jenkinsci.plugins.ownership.model.folders
Methods in org.jenkinsci.plugins.ownership.model.folders that return OwnershipDescriptionModifier and TypeMethodDescriptionFolderOwnershipProperty.getOwnership()FolderOwnershipHelper.getOwnershipDescription(com.cloudbees.hudson.plugins.folder.AbstractFolder<?> item) Methods in org.jenkinsci.plugins.ownership.model.folders with parameters of type OwnershipDescriptionModifier and TypeMethodDescriptionstatic voidFolderOwnershipHelper.setOwnership(com.cloudbees.hudson.plugins.folder.AbstractFolder<?> folder, OwnershipDescription descr) Sets the ownership information.voidFolderOwnershipProperty.setOwnershipDescription(OwnershipDescription description) Sets the new ownership description.Constructors in org.jenkinsci.plugins.ownership.model.folders with parameters of type OwnershipDescriptionModifierConstructorDescriptionFolderOwnershipProperty(OwnershipDescription ownership) FolderOwnershipProperty(OwnershipDescription ownership, FolderSpecificSecurity itemSpecificSecurity) -
Uses of OwnershipDescription in org.jenkinsci.plugins.ownership.model.runs
Methods in org.jenkinsci.plugins.ownership.model.runs that return OwnershipDescription -
Uses of OwnershipDescription in org.jenkinsci.plugins.ownership.model.workflow
Methods in org.jenkinsci.plugins.ownership.model.workflow that return OwnershipDescriptionModifier and TypeMethodDescriptionOwnershipPipelineVar.getJob()static OwnershipDescriptionOwnershipGlobalVariable.getJobOwnershipDescription(org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper currentRun) OwnershipPipelineVar.getNode()static OwnershipDescriptionOwnershipGlobalVariable.getNodeOwnershipDescription(String nodeName)
parseJSON(net.sf.json.JSONObject)instead.