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

com.clarolab.bamboo.entities.BambooBase Maven / Gradle / Ivy

Go to download

This library allows to extract information from projects, plans and builds on Bamboo

There is a newer version: 1.8
Show newest version
package com.clarolab.bamboo.entities;

import lombok.Getter;
import lombok.Setter;
import lombok.ToString;

@Getter
@Setter
@ToString
public abstract class BambooBase {

    @ToString.Include
    private String name;
    @ToString.Include
    private String key;
    private String description;
    private BambooLink link;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy