@Generated public class PipelineLibrary extends Object
Constructor and Description |
---|
PipelineLibrary() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
FileLibrary |
getFile() |
String |
getJar() |
MavenLibrary |
getMaven() |
NotebookLibrary |
getNotebook() |
int |
hashCode() |
PipelineLibrary |
setFile(FileLibrary file) |
PipelineLibrary |
setJar(String jar) |
PipelineLibrary |
setMaven(MavenLibrary maven) |
PipelineLibrary |
setNotebook(NotebookLibrary notebook) |
String |
toString() |
public PipelineLibrary setFile(FileLibrary file)
public FileLibrary getFile()
public PipelineLibrary setJar(String jar)
public String getJar()
public PipelineLibrary setMaven(MavenLibrary maven)
public MavenLibrary getMaven()
public PipelineLibrary setNotebook(NotebookLibrary notebook)
public NotebookLibrary getNotebook()
Copyright © 2024. All rights reserved.