congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
CommitTimeRevFilter$Before.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.eclipse.jgit.revwalk.filter.CommitTimeRevFilter$Before
constructor

Best Java code snippets using org.eclipse.jgit.revwalk.filter.CommitTimeRevFilter$Before.<init> (Showing top 4 results out of 315)

origin: theonedev/onedev

/**
 * Create a new filter to select commits before a given date/time.
 *
 * @param ts
 *            the point in time to cut on, in milliseconds
 * @return a new filter to select commits on or before <code>ts</code>.
 */
public static final RevFilter before(long ts) {
  return new Before(ts);
}
origin: sonia.jgit/org.eclipse.jgit

/**
 * Create a new filter to select commits before a given date/time.
 *
 * @param ts
 *            the point in time to cut on, in milliseconds
 * @return a new filter to select commits on or before <code>ts</code>.
 */
public static final RevFilter before(final long ts) {
  return new Before(ts);
}
origin: berlam/github-bucket

/**
 * Create a new filter to select commits before a given date/time.
 *
 * @param ts
 *            the point in time to cut on, in milliseconds
 * @return a new filter to select commits on or before <code>ts</code>.
 */
public static final RevFilter before(long ts) {
  return new Before(ts);
}
origin: org.eclipse.jgit/org.eclipse.jgit

/**
 * Create a new filter to select commits before a given date/time.
 *
 * @param ts
 *            the point in time to cut on, in milliseconds
 * @return a new filter to select commits on or before <code>ts</code>.
 */
public static final RevFilter before(long ts) {
  return new Before(ts);
}
org.eclipse.jgit.revwalk.filterCommitTimeRevFilter$Before<init>

Popular methods of CommitTimeRevFilter$Before

    Popular in Java

    • Parsing JSON documents to java classes using gson
    • onCreateOptionsMenu (Activity)
    • findViewById (Activity)
    • putExtra (Intent)
    • Color (java.awt)
      The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary
    • Font (java.awt)
      The Font class represents fonts, which are used to render text in a visible way. A font provides the
    • Proxy (java.net)
      This class represents proxy server settings. A created instance of Proxy stores a type and an addres
    • SQLException (java.sql)
      An exception that indicates a failed JDBC operation. It provides the following information about pro
    • BasicDataSource (org.apache.commons.dbcp)
      Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
    • Scheduler (org.quartz)
      This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job
    • Top 12 Jupyter Notebook Extensions
    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