Codota Logo
WorklogInputParametersImpl.<init>
Code IndexAdd Codota to your IDE (free)

How to use
com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl
constructor

Best Java code snippets using com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl.<init> (Showing top 4 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Connection c =
  • Codota IconDataSource dataSource;dataSource.getConnection()
  • Codota IconString url;DriverManager.getConnection(url)
  • Codota IconIdentityDatabaseUtil.getDBConnection()
  • Smart code suggestions by Codota
}
origin: com.atlassian.jira/jira-api

/**
 * Will build the {@link WorklogInputParameters} object and pass in every variable independent of which
 * adjustment option you have picked.
 *
 * @return a {@link WorklogInputParameters} object with the built parameters.
 */
public WorklogInputParameters buildAll()
{
  return new WorklogInputParametersImpl(worklogId, issue, timeSpent, startDate, comment, groupLevel, roleLevelId,
      getVisibility(), newEstimate, adjustmentAmount, editableCheckRequired, errorFieldPrefix);
}
origin: com.atlassian.jira/jira-api

/**
 * Use this method to build the {@link WorklogAdjustmentAmountInputParameters} object required for the
 * "manual adjustment" (or "adjustment amount") service calls.
 *
 * @return a {@link WorklogAdjustmentAmountInputParameters} object with the built parameters.
 */
public WorklogAdjustmentAmountInputParameters buildAdjustmentAmount()
{
  return new WorklogInputParametersImpl(worklogId, issue, timeSpent, startDate, comment, groupLevel, roleLevelId,
      getVisibility(), null, adjustmentAmount, editableCheckRequired, errorFieldPrefix);
}
origin: com.atlassian.jira/jira-api

/**
 * Use this method to build the base {@link WorklogInputParameters} object.
 *
 * @return a {@link WorklogInputParameters} object with the built parameters.
 */
public WorklogInputParameters build()
{
  return new WorklogInputParametersImpl(worklogId, issue, timeSpent, startDate, comment, groupLevel, roleLevelId,
      getVisibility(), null, null, editableCheckRequired, errorFieldPrefix);
}
origin: com.atlassian.jira/jira-api

/**
 * Use this method to build the {@link WorklogNewEstimateInputParameters} object required for the "new estimate"
 * service calls.
 *
 * @return a {@link WorklogNewEstimateInputParameters} object with the built parameters.
 */
public WorklogNewEstimateInputParameters buildNewEstimate()
{
  return new WorklogInputParametersImpl(worklogId, issue, timeSpent, startDate, comment, groupLevel, roleLevelId,
      getVisibility(), newEstimate, null, editableCheckRequired, errorFieldPrefix);
}
com.atlassian.jira.bc.issue.worklogWorklogInputParametersImpl<init>

Popular methods of WorklogInputParametersImpl

  • issue
  • timeSpent
  • builder

Popular in Java

  • Updating database using SQL prepared statement
  • findViewById (Activity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • addToBackStack (FragmentTransaction)
  • String (java.lang)
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • TreeSet (java.util)
    A NavigableSet implementation based on a TreeMap. The elements are ordered using their Comparable, o
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now