congrats Icon
New! Announcing our next generation AI code completions
Read here
Tabnine Logo
DeclarativeJobPropertyTrackerAction.getOptions
Code IndexAdd Tabnine to your IDE (free)

How to use
getOptions
method
in
org.jenkinsci.plugins.pipeline.modeldefinition.actions.DeclarativeJobPropertyTrackerAction

Best Java code snippets using org.jenkinsci.plugins.pipeline.modeldefinition.actions.DeclarativeJobPropertyTrackerAction.getOptions (Showing top 1 results out of 315)

origin: jenkinsci/pipeline-model-definition-plugin

/**
 * Alternative constructor for copying an existing {@link DeclarativeJobPropertyTrackerAction}'s contents directly.
 *
 * @param copyFrom a non-null {@link DeclarativeJobPropertyTrackerAction}
 */
public DeclarativeJobPropertyTrackerAction(@Nonnull DeclarativeJobPropertyTrackerAction copyFrom) {
  this.jobProperties.addAll(copyFrom.getJobProperties());
  this.triggers.addAll(copyFrom.getTriggers());
  this.parameters.addAll(copyFrom.getParameters());
  this.options.addAll(copyFrom.getOptions());
}
org.jenkinsci.plugins.pipeline.modeldefinition.actionsDeclarativeJobPropertyTrackerActiongetOptions

Popular methods of DeclarativeJobPropertyTrackerAction

  • getParameters
  • getJobProperties
  • getTriggers

Popular in Java

  • Reading from database using SQL prepared statement
  • putExtra (Intent)
  • setContentView (Activity)
  • onRequestPermissionsResult (Fragment)
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • StringTokenizer (java.util)
    Breaks a string into tokens; new code should probably use String#split.> // Legacy code: StringTo
  • Modifier (javassist)
    The Modifier class provides static methods and constants to decode class and member access modifiers
  • Join (org.hibernate.mapping)
  • Top 17 Free Sublime Text Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now