Class AllowDeleteList

java.lang.Object
hudson.plugins.filesystem_scm.AllowDeleteList

public class AllowDeleteList extends Object
We will only delete file from workspace if it is in the allowDeleteList.

And each time we add any files to the workspace, we will add a record in this list.

  • Constructor Details

    • AllowDeleteList

      public AllowDeleteList(File projectPath)
  • Method Details