Example usage for java.util Queue.FlyweightTask interface-usage

List of usage examples for java.util Queue.FlyweightTask interface-usage

Introduction

In this page you can find the example usage for java.util Queue.FlyweightTask interface-usage.

Usage

From source file org.cloudbees.literate.jenkins.LiterateBranchProject.java

/**
 * Represents a specific branch of a literate build project.
 *
 * @author Stephen Connolly
 */
public class LiterateBranchProject extends Project<LiterateBranchProject, LiterateBranchBuild>

From source file com.cloudbees.hudson.plugins.folder.computed.ComputedFolder.java

/**
 * A folder-like item whose children are computed.
 * Users cannot directly add or remove (or rename) children.
 * The children should also not offer {@link Item#CONFIGURE} to anyone.
 * @param <I> the child item type
 * @since 4.11-beta-1