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

com.clarolab.bamboo.entities.BambooKey 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 class BambooKey {

    @ToString.Include
    private String key;
    @ToString.Include
    private BambooKey entityKey;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy