removed unneeded member from interface
Signed-off-by: Abhay-soni-developer <abhaysoni.developer@gmail.com>
This commit is contained in:
@@ -91,10 +91,6 @@ export interface Project {
|
||||
// added by us
|
||||
status: string; // == inQueue ? 'queued' : lastBuild.building ? 'running' : lastBuild.result,
|
||||
onRestartClick: () => Promise<void>; // TODO rename to handle.* ? also, should this be on lastBuild?
|
||||
getJobBuilds(options: {
|
||||
entity: CompoundEntityRef;
|
||||
jobFullName: string;
|
||||
}): Promise<Job>;
|
||||
}
|
||||
|
||||
export interface JenkinsApi {
|
||||
|
||||
Reference in New Issue
Block a user