Class GitFile
java.lang.Object
com.tremolosecurity.provisioning.tasks.dataobj.GitFile
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetData()
boolean
isDelete()
boolean
boolean
isPatch()
void
void
setDelete
(boolean delete) void
setDirName
(String dirName) void
setFileName
(String fileName) void
setNamespace
(boolean isNamespace) void
setPatch
(boolean patch) void
setPatchType
(String patchType)
-
Constructor Details
-
GitFile
-
GitFile
-
-
Method Details
-
getFileName
-
setFileName
-
getDirName
-
setDirName
-
getData
-
setData
-
isDelete
public boolean isDelete() -
setDelete
public void setDelete(boolean delete) -
isNamespace
public boolean isNamespace() -
setNamespace
public void setNamespace(boolean isNamespace) -
isPatch
public boolean isPatch() -
setPatch
public void setPatch(boolean patch) -
getPatchType
-
setPatchType
-