All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.offbytwo.jenkins.model.QueueReference Maven / Gradle / Ivy

There is a newer version: 0.3.8
Show newest version
package com.offbytwo.jenkins.model;

public class QueueReference extends BaseModel  
{

  private String queueItem;

  public QueueReference(String location)
  {
    queueItem = location;
  }

  public String getQueueItemUrlPart()
  {
    return queueItem;
  }
 

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy