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

com.hp.octane.integrations.dto.scm.SCMFileBlame Maven / Gradle / Ivy

There is a newer version: 2.24.3.5
Show newest version
package com.hp.octane.integrations.dto.scm;

import com.hp.octane.integrations.dto.DTOBase;
import com.hp.octane.integrations.dto.scm.impl.RevisionsMap;

import java.io.Serializable;

public interface SCMFileBlame extends DTOBase, Serializable {

    String getPath();
    RevisionsMap getRevisionsMap();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy