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

com.jelastic.api.system.persistence.ProjectRepository Maven / Gradle / Ivy

The newest version!
package com.jelastic.api.system.persistence;

import com.jelastic.api.development.response.interfaces.ArrayItem;
import java.util.Date;

/**
 * @author Maksym Shevchuk
 */
public class ProjectRepository extends ArrayItem {
    private int id;
    private String type;
    private String name;
    private String url;
    private String branch;
    private Integer keyId;
    private String login;
    private String password;
    private int uid;
    private String description;
    private Date createdOn;

    public ProjectRepository() {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy