Coverage Report - fr.paris.lutece.plugins.releaser.util.github.ReleaseGITGetRepoClient
 
Classes in this File Line Coverage Branch Coverage Complexity
ReleaseGITGetRepoClient
0 %
0/4
N/A
1
 
 1  
 package fr.paris.lutece.plugins.releaser.util.github;
 2  
 
 3  
 
 4  
 public class ReleaseGITGetRepoClient
 5  
 {
 6  
 
 7  
         private boolean bCancelled;
 8  
         
 9  
         public ReleaseGITGetRepoClient( )
 10  0
         {
 11  0
         }
 12  
         
 13  
         
 14  
         public void doCancel(  )
 15  
         {
 16  0
                 bCancelled = true;
 17  0
         }
 18  
 }