congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
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

    • Making http post requests using okhttp
    • setScale (BigDecimal)
    • getResourceAsStream (ClassLoader)
    • notifyDataSetChanged (ArrayAdapter)
    • FlowLayout (java.awt)
      A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
    • BigDecimal (java.math)
      An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
    • Format (java.text)
      The base class for all formats. This is an abstract base class which specifies the protocol for clas
    • Executor (java.util.concurrent)
      An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
    • Modifier (javassist)
      The Modifier class provides static methods and constants to decode class and member access modifiers
    • SSLHandshakeException (javax.net.ssl)
      The exception that is thrown when a handshake could not be completed successfully.
    • From CI to AI: The AI layer in your organization
    Tabnine Logo
    • Products

      Search for Java codeSearch for JavaScript code
    • IDE Plugins

      IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
    • Company

      About UsContact UsCareers
    • Resources

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